aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/dialogs/dialogs.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-04-18 12:30:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 12:06:20 +0200
commit4e2153a1d5056249fc31e23890d8c525a3986e1b (patch)
tree6fe37d445255bf2baac7a9cc06ae924a01277e48 /src/imports/dialogs/dialogs.pro
parenta4754a30abc6f650885cbd20d0419da26a504220 (diff)
Declarative dialog improvements for the non-Window use case
Platforms like Android and EGL don't support multiple top-level windows, so we have to avoid trying to use widget-based dialogs (because a widget dialog on top of a scene graph will result in a second window), allow the QML dialog to be an Item, and decorate it to look like a window. Task-number: QTBUG-31898 Change-Id: I9af049f3265188e8be677a05a8bc6d1699b4cd00 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'src/imports/dialogs/dialogs.pro')
-rw-r--r--src/imports/dialogs/dialogs.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/dialogs/dialogs.pro b/src/imports/dialogs/dialogs.pro
index 53cad30cee..e745d52e2b 100644
--- a/src/imports/dialogs/dialogs.pro
+++ b/src/imports/dialogs/dialogs.pro
@@ -31,6 +31,7 @@ QML_FILES += \
WidgetColorDialog.qml \
qml/Button.qml \
qml/ColorSlider.qml \
+ qml/DefaultWindowDecoration.qml \
qml/TextField.qml \
qml/qmldir \
images/checkers.png \
@@ -38,6 +39,7 @@ QML_FILES += \
images/crosshairs.png \
images/slider_handle.png \
images/sunken_frame.png \
+ images/window_border.png \
images/folder.png \
images/up.png