![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
label | setFrameStyle (QFrame::Panel|QFrame::Sunken) |
label | setText ("first line\nsecond line") |
label | setAlignment (Qt::AlignBottom|Qt::AlignRight) |
phoneLabel | setBuddy (phoneEdit) |
nameLabel | setBuddy (nameEdit) |
Variables | |
QLabel * | label = new QLabel(this) |
[0] | |
QLineEdit * | phoneEdit = new QLineEdit(this) |
[0] | |
QLabel * | phoneLabel = new QLabel("&Phone:", this) |
QLineEdit * | nameEdit = new QLineEdit(this) |
[1] | |
QLabel * | nameLabel = new QLabel("&Name:", this) |
label setAlignment | ( | Qt::AlignBottom|Qt::AlignRight | ) |
phoneLabel setBuddy | ( | phoneEdit | ) |
label setFrameStyle | ( | QFrame::Panel|QFrame::Sunken | ) |
label setText | ( | "first line\nsecond line" | ) |
Definition at line 21 of file src_gui_widgets_qlabel.cpp.
Definition at line 14 of file src_gui_widgets_qlabel.cpp.