QT

From Gui

(Difference between revisions)
(QLabel is text or image)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
-
* QMainWindow
+
http://doc.qtsoftware.com/4.5/index.html
-
* QDialog
+
-
* QWidget
+
-
** QLabel
+
-
** QGroupBox
+
== Widgets ==
-
** QLineEdit
+
* QMainWindow [[Widget/Frame]]
-
** QTextEdit
+
* QDialog [[Widget/Frame]]
-
** QPlainTextEdit
+
* QWidget [[Widget/Frame]]
 +
** QLabel (text or image) [[Widget/Label]]
 +
** QImage (image only) [[Widget/Label]]
-
** QCheckBox
+
** QGroupBox [[Widget/Frame]]
-
** QRadioButton
+
-
** QPushButton
+
-
** QToolButton
+
-
** QComboBox
+
** QLineEdit [[Widget/Textarea]]
-
** QListWidget
+
** 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
** QScrollBar
Line 46: Line 51:
** QMenuBar
** QMenuBar
** QStatusBar
** QStatusBar
 +
 +
== Layouts ==
 +
 +
VBox, HBox, and Grid, similar to [[GTK]]
== Properties ==
== Properties ==
Line 57: 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

    • 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
  • name
  • class

[edit] QLabel

  • text
  • textFormat
  • scaledContents
  • wordWrap
  • textInteractionFlags
  • alignment
  • indent
  • margin
  • openExternalLinks
  • pixmap
  • buddy

[edit] Events

Retrieved from "http://72.14.177.54/gui/QT"
Personal tools