These classes are complex widgets, composed of simpler widgets; dialog boxes, generally.
QColorDialog | The QColorDialog class provides a dialog widget for specifying colors. |
QDialog | The QDialog class is the base class of dialog windows. |
QErrorMessage | The QErrorMessage class provides an error message display dialog. |
QFileDialog | The QFileDialog class provides a dialog that allow users to select files or directories. |
QFontDialog | The QFontDialog class provides a dialog widget for selecting a font. |
QInputDialog | The QInputDialog class provides a simple convenience dialog to get a single value from the user. |
QMessageBox | The QMessageBox class provides a modal dialog with a short message, an icon, and buttons laid out depending on the current style. |
QPrintDialog | The QPrintDialog class provides a dialog for specifying the printer's configuration. |
QProgressDialog | The QProgressDialog class provides feedback on the progress of a slow operation. |