Basic Controls
These basic controls (widgets) are meant for direct use. There are
also some abstract widget classes,
meant for subclassing, and some more complex
widgets.
- QAccel
(Handles keyboard accelerator and shortcut keys)
- QAction
(Abstract user interface action that can appear both in menus and tool bars)
- QActionGroup
(Groups actions together)
- QCheckBox
(Checkbox with a text label)
- QComboBox
(Combined button and popup list)
- QDial
(Rounded range control (like a speedometer or potentiometer))
- QLCDNumber
(Displays a number with LCD-like digits)
- QLabel
(Text or image display)
- QLineEdit
(One-line text editor)
- QPopupMenu
(Popup menu widget)
- QPushButton
(Command button)
- QRadioButton
(Radio button with a text or pixmap label)
- QScrollBar
(Vertical or horizontal scroll bar)
- QSizeGrip
(Corner-grip for resizing a top-level window)
- QSlider
(Vertical or horizontal slider)
- QSpinBox
(Spin box widget (spin button))
- QTextEdit
(Sophisticated single-page rich text editor)
- QToolButton
(Quick-access button to specific commands or options, usually used inside a QToolBar)
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta3
|