QT

From Gui

(Difference between revisions)
(Classify listboxes)
(Classify container)
Line 8: Line 8:
** QLabel [[Widget/Label]]
** QLabel [[Widget/Label]]
-
** QGroupBox
+
** QGroupBox [[Widget/Container]]
** QLineEdit [[Widget/Textarea]]
** QLineEdit [[Widget/Textarea]]

Revision as of 02:36, 13 June 2009

http://doc.qtsoftware.com/4.5/index.html

Contents

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

Properties

  • geometry
    • rect
      • x
      • y
      • width
      • height
  • name
  • class

QLabel

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

Events

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