From aea0b24d69253285e23bbc2eeaac29b5d19cd868 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Tue, 27 Mar 2012 12:05:41 +0200 Subject: Add manual test for window modality This test allows us to recreate any modal scenario. Multiple top-level windows with any depth of window and application modal dialogs is possible. Change-Id: Ieef2c557d2f9ad2d2b2d2b598e9415f4c1e2dcb5 Reviewed-by: Friedemann Kleint --- tests/manual/windowmodality/widget.ui | 115 ++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 tests/manual/windowmodality/widget.ui (limited to 'tests/manual/windowmodality/widget.ui') diff --git a/tests/manual/windowmodality/widget.ui b/tests/manual/windowmodality/widget.ui new file mode 100644 index 0000000000..cc3bf854ec --- /dev/null +++ b/tests/manual/windowmodality/widget.ui @@ -0,0 +1,115 @@ + + + + + Widget + + + + 0 + 0 + 568 + 473 + + + + Form + + + + 40 + + + 6 + + + + + New Window Type + + + + 8 + + + 6 + + + + + Window + + + + + + + Window (Group Leader) + + + + + + + Modeless Dialog + + + + + + + Modeless Dialog w/ no parent + + + + + + + Window Modal Dialog + + + + + + + Window Modal Dialog w/ no parent + + + + + + + Window Modal Child Widget (hidden after 5 seconds) + + + + + + + Application Modal Dialog + + + + + + + Application Modal Dialog w/ no parent + + + + + + + Application Modal Child Widget (hidden after 5 seconds) + + + + + + + + + + + + -- cgit v1.2.3