对话框范例

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 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.