summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/baseline/chatdialog.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/chatdialog.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/chatdialog.ui')
-rw-r--r--tests/auto/uiloader/baseline/chatdialog.ui79
1 files changed, 0 insertions, 79 deletions
diff --git a/tests/auto/uiloader/baseline/chatdialog.ui b/tests/auto/uiloader/baseline/chatdialog.ui
deleted file mode 100644
index c85e0d0f55..0000000000
--- a/tests/auto/uiloader/baseline/chatdialog.ui
+++ /dev/null
@@ -1,79 +0,0 @@
-<ui version="4.0" >
- <class>ChatDialog</class>
- <widget class="QDialog" name="ChatDialog" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>513</width>
- <height>349</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Chat</string>
- </property>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QTextEdit" name="textEdit" >
- <property name="focusPolicy" >
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="readOnly" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QListWidget" name="listWidget" >
- <property name="maximumSize" >
- <size>
- <width>180</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="focusPolicy" >
- <enum>Qt::NoFocus</enum>
- </property>
- </widget>
- </item>
- </layout>
- </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>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>