QCommandLinkButton Class Reference
[QtGui module]
Inherits QPushButton.
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QString, QWidget parent = None)
- __init__ (self, QString, QString, QWidget parent = None)
- QString description (self)
- bool event (self, QEvent)
- int heightForWidth (self, int)
- QSize minimumSizeHint (self)
- paintEvent (self, QPaintEvent)
- setDescription (self, QString)
- QSize sizeHint (self)
Detailed Description
Method Documentation
QCommandLinkButton.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QCommandLinkButton.__init__ (self, QString, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QCommandLinkButton.__init__ (self, QString, QString, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QString QCommandLinkButton.description (self)
bool QCommandLinkButton.event (self, QEvent)
int QCommandLinkButton.heightForWidth (self, int)
QSize QCommandLinkButton.minimumSizeHint (self)
QCommandLinkButton.paintEvent (self, QPaintEvent)
QCommandLinkButton.setDescription (self, QString)
QSize QCommandLinkButton.sizeHint (self)