diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-01 14:42:32 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-10 11:49:16 (GMT) |
commit | 53787bf8de2d3981f650e9036bb89cb6ed884a75 (patch) | |
tree | 77e064c5cc41d003bd9389a3703e7ba86678a99e /Tests/QtAutogen/skipSource/uigen2.ui | |
parent | 8dbdd3e726ead25c179e6eb4ffab212a1db3aba8 (diff) | |
download | CMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.zip CMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.tar.gz CMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.tar.bz2 |
AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN test
Diffstat (limited to 'Tests/QtAutogen/skipSource/uigen2.ui')
-rw-r--r-- | Tests/QtAutogen/skipSource/uigen2.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Tests/QtAutogen/skipSource/uigen2.ui b/Tests/QtAutogen/skipSource/uigen2.ui new file mode 100644 index 0000000..01f08d2 --- /dev/null +++ b/Tests/QtAutogen/skipSource/uigen2.ui @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>UiGen2</class> + <widget class="QWidget" name="UiGen2"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QTreeView" name="treeView"/> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |