Home · All Classes · Modules

QStatusBar Class Reference
[QtGui module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QStatusBar.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QStatusBar.addPermanentWidget (self, QWidget, int stretch = 0)

The QWidget argument has it's ownership transferred to Qt.

QStatusBar.addWidget (self, QWidget, int stretch = 0)

The QWidget argument has it's ownership transferred to Qt.

QStatusBar.clearMessage (self)

This method is also a Qt slot with the C++ signature void clearMessage().

QString QStatusBar.currentMessage (self)

bool QStatusBar.event (self, QEvent)

QStatusBar.hideOrShow (self)

int QStatusBar.insertPermanentWidget (self, int, QWidget, int stretch = 0)

The QWidget argument has it's ownership transferred to Qt.

int QStatusBar.insertWidget (self, int, QWidget, int stretch = 0)

The QWidget argument has it's ownership transferred to Qt.

bool QStatusBar.isSizeGripEnabled (self)

QStatusBar.paintEvent (self, QPaintEvent)

QStatusBar.reformat (self)

QStatusBar.removeWidget (self, QWidget)

QStatusBar.resizeEvent (self, QResizeEvent)

QStatusBar.setSizeGripEnabled (self, bool)

QStatusBar.showEvent (self, QShowEvent)

QStatusBar.showMessage (self, QString, int msecs = 0)

This method is also a Qt slot with the C++ signature void showMessage(const QString&,int = 0).


Qt Signal Documentation

void messageChanged (const QString&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0