Combined label and number edit widget.
|
|
|
triggerEditingFinished(self)
Emits a custom signal when the underlying line edit's text is changed |
source code
|
|
string
|
|
|
|
|
prepareWidgetVisual(self)
Sets up the custom widget. |
source code
|
|
|
getOrientation(self)
Returns keyboardMode state |
source code
|
|
|
setOrientation(self,
mode=Qt.Horizontal)
Makes virtual keyboard available if mode is True. |
source code
|
|
|
resetOrientation(self)
Resets keyboardMode state |
source code
|
|
|
|
|
|
|
|
|
setText(self,
text='')
Sets the widget's text |
source code
|
|
|
|
|
setSize(self,
size=0)
Sets the widget's size |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|