summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/dialogs/chatDlg.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/dialogs/chatDlg.ui')
-rw-r--r--kbattleship/kbattleship/dialogs/chatDlg.ui91
1 files changed, 91 insertions, 0 deletions
diff --git a/kbattleship/kbattleship/dialogs/chatDlg.ui b/kbattleship/kbattleship/dialogs/chatDlg.ui
new file mode 100644
index 00000000..40ffdbf3
--- /dev/null
+++ b/kbattleship/kbattleship/dialogs/chatDlg.ui
@@ -0,0 +1,91 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>chatDlg</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>chatDlg</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>252</width>
+ <height>236</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Chat Widget</string>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>5</number>
+ </property>
+ <property name="spacing">
+ <number>3</number>
+ </property>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layouter</cstring>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <widget class="QLineEdit" row="2" column="0">
+ <property name="name">
+ <cstring>commentEdit</cstring>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Enter a message here</string>
+ </property>
+ </widget>
+ <widget class="QPushButton" row="2" column="1">
+ <property name="name">
+ <cstring>sendBtn</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Send</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Press here to send the message</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QMultiLineEdit" row="1" column="0" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>chatView</cstring>
+ </property>
+ <property name="wordWrap">
+ <enum>WidgetWidth</enum>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>chatLabel</cstring>
+ </property>
+ <property name="text">
+ <string>Chat dialog:</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ </hbox>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>