QTcl Widgets
Basic widgets
QPushButton
Command: qpushbutton
QRadioButton
Command: qradiobutton
QCheckBox
Command: qcheckbox
QComboBox
Command: qcombobox
QGroupBox
Command: qgroupbox
QHSlider
Command: qhslider
QLabel
Command: qlabel
QLineEdit
Command: qlineedit
QMenu
Command: qmenu
QSpinBox
Command: qspinbox
QToolBar
Command: qtoolbar
QToolButton
Command: qtoolbutton
QVSlider
Command: qvslider
QWidget
Command: qwidget
Advanced widgets
QTreeWidget
Command: qtreewidget
QMainWindow
Command: qmainwindow
QTable
Command: qtable
QTabWidget
Command: qtabwidget
QTextEdit
Command: qtextedit
QSplitter
Command: qsplitter
DialogsQStackedWidget
Command: qstackedwidget
QColorDialog
Command: qgetcolor
QMessageBox (information)
Command: qinformation
QMessageBox (warning)
Command: qwarning
QMessageBox (critical)
Command: qcritical
Get double precision number dialog
Command: qgetdouble
Get integer dialog
Command: qgetinteger
Get text dialog
Command: qgettext
QFileDialog (get open file name)
Command: qopenfilename
QFileDialog (get save file name)
Command: qsavefilename
Existing directory dialog
Command: qexistingdir
Font dialog
Command: qgetfontdialog