Class QHorizontalAlign
Class QHorizontalAlign: Horizontal alignment of a QControl (mostly the text of the control)
string |
NotSet
Not set |
#
'NotSet'
|
string |
Left
Left align |
#
'left'
|
string |
Center
Center align |
#
'center'
|
string |
Right
Right align |
#
'right'
|
string |
Justify
Justify alignment for text |
#
'justify'
|