QT
From Gui
(Difference between revisions)
(Layouts) |
(QLabel is text or image) |
||
Line 6: | Line 6: | ||
* QDialog [[Widget/Frame]] | * QDialog [[Widget/Frame]] | ||
* QWidget [[Widget/Frame]] | * QWidget [[Widget/Frame]] | ||
- | ** QLabel [[Widget/Label]] | + | ** QLabel (text or image) [[Widget/Label]] |
+ | ** QImage (image only) [[Widget/Label]] | ||
** QGroupBox [[Widget/Frame]] | ** QGroupBox [[Widget/Frame]] |
Current revision as of 00:13, 16 June 2009
http://doc.qtsoftware.com/4.5/index.html
Contents |
[edit] Widgets
- QMainWindow Widget/Frame
- QDialog Widget/Frame
- QWidget Widget/Frame
- QLabel (text or image) Widget/Label
- QImage (image only) Widget/Label
- QGroupBox Widget/Frame
- QLineEdit Widget/Textarea
- QTextEdit Widget/Textarea
- QPlainTextEdit Widget/Textarea
- QCheckBox Widget/Checkbox
- QRadioButton Widget/Checkbox
- QPushButton Widget/Button
- QToolButton Widget/Button
- QComboBox Widget/Listbox
- QListWidget Widget/Listbox
- 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
[edit] Layouts
VBox, HBox, and Grid, similar to GTK
[edit] Properties
- geometry
- rect
- x
- y
- width
- height
- rect
- name
- class
[edit] QLabel
- text
- textFormat
- scaledContents
- wordWrap
- textInteractionFlags
- alignment
- indent
- margin
- openExternalLinks
- pixmap
- buddy