QT

From Gui

(Difference between revisions)
(Add link to docs)
(QLabel properties)
Line 6: Line 6:
* QDialog [[Widget/Container]]
* QDialog [[Widget/Container]]
* QWidget [[Widget/Container]]
* QWidget [[Widget/Container]]
-
** QLabel
+
** QLabel [[Widget/Label]]
** QGroupBox
** QGroupBox
Line 61: Line 61:
* name
* name
* class
* class
 +
 +
=== QLabel ===
 +
 +
* text
 +
* textFormat
 +
* scaledContents
 +
* wordWrap
 +
* textInteractionFlags
 +
* alignment
 +
* indent
 +
* margin
 +
* openExternalLinks
 +
* pixmap
== Events ==
== Events ==

Revision as of 02:06, 12 June 2009

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

Contents

Widgets

    • QGroupBox
    • QLineEdit
    • QTextEdit
    • QPlainTextEdit
    • QComboBox
    • QListWidget
    • 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

Events

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