Qt 包括用於很多常見操作的標準對話框,譬如:文件選擇、打印及顔色選擇。
用戶創建的,可以與之交互的專用模態 (或非模態) 自定義對話框。
| The Class Wizard example shows how to implement linear wizards using QWizard. | |
| The Extension example shows how to add an extension to a QDialog using the QAbstractButton::toggled() signal and the QWidget::setVisible() slot. | |
| 用於在指定文件夾中查找文件的對話框。 | |
| 許可嚮導範例展示如何以 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. |