summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/second_widget.ui
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-26 17:24:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-03-26 17:24:43 (GMT)
commitedb506b8625ac06cd73c0b1b2696ac4bb65d184a (patch)
treef501643c9aefa3eb58aa050043bcae57679265d6 /Tests/QtAutogen/second_widget.ui
parent098a39f21c140c69bed26dc6914591c76b69c7e2 (diff)
parent71a11252e95797113ecb1a969386f496b7d4861b (diff)
downloadCMake-edb506b8625ac06cd73c0b1b2696ac4bb65d184a.zip
CMake-edb506b8625ac06cd73c0b1b2696ac4bb65d184a.tar.gz
CMake-edb506b8625ac06cd73c0b1b2696ac4bb65d184a.tar.bz2
Merge topic 'fix-Qt-Autogen'
71a11252 QtAutogen: Fix use of multiple ui files in a single target. 261acd91 QtAutogen: Use the basename for resource files.
Diffstat (limited to 'Tests/QtAutogen/second_widget.ui')
-rw-r--r--Tests/QtAutogen/second_widget.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/Tests/QtAutogen/second_widget.ui b/Tests/QtAutogen/second_widget.ui
new file mode 100644
index 0000000..4effa58
--- /dev/null
+++ b/Tests/QtAutogen/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>