QT

From Gui

(Difference between revisions)
(Classify listboxes)
(QLabel is text or image)
 
(3 intermediate revisions not shown)
Line 3: Line 3:
== Widgets ==
== Widgets ==
-
* QMainWindow [[Widget/Container]]
+
* QMainWindow [[Widget/Frame]]
-
* QDialog [[Widget/Container]]
+
* QDialog [[Widget/Frame]]
-
* QWidget [[Widget/Container]]
+
* QWidget [[Widget/Frame]]
-
** QLabel [[Widget/Label]]
+
** QLabel (text or image) [[Widget/Label]]
 +
** QImage (image only) [[Widget/Label]]
-
** QGroupBox
+
** QGroupBox [[Widget/Frame]]
** QLineEdit [[Widget/Textarea]]
** QLineEdit [[Widget/Textarea]]
Line 50: Line 51:
** QMenuBar
** QMenuBar
** QStatusBar
** QStatusBar
 +
 +
== Layouts ==
 +
 +
VBox, HBox, and Grid, similar to [[GTK]]
== Properties ==
== Properties ==

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