This page shows some of the widgets available in Qt when configured to use the "gtk" style.
查看 Qt Widget 图库 to see how Qt applications appear in other styles.
The QPushButton 小部件提供命令按钮。 |
The QToolButton 类提供命令 (或选项) 的快速访问按钮,通常用于 QToolBar . |
The QCheckBox 小部件提供带文本标签的复选框。 |
The QRadioButton widget provides a radio button with a text or pixmap label. |
The The QGroupBox 小部件提供带有标题的组框框架。 |
The QTabWidget 类提供选项卡式 Widget 堆栈。 |
The QFrame widget provides a simple decorated container for other widgets. |
The QToolBox class provides a column of tabbed widget items. |
The QListView class provides a default model/view implementation of a list/icon view. The QListWidget class provides a classic item-based list/icon view. |
The QTreeView class provides a default model/view implementation of a tree view. The QTreeWidget class provides a classic item-based tree view. |
The QTableView class provides a default model/view implementation of a table view. The QTableWidget class provides a classic item-based table view. |
The QProgressBar widget provides a horizontal progress bar. |
The QLabel 小部件提供文本或图像显示。 |
The QLCDNumber widget displays a number with LCD-like digits. |
The QLineEdit 小部件是 1 行文本编辑器。 |
The QDateEdit class provides a widget for editing dates. |
The QTimeEdit class provides a widget for editing times. |
The QDateTimeEdit 类提供用于编辑日期和时间的 Widget。 |
The QSlider 小部件提供垂直 (或水平) 滑块。 |
The QComboBox widget is a combined button and pop-up list. |
The QSpinBox 类提供自旋框 Widget。 |
The QFontComboBox widget is a specialized combobox that enables fonts to be selected from a pop-up list containing previews of available fonts. |
The QDoubleSpinBox class provides a spin box widget that allows double precision floating point numbers to be entered. |
The QScrollBar widget provides a vertical or horizontal scroll bar. Here, we show a scroll bar with horizontal orientation. |
The QDial class provides a rounded range control (like a speedometer or potentiometer). |
The QTextEdit 类提供用于编辑和显示纯文本和富文本两者的 Widget。 |
The QCalendarWidget class provides a monthly calendar widget that can be used to select dates. |