Abstract Widget Classes
These classes are abstract widgets; they are generally not usable in
themselves, but provide functionality that can be used by inheriting
these classes.
Classes:
- QButton
(The abstract base class of button widgets, providing functionality common to buttons)
- QCanvas
(2D graphic area containing QCanvasItem objects)
- QDialog
(The base class of dialog windows)
- QFrame
(The base class of widgets that can have a frame)
- QScrollView
(Scrolling area with on-demand scroll bars)
- QWidget
(The base class of all user interface objects)
- QWizard
(Framework for wizard dialogs)
- QtTableView
(Abstract base for tables)
Copyright © 2000 Trolltech | Trademarks
| Qt version main-beta1
|