Dialog Examples
Qt includes standard dialogs for many common operations, such as file selection, printing, and color selection.
Custom dialogs can also be created for specialized modal or modeless interactions with users.
The License Wizard example shows how to implement linear wizards using QWizard. | |
The Config Dialog examples shows how a configuration dialog can be created by using an icon view with a stacked widget. | |
The Extension example shows how to add an extension to a QDialog using the QAbstractButton::toggled() signal and the QWidget::setVisible() slot. | |
The Find Files example shows how to use QProgressDialog to provide feedback on the progress of a slow operation. The example also shows how to use QFileDialog to facilitate browsing, how to use QTextStream's streaming operators to read a file, and how to use QTableWidget to provide standard table display facilities for applications. In addition, files can be opened using the QDesktopServices class. | |
The License Wizard example shows how to implement complex wizards in Qt. | |
The Standard Dialogs example shows the standard dialogs that are provided by Qt. | |
The Tab Dialog example shows how to construct a tab dialog using the QTabWidget class. | |
The Trivial Wizard example illustrates how to create a linear three-page registration wizard using three instances of QWizardPage and one instance of QWizard. |
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.