Dialog Classes
These classes are complex widgets, composed of simpler widgets; dialog
boxes, generally.
Classes:
- QColorDialog
(Dialog widget for specifying colors)
- QDialog
(The base class of dialog windows)
- QFileDialog
(Dialog widget for inputting file names)
- QFontDialog
(Dialog widget for selecting a text font)
- QInputDialog
(A convenience dialog to get a simple input from the user)
- QMessageBox
(Displays a brief message, an icon, and some buttons)
- QProgressDialog
(Provides feedback on the progress of a slow operation)
- QSemiModal
(The base class of semi-modal dialog windows)
- QTabDialog
(Stack of tabbed widgets)
Copyright © 2000 Trolltech | Trademarks
| Qt version 2.2.1
|