QT
From Gui
(Difference between revisions)
(Add link to docs) |
(QLabel properties) |
||
Line 6: | Line 6: | ||
* QDialog [[Widget/Container]] | * QDialog [[Widget/Container]] | ||
* QWidget [[Widget/Container]] | * QWidget [[Widget/Container]] | ||
- | ** QLabel | + | ** QLabel [[Widget/Label]] |
** QGroupBox | ** QGroupBox | ||
Line 61: | Line 61: | ||
* name | * name | ||
* class | * class | ||
+ | |||
+ | === QLabel === | ||
+ | |||
+ | * text | ||
+ | * textFormat | ||
+ | * scaledContents | ||
+ | * wordWrap | ||
+ | * textInteractionFlags | ||
+ | * alignment | ||
+ | * indent | ||
+ | * margin | ||
+ | * openExternalLinks | ||
+ | * pixmap | ||
== Events == | == Events == |
Revision as of 02:06, 12 June 2009
http://doc.qtsoftware.com/4.5/index.html
Contents |
Widgets
- QMainWindow Widget/Container
- QDialog Widget/Container
- QWidget Widget/Container
- QLabel Widget/Label
- QGroupBox
- QLineEdit
- QTextEdit
- QPlainTextEdit
- QCheckBox
- QRadioButton
- QPushButton Widget/Button
- QToolButton Widget/Button
- QComboBox
- QListWidget
- QScrollBar
- QDial
- QSlider
- QSpinBox
- QDoubleSpinBox
- QDateTimeEdit
- QDateEdit
- QCalendarWidget
- QTableView
- QTableWidget
- QTreeView
- QTreeWidget
- QScrollArea
- QSplitter
- QProgressBar
- QSplashScreen
- QSplitterHandle
- QSvgWidget
- QTabBar
- QTabWidget
- QToolBar
- QToolBox
- QWebView
- QMenu
- QMenuBar
- QStatusBar
Properties
- geometry
- rect
- x
- y
- width
- height
- rect
- name
- class
QLabel
- text
- textFormat
- scaledContents
- wordWrap
- textInteractionFlags
- alignment
- indent
- margin
- openExternalLinks
- pixmap