Standard DialogsΒΆ
A list of Qt classes for implementing standard dialogs.
The QColorDialog class provides a dialog widget for specifying colors.
The QFileDialog class provides a dialog that allows users to select files or directories.
The QFontDialog class provides a dialog widget for selecting a font.
The QInputDialog class provides a simple convenience dialog to get a single value from the user.
The QMessageBox class provides a modal dialog for informing the user or for asking the user a question and receiving an answer.
The QProgressDialog class provides feedback on the progress of a slow operation.