QtGui/qprogressbar.h Source File
Go to the documentation of this file.
42 #ifndef QPROGRESSBAR_H
43 #define QPROGRESSBAR_H
53 #ifndef QT_NO_PROGRESSBAR
55 class QProgressBarPrivate;
66 Q_PROPERTY(
Qt::Alignment alignment READ alignment WRITE setAlignment)
67 Q_PROPERTY(
bool textVisible READ isTextVisible WRITE setTextVisible)
69 Q_PROPERTY(
bool invertedAppearance READ invertedAppearance WRITE setInvertedAppearance)
84 void setTextVisible(
bool visible);
85 bool isTextVisible()
const;
87 Qt::Alignment alignment()
const;
88 void setAlignment(Qt::Alignment alignment);
95 void setInvertedAppearance(
bool invert);
96 bool invertedAppearance();
107 void setRange(
int minimum,
int maximum);
108 void setMinimum(
int minimum);
109 void setMaximum(
int maximum);
110 void setValue(
int value);
114 void valueChanged(
int value);
126 #endif // QT_NO_PROGRESSBAR
132 #endif // QPROGRESSBAR_H
bool invertedAppearance() const
#define QT_BEGIN_NAMESPACE
GLenum GLsizei GLenum format
GLsizei const GLfloat * value
QProgressBar::Direction textDirection() const