Home · All Classes · Modules

QKeySequence Class Reference
[QtGui module]

Types

Methods

Static Methods

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)

SequenceMatch QKeySequence.matches (self, QKeySequence)

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)


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