Dialog Classes
These classes are complex widgets, composed of simpler widgets; dialog
boxes, generally.
Classes:
- QColorDialog
(The QColorDialog provides a dialog widget for specifying colors)
- QDialog
(The base class of dialog windows)
- QFileDialog
(The QFileDialog provides a dialog widget for inputting file names)
- QFontDialog
(The QFontDialog provides a dialog widget for selecting a text font)
- 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 © 1999 Troll Tech | Trademarks
| Qt version 2.0.2
|