diff options
Diffstat (limited to 'tests/auto/uic/baseline/Dialog_without_Buttons.ui')
-rw-r--r-- | tests/auto/uic/baseline/Dialog_without_Buttons.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/Dialog_without_Buttons.ui b/tests/auto/uic/baseline/Dialog_without_Buttons.ui new file mode 100644 index 0000000000..1be629818c --- /dev/null +++ b/tests/auto/uic/baseline/Dialog_without_Buttons.ui @@ -0,0 +1,18 @@ +<ui version="4.0" > + <class>Dialog</class> + <widget class="QDialog" name="Dialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>Dialog</string> + </property> + </widget> + <resources/> + <connections/> +</ui> |