對話框範例

Qt 包括用於很多常見操作的標準對話框,譬如:文件選擇、打印及顔色選擇。

用戶創建的,可以與之交互的專用模態 (或非模態) 自定義對話框。

許可嚮導範例 許可嚮導範例展示如何以 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.