QInputContext Class Reference
[QtGui module]
Inherits QObject.
Types
Methods
Detailed Description
Type Documentation
QInputContext.StandardFormat
Method Documentation
QInputContext.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
list-of-QAction QInputContext.actions (self)
bool QInputContext.filterEvent (self, QEvent)
QWidget QInputContext.focusWidget (self)
QFont QInputContext.font (self)
QString QInputContext.identifierName (self)
This method is abstract and should be reimplemented in any sub-class.
bool QInputContext.isComposing (self)
This method is abstract and should be reimplemented in any sub-class.
QString QInputContext.language (self)
This method is abstract and should be reimplemented in any sub-class.
QInputContext.mouseHandler (self, int, QMouseEvent)
QInputContext.reset (self)
This method is abstract and should be reimplemented in any sub-class.
QInputContext.setFocusWidget (self, QWidget)
QInputContext.update (self)
QInputContext.widgetDestroyed (self, QWidget)