Standard Dialogs#
A list of Qt classes for implementing standard dialogs.
PySide6.QtWidgets.QColorDialogThe QColorDialog class provides a dialog widget for specifying colors.
PySide6.QtWidgets.QFileDialogThe QFileDialog class provides a dialog that allow users to select files or directories.
PySide6.QtWidgets.QFontDialogThe QFontDialog class provides a dialog widget for selecting a font.
PySide6.QtWidgets.QInputDialogThe QInputDialog class provides a simple convenience dialog to get a single value from the user.
PySide6.QtWidgets.QMessageBoxThe QMessageBox class provides a modal dialog for informing the user or for asking the user a question and receiving an answer.
PySide6.QtWidgets.QProgressDialogThe QProgressDialog class provides feedback on the progress of a slow operation.
PySide6.QtPrintSupport.QPrintDialogThe QPrintDialog class provides a dialog for specifying the printer’s configuration.
PySide6.QtPrintSupport.QPageSetupDialogThe QPageSetupDialog class provides a configuration dialog for the page-related options on a printer.
PySide6.QtPrintSupport.QPrintPreviewDialogThe QPrintPreviewDialog class provides a dialog for previewing and configuring page layouts for printer output.