QT

From Gui

(Difference between revisions)
(Container => Frame)
(Layouts)
Line 50: Line 50:
** QMenuBar
** QMenuBar
** QStatusBar
** QStatusBar
 +
 +
== Layouts ==
 +
 +
VBox, HBox, and Grid, similar to [[GTK]]
== Properties ==
== Properties ==

Revision as of 21:00, 15 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

Layouts

VBox, HBox, and Grid, similar to GTK

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://editthis.info/gui/QT"
Personal tools