summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/test.ui
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-11-19 10:55:45 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-11-19 10:55:57 (GMT)
commit8415ced03461fa4d3d9f915da0251760bd0a7202 (patch)
treef960fd9827f85434053559f7d59e0afb528bf9ce /tests/auto/guiapplauncher/test.ui
parent132a42c28e35ac69a5af8c2b7d478b86e92b87e4 (diff)
parent80dfb33cc5fec8fd19e78a959e02588ce58736ee (diff)
downloadQt-8415ced03461fa4d3d9f915da0251760bd0a7202.zip
Qt-8415ced03461fa4d3d9f915da0251760bd0a7202.tar.gz
Qt-8415ced03461fa4d3d9f915da0251760bd0a7202.tar.bz2
Merge upstream/4.6 into oslo-staging-2/4.6
Diffstat (limited to 'tests/auto/guiapplauncher/test.ui')
-rw-r--r--tests/auto/guiapplauncher/test.ui66
1 files changed, 66 insertions, 0 deletions
diff --git a/tests/auto/guiapplauncher/test.ui b/tests/auto/guiapplauncher/test.ui
new file mode 100644
index 0000000..02efcd4
--- /dev/null
+++ b/tests/auto/guiapplauncher/test.ui
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>600</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>MainWindow</string>
+ </property>
+ <widget class="QWidget" name="centralwidget">
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QPlainTextEdit" name="plainTextEdit"/>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menubar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>23</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menuFile">
+ <property name="title">
+ <string>File</string>
+ </property>
+ <addaction name="actionExit"/>
+ </widget>
+ <addaction name="menuFile"/>
+ </widget>
+ <widget class="QStatusBar" name="statusbar"/>
+ <action name="actionExit">
+ <property name="text">
+ <string>Exit</string>
+ </property>
+ </action>
+ </widget>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>actionExit</sender>
+ <signal>triggered()</signal>
+ <receiver>MainWindow</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>399</x>
+ <y>299</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>