Dlgedit Help - QLabel Properties
- Label text - The text that appears on the QLabel can
be entered in the edit field.
- Horizontal alignment - The QLabel's text can be
aligned horizontally, Left, Center, or Right.
- Vertical alignment - The QLabel's text can be aligned
vertically, Top, Center, or Bottom.
- Expand tabs - Check the check box if the QLabel should
expand tab characters within its text.
- Auto Resize - Check the check box if the QLabel should
automaticall resize itself when its contents change.
- Automatic word breaking - Check the check box if the
QLabel should automatically do word breaking if its text
can not fit on one line.
- Margin - The margin between the text and its aligned
edges can be set in the edit field. A value of -1
specifies a default spacing.
The properties for a QLabel include those for a QFrame, so
the Frame tab is added.
[Home]
[Widget Properties]
Last modified: Wed Apr 16 17:39:32 EDT 1997