API reference - Class QProgressBar

Notation used in Ruby API documentation

Description: Binding of QProgressBar

Class hierarchy: QProgressBar » QWidget » QObject

Sub-classes: Direction

Public constructors

new QProgressBarnew(QWidget ptr parent = 0)Constructor QProgressBar::QProgressBar(QWidget *parent)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[const]Qt_QFlags_AlignmentFlagalignmentMethod QFlags<Qt::AlignmentFlag> QProgressBar::alignment()
voidalignment=(const Qt_QFlags_AlignmentFlag alignment)Method void QProgressBar::setAlignment(QFlags<Qt::AlignmentFlag> alignment)
[event]voidcustomContextMenuRequested(const QPoint pos)Signal declaration for QProgressBar::customContextMenuRequested(const QPoint &pos)
[event]voiddestroyed(QObject ptr arg1)Signal declaration for QProgressBar::destroyed(QObject *)
[virtual]booleventFilter(QObject ptr arg1,
QEvent ptr arg2)
Virtual method bool QProgressBar::eventFilter(QObject *, QEvent *)
[const]stringformatMethod QString QProgressBar::format()
voidformat=(string format)Method void QProgressBar::setFormat(const QString &format)
[virtual,const]intheightForWidth(int arg1)Virtual method int QProgressBar::heightForWidth(int)
[virtual,const]QVariantinputMethodQuery(const Qt_InputMethodQuery arg1)Virtual method QVariant QProgressBar::inputMethodQuery(Qt::InputMethodQuery)
boolinvertedAppearanceMethod bool QProgressBar::invertedAppearance()
voidinvertedAppearance=(bool invert)Method void QProgressBar::setInvertedAppearance(bool invert)
[const]boolisTextVisible?Method bool QProgressBar::isTextVisible()
[const]intmaximumMethod int QProgressBar::maximum()
voidmaximum=(int maximum)Method void QProgressBar::setMaximum(int maximum)
[const]intminimumMethod int QProgressBar::minimum()
voidminimum=(int minimum)Method void QProgressBar::setMinimum(int minimum)
[virtual,const]QSizeminimumSizeHintVirtual method QSize QProgressBar::minimumSizeHint()
[const]Qt_OrientationorientationMethod Qt::Orientation QProgressBar::orientation()
voidorientation=(const Qt_Orientation arg1)Method void QProgressBar::setOrientation(Qt::Orientation)
[virtual,const]QPaintEngine ptrpaintEngineVirtual method QPaintEngine *QProgressBar::paintEngine()
voidresetMethod void QProgressBar::reset()
voidsetAlignment(const Qt_QFlags_AlignmentFlag alignment)Method void QProgressBar::setAlignment(QFlags<Qt::AlignmentFlag> alignment)
voidsetFormat(string format)Method void QProgressBar::setFormat(const QString &format)
voidsetInvertedAppearance(bool invert)Method void QProgressBar::setInvertedAppearance(bool invert)
voidsetMaximum(int maximum)Method void QProgressBar::setMaximum(int maximum)
voidsetMinimum(int minimum)Method void QProgressBar::setMinimum(int minimum)
voidsetOrientation(const Qt_Orientation arg1)Method void QProgressBar::setOrientation(Qt::Orientation)
voidsetRange(int minimum,
int maximum)
Method void QProgressBar::setRange(int minimum, int maximum)
voidsetTextDirection(const QProgressBar_Direction textDirection)Method void QProgressBar::setTextDirection(QProgressBar::Direction textDirection)
voidsetTextVisible(bool visible)Method void QProgressBar::setTextVisible(bool visible)
voidsetValue(int value)Method void QProgressBar::setValue(int value)
[virtual]voidsetVisible(bool visible)Virtual method void QProgressBar::setVisible(bool visible)
[virtual,const]QSizesizeHintVirtual method QSize QProgressBar::sizeHint()
[virtual,const]stringtextVirtual method QString QProgressBar::text()
QProgressBar_DirectiontextDirectionMethod QProgressBar::Direction QProgressBar::textDirection()
voidtextDirection=(const QProgressBar_Direction textDirection)Method void QProgressBar::setTextDirection(QProgressBar::Direction textDirection)
[const]booltextVisibleMethod bool QProgressBar::isTextVisible()
voidtextVisible=(bool visible)Method void QProgressBar::setTextVisible(bool visible)
[const]intvalueMethod int QProgressBar::value()
voidvalue=(int value)Method void QProgressBar::setValue(int value)
[event]voidvalueChanged(int value)Signal declaration for QProgressBar::valueChanged(int value)

