QT
From Gui
(Difference between revisions)
(Add link to docs) |
(QLabel is text or image) |
||
(8 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
== Widgets == | == Widgets == | ||
- | * QMainWindow [[Widget/ | + | * QMainWindow [[Widget/Frame]] |
- | * QDialog [[Widget/ | + | * QDialog [[Widget/Frame]] |
- | * QWidget [[Widget/ | + | * QWidget [[Widget/Frame]] |
- | ** QLabel | + | ** QLabel (text or image) [[Widget/Label]] |
+ | ** QImage (image only) [[Widget/Label]] | ||
- | ** QGroupBox | + | ** QGroupBox [[Widget/Frame]] |
- | ** QLineEdit | + | ** QLineEdit [[Widget/Textarea]] |
- | ** QTextEdit | + | ** QTextEdit [[Widget/Textarea]] |
- | ** QPlainTextEdit | + | ** QPlainTextEdit [[Widget/Textarea]] |
- | ** QCheckBox | + | ** QCheckBox [[Widget/Checkbox]] |
- | ** QRadioButton | + | ** QRadioButton [[Widget/Checkbox]] |
** QPushButton [[Widget/Button]] | ** QPushButton [[Widget/Button]] | ||
** QToolButton [[Widget/Button]] | ** QToolButton [[Widget/Button]] | ||
- | ** QComboBox | + | ** QComboBox [[Widget/Listbox]] |
- | ** QListWidget | + | ** QListWidget [[Widget/Listbox]] |
** QScrollBar | ** QScrollBar | ||
Line 50: | Line 51: | ||
** QMenuBar | ** QMenuBar | ||
** QStatusBar | ** QStatusBar | ||
+ | |||
+ | == Layouts == | ||
+ | |||
+ | VBox, HBox, and Grid, similar to [[GTK]] | ||
== Properties == | == Properties == | ||
Line 61: | Line 66: | ||
* name | * name | ||
* class | * class | ||
+ | |||
+ | === QLabel === | ||
+ | |||
+ | * text | ||
+ | * textFormat | ||
+ | * scaledContents | ||
+ | * wordWrap | ||
+ | * textInteractionFlags | ||
+ | * alignment | ||
+ | * indent | ||
+ | * margin | ||
+ | * openExternalLinks | ||
+ | * pixmap | ||
+ | * buddy <!-- like for --> | ||
== Events == | == Events == |
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