summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/baseline/chatmainwindow.ui
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-13 14:38:26 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:11:40 +0200
commitf9748f8cce6ed5dc202c0d3cda76dc640f38b305 (patch)
tree3874e51a4f922dde9eb46a8ffe35d5bd9d9e9450 /tests/auto/uiloader/baseline/chatmainwindow.ui
parente3990c358a5ffa0f43ab3ded018f29e468697841 (diff)
Remove uilib and QtUiTools from QtBase
The code gets moved into the qttools repository, where it belongs naturally. Change-Id: Ia50bfe212ead3365d5c3bcb24d2c5e92e2e9de8e
Diffstat (limited to 'tests/auto/uiloader/baseline/chatmainwindow.ui')
-rw-r--r--tests/auto/uiloader/baseline/chatmainwindow.ui185
1 files changed, 0 insertions, 185 deletions
diff --git a/tests/auto/uiloader/baseline/chatmainwindow.ui b/tests/auto/uiloader/baseline/chatmainwindow.ui
deleted file mode 100644
index 0616dcb137..0000000000
--- a/tests/auto/uiloader/baseline/chatmainwindow.ui
+++ /dev/null
@@ -1,185 +0,0 @@
-<ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>ChatMainWindow</class>
- <widget class="QMainWindow" name="ChatMainWindow" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>QtDBus Chat</string>
- </property>
- <widget class="QWidget" name="centralwidget" >
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QTextBrowser" name="chatHistory" >
- <property name="acceptDrops" >
- <bool>false</bool>
- </property>
- <property name="toolTip" >
- <string>Messages sent and received from other users</string>
- </property>
- <property name="acceptRichText" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Message:</string>
- </property>
- <property name="buddy" >
- <cstring>messageLineEdit</cstring>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="messageLineEdit" />
- </item>
- <item>
- <widget class="QPushButton" name="sendButton" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>1</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip" >
- <string>Sends a message to other people</string>
- </property>
- <property name="whatsThis" >
- <string/>
- </property>
- <property name="text" >
- <string>Send</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>31</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuQuit" >
- <property name="title" >
- <string>Help</string>
- </property>
- <addaction name="actionAboutQt" />
- </widget>
- <widget class="QMenu" name="menuFile" >
- <property name="title" >
- <string>File</string>
- </property>
- <addaction name="actionChangeNickname" />
- <addaction name="separator" />
- <addaction name="actionQuit" />
- </widget>
- <addaction name="menuFile" />
- <addaction name="menuQuit" />
- </widget>
- <widget class="QStatusBar" name="statusbar" />
- <action name="actionQuit" >
- <property name="text" >
- <string>Quit</string>
- </property>
- <property name="shortcut" >
- <string>Ctrl+Q</string>
- </property>
- </action>
- <action name="actionAboutQt" >
- <property name="text" >
- <string>About Qt...</string>
- </property>
- </action>
- <action name="actionChangeNickname" >
- <property name="text" >
- <string>Change nickname...</string>
- </property>
- <property name="shortcut" >
- <string>Ctrl+N</string>
- </property>
- </action>
- </widget>
- <pixmapfunction></pixmapfunction>
- <tabstops>
- <tabstop>chatHistory</tabstop>
- <tabstop>messageLineEdit</tabstop>
- <tabstop>sendButton</tabstop>
- </tabstops>
- <resources/>
- <connections>
- <connection>
- <sender>messageLineEdit</sender>
- <signal>returnPressed()</signal>
- <receiver>sendButton</receiver>
- <slot>animateClick()</slot>
- <hints>
- <hint type="sourcelabel" >
- <x>299</x>
- <y>554</y>
- </hint>
- <hint type="destinationlabel" >
- <x>744</x>
- <y>551</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>actionQuit</sender>
- <signal>triggered(bool)</signal>
- <receiver>ChatMainWindow</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>