Public static methods and constants

[static,const]new QProgressBar_Direction ptrBottomToTopEnum constant QProgressBar::BottomToTop
[static,const]new QProgressBar_Direction ptrTopToBottomEnum constant QProgressBar::TopToBottom
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = 0)
Static method QString QProgressBar::tr(const char *s, const char *c)
stringtr(string s,
string c,
int n)
Static method QString QProgressBar::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = 0)
Static method QString QProgressBar::trUtf8(const char *s, const char *c)
stringtrUtf8(string s,
string c,
int n)
Static method QString QProgressBar::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

[virtual]voidactionEvent(QActionEvent ptr arg1)Virtual method void QProgressBar::actionEvent(QActionEvent *)
[virtual]voidchangeEvent(QEvent ptr arg1)Virtual method void QProgressBar::changeEvent(QEvent *)
[virtual]voidchildEvent(QChildEvent ptr arg1)Virtual method void QProgressBar::childEvent(QChildEvent *)
[virtual]voidcloseEvent(QCloseEvent ptr arg1)Virtual method void QProgressBar::closeEvent(QCloseEvent *)
[virtual]voidcontextMenuEvent(QContextMenuEvent ptr arg1)Virtual method void QProgressBar::contextMenuEvent(QContextMenuEvent *)
[virtual]voidcustomEvent(QEvent ptr arg1)Virtual method void QProgressBar::customEvent(QEvent *)
[virtual]voiddisconnectNotify(string signal)Virtual method void QProgressBar::disconnectNotify(const char *signal)
[virtual]voiddragEnterEvent(QDragEnterEvent ptr arg1)Virtual method void QProgressBar::dragEnterEvent(QDragEnterEvent *)
[virtual]voiddragLeaveEvent(QDragLeaveEvent ptr arg1)Virtual method void QProgressBar::dragLeaveEvent(QDragLeaveEvent *)
[virtual]voiddragMoveEvent(QDragMoveEvent ptr arg1)Virtual method void QProgressBar::dragMoveEvent(QDragMoveEvent *)
[virtual]voiddropEvent(QDropEvent ptr arg1)Virtual method void QProgressBar::dropEvent(QDropEvent *)
[virtual]voidenabledChange(bool arg1)Virtual method void QProgressBar::enabledChange(bool)
[virtual]voidenterEvent(QEvent ptr arg1)Virtual method void QProgressBar::enterEvent(QEvent *)
[virtual]boolevent(QEvent ptr e)Virtual method bool QProgressBar::event(QEvent *e)
[virtual]voidfocusInEvent(QFocusEvent ptr arg1)Virtual method void QProgressBar::focusInEvent(QFocusEvent *)
boolfocusNextChildMethod bool QProgressBar::focusNextChild()
[virtual]boolfocusNextPrevChild(bool next)Virtual method bool QProgressBar::focusNextPrevChild(bool next)
[virtual]voidfocusOutEvent(QFocusEvent ptr arg1)Virtual method void QProgressBar::focusOutEvent(QFocusEvent *)
boolfocusPreviousChildMethod bool QProgressBar::focusPreviousChild()
[virtual]voidfontChange(const QFont arg1)Virtual method void QProgressBar::fontChange(const QFont &)
[virtual]voidhideEvent(QHideEvent ptr arg1)Virtual method void QProgressBar::hideEvent(QHideEvent *)
[const]voidinitStyleOption(QStyleOptionProgressBar ptr option)Method void QProgressBar::initStyleOption(QStyleOptionProgressBar *option)
[virtual]voidinputMethodEvent(QInputMethodEvent ptr arg1)Virtual method void QProgressBar::inputMethodEvent(QInputMethodEvent *)
[virtual]voidkeyPressEvent(QKeyEvent ptr arg1)Virtual method void QProgressBar::keyPressEvent(QKeyEvent *)
[virtual]voidkeyReleaseEvent(QKeyEvent ptr arg1)Virtual method void QProgressBar::keyReleaseEvent(QKeyEvent *)
[virtual]voidlanguageChangeVirtual method void QProgressBar::languageChange()
[virtual]voidleaveEvent(QEvent ptr arg1)Virtual method void QProgressBar::leaveEvent(QEvent *)
[virtual,const]intmetric(const QPaintDevice_PaintDeviceMetric arg1)Virtual method int QProgressBar::metric(QPaintDevice::PaintDeviceMetric)
[virtual]voidmouseDoubleClickEvent(QMouseEvent ptr arg1)Virtual method void QProgressBar::mouseDoubleClickEvent(QMouseEvent *)
[virtual]voidmouseMoveEvent(QMouseEvent ptr arg1)Virtual method void QProgressBar::mouseMoveEvent(QMouseEvent *)
[virtual]voidmousePressEvent(QMouseEvent ptr arg1)Virtual method void QProgressBar::mousePressEvent(QMouseEvent *)
[virtual]voidmouseReleaseEvent(QMouseEvent ptr arg1)Virtual method void QProgressBar::mouseReleaseEvent(QMouseEvent *)
[virtual]voidmoveEvent(QMoveEvent ptr arg1)Virtual method void QProgressBar::moveEvent(QMoveEvent *)
[virtual]voidpaintEvent(QPaintEvent ptr arg1)Virtual method void QProgressBar::paintEvent(QPaintEvent *)
[virtual]voidpaletteChange(const QPalette arg1)Virtual method void QProgressBar::paletteChange(const QPalette &)
voidqt_create(unsigned long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QProgressBar::create(WId, bool initializeWindow, bool destroyOldWindow)
voidqt_destroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QProgressBar::destroy(bool destroyWindow, bool destroySubWindows)
[const]intreceivers(string signal)Method int QProgressBar::receivers(const char *signal)
voidresetInputContextMethod void QProgressBar::resetInputContext()
[virtual]voidresizeEvent(QResizeEvent ptr arg1)Virtual method void QProgressBar::resizeEvent(QResizeEvent *)
[const]QObject ptrsenderMethod QObject *QProgressBar::sender()
[virtual]voidshowEvent(QShowEvent ptr arg1)Virtual method void QProgressBar::showEvent(QShowEvent *)
[virtual]voidstyleChange(QStyle arg1)Virtual method void QProgressBar::styleChange(QStyle &)
[virtual]voidtabletEvent(QTabletEvent ptr arg1)Virtual method void QProgressBar::tabletEvent(QTabletEvent *)
[virtual]voidtimerEvent(QTimerEvent ptr arg1)Virtual method void QProgressBar::timerEvent(QTimerEvent *)
voidupdateMicroFocusMethod void QProgressBar::updateMicroFocus()
[virtual]voidwheelEvent(QWheelEvent ptr arg1)Virtual method void QProgressBar::wheelEvent(QWheelEvent *)
[virtual]voidwindowActivationChange(bool arg1)Virtual method void QProgressBar::windowActivationChange(bool)

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

[static,const] new QProgressBar_Direction ptr BottomToTop

Description: Enum constant QProgressBar::BottomToTop

[static,const] new QProgressBar_Direction ptr TopToBottom

Description: Enum constant QProgressBar::TopToBottom

void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

[const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

[const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

[virtual] void actionEvent(QActionEvent ptr arg1)

Description: Virtual method void QProgressBar::actionEvent(QActionEvent *)

This method can be reimplemented in a derived class.

[const] Qt_QFlags_AlignmentFlag alignment

Description: Method QFlags<Qt::AlignmentFlag> QProgressBar::alignment()

Python specific notes:

The object exposes a readable attribute 'alignment'. This is the getter.

void alignment=(const Qt_QFlags_AlignmentFlag alignment)

Description: Method void QProgressBar::setAlignment(QFlags<Qt::AlignmentFlag> alignment)

Python specific notes:

The object exposes a writable attribute 'alignment'. This is the setter.

[virtual] void changeEvent(QEvent ptr arg1)

Description: Virtual method void QProgressBar::changeEvent(QEvent *)

This method can be reimplemented in a derived class.

[virtual] void childEvent(QChildEvent ptr arg1)

Description: Virtual method void QProgressBar::childEvent(QChildEvent *)

This method can be reimplemented in a derived class.

[virtual] void closeEvent(QCloseEvent ptr arg1)

Description: Virtual method void QProgressBar::closeEvent(QCloseEvent *)

This method can be reimplemented in a derived class.

[virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)

Description: Virtual method void QProgressBar::contextMenuEvent(QContextMenuEvent *)

This method can be reimplemented in a derived class.

void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

[event] void customContextMenuRequested(const QPoint pos)

Description: Signal declaration for QProgressBar::customContextMenuRequested(const QPoint &pos)

You can bind a procedure to this signal.

[virtual] void customEvent(QEvent ptr arg1)

Description: Virtual method void QProgressBar::customEvent(QEvent *)

This method can be reimplemented in a derived class.

void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

[event] void destroyed(QObject ptr arg1)

Description: Signal declaration for QProgressBar::destroyed(QObject *)

You can bind a procedure to this signal.

[const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

[virtual] void disconnectNotify(string signal)

Description: Virtual method void QProgressBar::disconnectNotify(const char *signal)

This method can be reimplemented in a derived class.

[virtual] void dragEnterEvent(QDragEnterEvent ptr arg1)

Description: Virtual method void QProgressBar::dragEnterEvent(QDragEnterEvent *)

This method can be reimplemented in a derived class.

[virtual] void dragLeaveEvent(QDragLeaveEvent ptr arg1)

Description: Virtual method void QProgressBar::dragLeaveEvent(QDragLeaveEvent *)

This method can be reimplemented in a derived class.

[virtual] void dragMoveEvent(QDragMoveEvent ptr arg1)

Description: Virtual method void QProgressBar::dragMoveEvent(QDragMoveEvent *)

This method can be reimplemented in a derived class.

[virtual] void dropEvent(QDropEvent ptr arg1)

Description: Virtual method void QProgressBar::dropEvent(QDropEvent *)

This method can be reimplemented in a derived class.

[virtual] void enabledChange(bool arg1)

Description: Virtual method void QProgressBar::enabledChange(bool)

This method can be reimplemented in a derived class.

[virtual] void enterEvent(QEvent ptr arg1)

Description: Virtual method void QProgressBar::enterEvent(QEvent *)

This method can be reimplemented in a derived class.

[virtual] bool event(QEvent ptr e)

Description: Virtual method bool QProgressBar::event(QEvent *e)

This method can be reimplemented in a derived class.

[virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)

Description: Virtual method bool QProgressBar::eventFilter(QObject *, QEvent *)

This method can be reimplemented in a derived class.

[virtual] void focusInEvent(QFocusEvent ptr arg1)

Description: Virtual method void QProgressBar::focusInEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

bool focusNextChild

Description: Method bool QProgressBar::focusNextChild()

This method is protected and can only be called from inside a derived class.

[virtual] bool focusNextPrevChild(bool next)

Description: Virtual method bool QProgressBar::focusNextPrevChild(bool next)

This method can be reimplemented in a derived class.

[virtual] void focusOutEvent(QFocusEvent ptr arg1)

Description: Virtual method void QProgressBar::focusOutEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

bool focusPreviousChild

Description: Method bool QProgressBar::focusPreviousChild()

This method is protected and can only be called from inside a derived class.

[virtual] void fontChange(const QFont arg1)

Description: Virtual method void QProgressBar::fontChange(const QFont &)

This method can be reimplemented in a derived class.

[const] string format

Description: Method QString QProgressBar::format()

Python specific notes:

The object exposes a readable attribute 'format'. This is the getter.

void format=(string format)

Description: Method void QProgressBar::setFormat(const QString &format)

Python specific notes:

The object exposes a writable attribute 'format'. This is the setter.

[virtual,const] int heightForWidth(int arg1)

Description: Virtual method int QProgressBar::heightForWidth(int)

This method can be reimplemented in a derived class.

[virtual] void hideEvent(QHideEvent ptr arg1)

Description: Virtual method void QProgressBar::hideEvent(QHideEvent *)

This method can be reimplemented in a derived class.

[const] void initStyleOption(QStyleOptionProgressBar ptr option)

Description: Method void QProgressBar::initStyleOption(QStyleOptionProgressBar *option)

This method is protected and can only be called from inside a derived class.

[virtual] void inputMethodEvent(QInputMethodEvent ptr arg1)

Description: Virtual method void QProgressBar::inputMethodEvent(QInputMethodEvent *)

This method can be reimplemented in a derived class.

[virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery arg1)

Description: Virtual method QVariant QProgressBar::inputMethodQuery(Qt::InputMethodQuery)

This method can be reimplemented in a derived class.

bool invertedAppearance

Description: Method bool QProgressBar::invertedAppearance()

Python specific notes:

The object exposes a readable attribute 'invertedAppearance'. This is the getter.

void invertedAppearance=(bool invert)

Description: Method void QProgressBar::setInvertedAppearance(bool invert)

Python specific notes:

The object exposes a writable attribute 'invertedAppearance'. This is the setter.

[const] bool isTextVisible?

Description: Method bool QProgressBar::isTextVisible()

Python specific notes:

The object exposes a readable attribute 'textVisible'. This is the getter.

[const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

[virtual] void keyPressEvent(QKeyEvent ptr arg1)

Description: Virtual method void QProgressBar::keyPressEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

[virtual] void keyReleaseEvent(QKeyEvent ptr arg1)

Description: Virtual method void QProgressBar::keyReleaseEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

[virtual] void languageChange

Description: Virtual method void QProgressBar::languageChange()

This method can be reimplemented in a derived class.

[virtual] void leaveEvent(QEvent ptr arg1)

Description: Virtual method void QProgressBar::leaveEvent(QEvent *)

This method can be reimplemented in a derived class.

[const] int maximum

Description: Method int QProgressBar::maximum()

Python specific notes:

The object exposes a readable attribute 'maximum'. This is the getter.

void maximum=(int maximum)

Description: Method void QProgressBar::setMaximum(int maximum)

Python specific notes:

The object exposes a writable attribute 'maximum'. This is the setter.

[virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)

Description: Virtual method int QProgressBar::metric(QPaintDevice::PaintDeviceMetric)

This method can be reimplemented in a derived class.

[const] int minimum

Description: Method int QProgressBar::minimum()

Python specific notes:

The object exposes a readable attribute 'minimum'. This is the getter.

void minimum=(int minimum)

Description: Method void QProgressBar::setMinimum(int minimum)

Python specific notes:

The object exposes a writable attribute 'minimum'. This is the setter.

[virtual,const] QSize minimumSizeHint

Description: Virtual method QSize QProgressBar::minimumSizeHint()

This method can be reimplemented in a derived class.

[virtual] void mouseDoubleClickEvent(QMouseEvent ptr arg1)

Description: Virtual method void QProgressBar::mouseDoubleClickEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

[virtual] void mouseMoveEvent(QMouseEvent ptr arg1)

Description: Virtual method void QProgressBar::mouseMoveEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

[virtual] void mousePressEvent(QMouseEvent ptr arg1)

Description: Virtual method void QProgressBar::mousePressEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

[virtual] void mouseReleaseEvent(QMouseEvent ptr arg1)

Description: Virtual method void QProgressBar::mouseReleaseEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

[virtual] void moveEvent(QMoveEvent ptr arg1)

Description: Virtual method void QProgressBar::moveEvent(QMoveEvent *)

This method can be reimplemented in a derived class.

[static] new QProgressBar new(QWidget ptr parent = 0)

Description: Constructor QProgressBar::QProgressBar(QWidget *parent)

This method creates an object of class QProgressBar.

Python specific notes:

This method is the default initializer of the object

[const] Qt_Orientation orientation

Description: Method Qt::Orientation QProgressBar::orientation()

Python specific notes:

The object exposes a readable attribute 'orientation'. This is the getter.

void orientation=(const Qt_Orientation arg1)

Description: Method void QProgressBar::setOrientation(Qt::Orientation)

Python specific notes:

The object exposes a writable attribute 'orientation'. This is the setter.

[virtual,const] QPaintEngine ptr paintEngine

Description: Virtual method QPaintEngine *QProgressBar::paintEngine()

This method can be reimplemented in a derived class.

[virtual] void paintEvent(QPaintEvent ptr arg1)

Description: Virtual method void QProgressBar::paintEvent(QPaintEvent *)

This method can be reimplemented in a derived class.

[virtual] void paletteChange(const QPalette arg1)

Description: Virtual method void QProgressBar::paletteChange(const QPalette &)

This method can be reimplemented in a derived class.

void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)

Description: Method void QProgressBar::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)

Description: Method void QProgressBar::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

[const] int receivers(string signal)

Description: Method int QProgressBar::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

void reset

Description: Method void QProgressBar::reset()

void resetInputContext

Description: Method void QProgressBar::resetInputContext()

This method is protected and can only be called from inside a derived class.

[virtual] void resizeEvent(QResizeEvent ptr arg1)

Description: Virtual method void QProgressBar::resizeEvent(QResizeEvent *)

This method can be reimplemented in a derived class.

[const] QObject ptr sender

Description: Method QObject *QProgressBar::sender()

This method is protected and can only be called from inside a derived class.

void setAlignment(const Qt_QFlags_AlignmentFlag alignment)

Description: Method void QProgressBar::setAlignment(QFlags<Qt::AlignmentFlag> alignment)

Python specific notes:

The object exposes a writable attribute 'alignment'. This is the setter.

void setFormat(string format)

Description: Method void QProgressBar::setFormat(const QString &format)

Python specific notes:

The object exposes a writable attribute 'format'. This is the setter.

void setInvertedAppearance(bool invert)

Description: Method void QProgressBar::setInvertedAppearance(bool invert)

Python specific notes:

The object exposes a writable attribute 'invertedAppearance'. This is the setter.

void setMaximum(int maximum)

Description: Method void QProgressBar::setMaximum(int maximum)

Python specific notes:

The object exposes a writable attribute 'maximum'. This is the setter.

void setMinimum(int minimum)

Description: Method void QProgressBar::setMinimum(int minimum)

Python specific notes:

The object exposes a writable attribute 'minimum'. This is the setter.

void setOrientation(const Qt_Orientation arg1)

Description: Method void QProgressBar::setOrientation(Qt::Orientation)

Python specific notes:

The object exposes a writable attribute 'orientation'. This is the setter.

void setRange(int minimum,int maximum)

Description: Method void QProgressBar::setRange(int minimum, int maximum)

void setTextDirection(const QProgressBar_Direction textDirection)

Description: Method void QProgressBar::setTextDirection(QProgressBar::Direction textDirection)

Python specific notes:

The object exposes a writable attribute 'textDirection'. This is the setter.

void setTextVisible(bool visible)

Description: Method void QProgressBar::setTextVisible(bool visible)

Python specific notes:

The object exposes a writable attribute 'textVisible'. This is the setter.

void setValue(int value)

Description: Method void QProgressBar::setValue(int value)

Python specific notes:

The object exposes a writable attribute 'value'. This is the setter.

[virtual] void setVisible(bool visible)

Description: Virtual method void QProgressBar::setVisible(bool visible)

This method can be reimplemented in a derived class.

[virtual] void showEvent(QShowEvent ptr arg1)

Description: Virtual method void QProgressBar::showEvent(QShowEvent *)

This method can be reimplemented in a derived class.

[virtual,const] QSize sizeHint

Description: Virtual method QSize QProgressBar::sizeHint()

This method can be reimplemented in a derived class.

[static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

[virtual] void styleChange(QStyle arg1)

Description: Virtual method void QProgressBar::styleChange(QStyle &)

This method can be reimplemented in a derived class.

[virtual] void tabletEvent(QTabletEvent ptr arg1)

Description: Virtual method void QProgressBar::tabletEvent(QTabletEvent *)

This method can be reimplemented in a derived class.

[virtual,const] string text

Description: Virtual method QString QProgressBar::text()

This method can be reimplemented in a derived class.

QProgressBar_Direction textDirection

Description: Method QProgressBar::Direction QProgressBar::textDirection()

Python specific notes:

The object exposes a readable attribute 'textDirection'. This is the getter.

void textDirection=(const QProgressBar_Direction textDirection)

Description: Method void QProgressBar::setTextDirection(QProgressBar::Direction textDirection)

Python specific notes:

The object exposes a writable attribute 'textDirection'. This is the setter.

[const] bool textVisible

Description: Method bool QProgressBar::isTextVisible()

Python specific notes:

The object exposes a readable attribute 'textVisible'. This is the getter.

void textVisible=(bool visible)

Description: Method void QProgressBar::setTextVisible(bool visible)

Python specific notes:

The object exposes a writable attribute 'textVisible'. This is the setter.

[virtual] void timerEvent(QTimerEvent ptr arg1)

Description: Virtual method void QProgressBar::timerEvent(QTimerEvent *)

This method can be reimplemented in a derived class.

[static] string tr(string s,string c = 0)

Description: Static method QString QProgressBar::tr(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string tr(string s,string c,int n)

Description: Static method QString QProgressBar::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c = 0)

Description: Static method QString QProgressBar::trUtf8(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c,int n)

Description: Static method QString QProgressBar::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

void updateMicroFocus

Description: Method void QProgressBar::updateMicroFocus()

This method is protected and can only be called from inside a derived class.

[const] int value

Description: Method int QProgressBar::value()

Python specific notes:

The object exposes a readable attribute 'value'. This is the getter.

void value=(int value)

Description: Method void QProgressBar::setValue(int value)

Python specific notes:

The object exposes a writable attribute 'value'. This is the setter.

[event] void valueChanged(int value)

Description: Signal declaration for QProgressBar::valueChanged(int value)

You can bind a procedure to this signal.

[virtual] void wheelEvent(QWheelEvent ptr arg1)

Description: Virtual method void QProgressBar::wheelEvent(QWheelEvent *)

This method can be reimplemented in a derived class.

[virtual] void windowActivationChange(bool arg1)

Description: Virtual method void QProgressBar::windowActivationChange(bool)

This method can be reimplemented in a derived class.