Main Window And Friends
These classes provide everything you need for a typical modern main
application window, like the main window itself, menu and tool bars,
a statusbar, etc.
- QApplication
(Manages the GUI application's control flow and main settings)
- QDockArea
(Manages and lays out QDockWindows)
- QDockWindow
(Widget which can be docked inside a QDockArea or floated as a top level window on the desktop)
- QMainWindow
(Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar)
- QMenuBar
(Horizontal menu bar)
- QPopupMenu
(Popup menu widget)
- QSessionManager
(Access to the session manager)
- QSizeGrip
(Corner-grip for resizing a top-level window)
- QStatusBar
(Horizontal bar suitable for presenting status information)
- QToolBar
(Movable panel containing widgets such as tool buttons)
- QWorkspace
(Workspace window that can contain decorated windows, e.g., for MDI)
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta2
|