Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2

Basic widgets

QPushButton

Command: qpushbutton
Image Added

QRadioButton

Command: qradiobutton
Image Added

QCheckBox

Command: qcheckbox
Image Added

QComboBox

Command: qcombobox
Image Added

QGroupBox

Command: qgroupbox
Image Added

QHSlider

Command: qhslider
Image Added

QLabel

Command: qlabel
Image Added

QLineEdit

Command: qlineedit
Image Added

QMenu

Command: qmenu
Image Added

QSpinBox

Command: qspinbox
Image Added

QToolBar

Command: qtoolbar
Image Added

QToolButton

Command: qtoolbutton
Image Added

QVSlider

Command: qvslider
Image Added

QWidget

Command: qwidget
Image Added

Advanced widgets

QTreeWidget

Command: qtreewidget
Image Added

QMainWindow

Command: qmainwindow
Image Added

QTable

Command: qtable
Image Added

QTabWidget

Command: qtabwidget
Image Added

QTextEdit

Command: qtextedit
Image Added

QSplitter

Command: qsplitter
Image Added

DialogsQStackedWidget

Command: qstackedwidget
Image Added

QColorDialog

Command: qgetcolor
Image Added

QMessageBox (information)

Command: qinformation
Image Added

QMessageBox (warning)

Command: qwarning
Image Added

QMessageBox (critical)

Command: qcritical
Image Added

Get double precision number dialog

Command: qgetdouble
Image Added

Get integer dialog

Command: qgetinteger
Image Added

Get text dialog

Command: qgettext
Image Added

QFileDialog (get open file name)

Command: qopenfilename
Image Added

QFileDialog (get save file name)

Command: qsavefilename
Image Added

Existing directory dialog

Command: qexistingdir
Image Added

Font dialog

Command: qgetfontdialog
Image Added