QKeySequence Class Reference
[QtGui module]
Types
Methods
- __init__ (self)
- __init__ (self, QKeySequence)
- __init__ (self, QString key, SequenceFormat format)
- __init__ (self, int, int key2 = 0, int key3 = 0, int key4 = 0)
- __init__ (self, QVariant variant)
- int count (self)
- bool isDetached (self)
- bool isEmpty (self)
- SequenceMatch matches (self, QKeySequence)
- QString toString (self, SequenceFormat format = QKeySequence.PortableText)
Static Methods
- QKeySequence fromString (QString, SequenceFormat format = QKeySequence.PortableText)
- list-of-QKeySequence keyBindings (StandardKey)
- QKeySequence mnemonic (QString)
Special Methods
Detailed Description
This class can be pickled.
StandardKey,
QString
or a Python int object
may be used whenever
QKeySequence
is expected.
Type Documentation
QKeySequence.SequenceFormat
QKeySequence.SequenceMatch
QKeySequence.StandardKey
Method Documentation
QKeySequence.__init__ (self)
QKeySequence.__init__ (self, QKeySequence)
QKeySequence.__init__ (self, QString key, SequenceFormat format)
QKeySequence.__init__ (self, int, int key2 = 0, int key3 = 0, int key4 = 0)
QKeySequence.__init__ (self, QVariant variant)
int QKeySequence.count (self)
QKeySequence QKeySequence.fromString (QString, SequenceFormat format = QKeySequence.PortableText)
bool QKeySequence.isDetached (self)
bool QKeySequence.isEmpty (self)
list-of-QKeySequence QKeySequence.keyBindings (StandardKey)
QKeySequence QKeySequence.mnemonic (QString)
QString QKeySequence.toString (self, SequenceFormat format = QKeySequence.PortableText)
bool QKeySequence.__eq__ (self, QKeySequence)
bool QKeySequence.__ge__ (self, QKeySequence)
int QKeySequence.__getitem__ (self, int)
bool QKeySequence.__gt__ (self, QKeySequence)
int QKeySequence.__int__ (self)
bool QKeySequence.__le__ (self, QKeySequence)
QKeySequence.__len__ (self)
bool QKeySequence.__lt__ (self, QKeySequence)
bool QKeySequence.__ne__ (self, QKeySequence)