diff options
author | Brad King <brad.king@kitware.com> | 2017-08-16 14:43:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-16 14:43:17 (GMT) |
commit | 1e77d0dbef67f835d4a736df21069a8d6b43f5b9 (patch) | |
tree | b852b1945cd5af2aae7bb352012db43e116f6bc4 /Tests/QtAutogen/uicInclude/PageC2.ui | |
parent | 131af5d591ac45a6ab49ccb760dd08e15ef36d81 (diff) | |
parent | 6c5e03d6d4f974781e71e51116e4ac5d982c7d79 (diff) | |
download | CMake-1e77d0dbef67f835d4a736df21069a8d6b43f5b9.zip CMake-1e77d0dbef67f835d4a736df21069a8d6b43f5b9.tar.gz CMake-1e77d0dbef67f835d4a736df21069a8d6b43f5b9.tar.bz2 |
Merge topic 'autogen-autouic-lookup'
6c5e03d6 Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookup
fb5db079 Autogen: Extend AUTOUIC search paths test
d8a99dd2 Autogen: Update AUTOUIC documentation for search paths
02e6c548 Autogen: Restore AUTOUIC lookup paths from 3.8.2
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1140
Diffstat (limited to 'Tests/QtAutogen/uicInclude/PageC2.ui')
-rw-r--r-- | Tests/QtAutogen/uicInclude/PageC2.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Tests/QtAutogen/uicInclude/PageC2.ui b/Tests/QtAutogen/uicInclude/PageC2.ui new file mode 100644 index 0000000..daab868 --- /dev/null +++ b/Tests/QtAutogen/uicInclude/PageC2.ui @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>PageC2</class> + <widget class="QWidget" name="PageC2"> + <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> |