diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-06 22:38:16 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-06 22:38:16 -0600 |
| commit | deb6f7b222e52035e99fa757e775c01e987a4eb5 (patch) | |
| tree | 2691debe60a10b05656e286d8c7f5b71fd2535a1 /src/widgets/ntqprogressbar.h | |
| parent | 79dfe5ba7afa55306b325ddcc6cfbe6dd67cf839 (diff) | |
| download | tqt-deb6f7b222e52035e99fa757e775c01e987a4eb5.tar.gz tqt-deb6f7b222e52035e99fa757e775c01e987a4eb5.zip | |
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqprogressbar.h')
| -rw-r--r-- | src/widgets/ntqprogressbar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/widgets/ntqprogressbar.h b/src/widgets/ntqprogressbar.h index e4c66e99d..ca73cd8a4 100644 --- a/src/widgets/ntqprogressbar.h +++ b/src/widgets/ntqprogressbar.h @@ -60,6 +60,7 @@ class Q_EXPORT TQProgressBar : public TQFrame TQ_PROPERTY( bool centerIndicator READ centerIndicator WRITE setCenterIndicator ) TQ_PROPERTY( bool indicatorFollowsStyle READ indicatorFollowsStyle WRITE setIndicatorFollowsStyle ) TQ_PROPERTY( bool percentageVisible READ percentageVisible WRITE setPercentageVisible ) + TQ_PROPERTY( Orientation orientation READ orientation WRITE setOrientation ) public: TQProgressBar( TQWidget* parent=0, const char* name=0, WFlags f=0 ); @@ -111,6 +112,13 @@ private: // Disabled copy constructor and operator= TQProgressBar( const TQProgressBar & ); TQProgressBar &operator=( const TQProgressBar & ); #endif + +public: + virtual void setOrientation ( Orientation ); + Orientation orientation () const; + +private: + Orientation m_orientation; }; |
