summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/dialogs.pro
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2014-03-23 17:07:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 00:00:23 +0100
commitdbb6b58abede12cf9f2fad3086dd59a9d46b7ee7 (patch)
treee28701cc3a06b7aba9e58ee1c9e3eee89b441027 /tests/manual/dialogs/dialogs.pro
parent225a5b4787b3a04fd32958dba3e479761efc0623 (diff)
QPrintDialog - Convert manual test to .ui file
Convert the manual print dialogs test to use a ui file as subsequent changes will add a lot more widgets. Change-Id: I06ac54b67532f0eea1e91a2d9aca4f587d2fa332 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/manual/dialogs/dialogs.pro')
-rw-r--r--tests/manual/dialogs/dialogs.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/dialogs/dialogs.pro b/tests/manual/dialogs/dialogs.pro
index 71c41119fe..21ebf9b622 100644
--- a/tests/manual/dialogs/dialogs.pro
+++ b/tests/manual/dialogs/dialogs.pro
@@ -8,3 +8,4 @@ SOURCES += main.cpp filedialogpanel.cpp colordialogpanel.cpp fontdialogpanel.cpp
wizardpanel.cpp messageboxpanel.cpp printdialogpanel.cpp utils.cpp
HEADERS += filedialogpanel.h colordialogpanel.h fontdialogpanel.h \
wizardpanel.h messageboxpanel.h printdialogpanel.h utils.h
+FORMS += printdialogpanel.ui