diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-11-25 14:12:04 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2016-11-29 16:16:33 (GMT) |
commit | c4d4becf8b79f68534eb8320ccd63218afa4ca31 (patch) | |
tree | 8b1bb531cfdb586c6c2729712919f435495bab3a /Tests/QtAutogen/complex/second_widget.ui | |
parent | 2599f5d64b6d81967de9ba6f11420ec7815f618d (diff) | |
download | CMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.zip CMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.tar.gz CMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.tar.bz2 |
QtAutogen tests: Move the complex test case to a subdirectory
Diffstat (limited to 'Tests/QtAutogen/complex/second_widget.ui')
-rw-r--r-- | Tests/QtAutogen/complex/second_widget.ui | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Tests/QtAutogen/complex/second_widget.ui b/Tests/QtAutogen/complex/second_widget.ui new file mode 100644 index 0000000..4effa58 --- /dev/null +++ b/Tests/QtAutogen/complex/second_widget.ui @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SecondWidget</class> + <widget class="QWidget" name="SecondWidget"> + <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> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>80</x> + <y>20</y> + <width>94</width> + <height>24</height> + </rect> + </property> + <property name="text"> + <string>PushButton</string> + </property> + </widget> + </widget> + <resources/> + <connections/> +</ui> |