blob: 2380f3de31751ac6dae9a8ceaf4471dc3107af64 [file] [log] [blame]
Yingdi Yu04842232013-10-23 14:03:09 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ChatDialog</class>
4 <widget class="QDialog" name="ChatDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>838</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>ChronoChat -- Powered By ChronoSync</string>
15 </property>
16 <layout class="QVBoxLayout">
17 <property name="spacing">
18 <number>6</number>
19 </property>
20 <item>
21 <layout class="QHBoxLayout">
22 <property name="spacing">
23 <number>-1</number>
24 </property>
25 <item>
26 <layout class="QVBoxLayout">
27 <item>
28 <widget class="QLabel" name="infoLabel">
29 <property name="focusPolicy">
30 <enum>Qt::NoFocus</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QHBoxLayout">
36 <item>
37 <widget class="QLabel" name="prefixLabel">
38 <property name="focusPolicy">
39 <enum>Qt::NoFocus</enum>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </item>
45 </layout>
46 </item>
47 <item>
48 <spacer name="horizontalSpacer">
49 <property name="orientation">
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>40</width>
55 <height>20</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 <item>
61 <layout class="QVBoxLayout">
62 <property name="sizeConstraint">
63 <enum>QLayout::SetFixedSize</enum>
64 </property>
65 <item>
66 <widget class="QPushButton" name="treeButton">
67 <property name="enabled">
68 <bool>false</bool>
69 </property>
70 <property name="sizePolicy">
71 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
72 <horstretch>0</horstretch>
73 <verstretch>0</verstretch>
74 </sizepolicy>
75 </property>
76 <property name="minimumSize">
77 <size>
78 <width>200</width>
79 <height>0</height>
80 </size>
81 </property>
82 <property name="maximumSize">
83 <size>
84 <width>200</width>
85 <height>16777215</height>
86 </size>
87 </property>
88 <property name="focusPolicy">
89 <enum>Qt::NoFocus</enum>
90 </property>
91 <property name="text">
92 <string>Show ChronoSync Tree</string>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </item>
98 </layout>
99 </item>
100 <item>
101 <layout class="QHBoxLayout">
102 <item>
103 <widget class="QListView" name="listView">
104 <property name="sizePolicy">
105 <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
106 <horstretch>0</horstretch>
107 <verstretch>0</verstretch>
108 </sizepolicy>
109 </property>
110 <property name="font">
111 <font>
112 <pointsize>14</pointsize>
113 <weight>75</weight>
114 <bold>true</bold>
115 </font>
116 </property>
117 <property name="focusPolicy">
118 <enum>Qt::NoFocus</enum>
119 </property>
120 <property name="styleSheet">
121 <string notr="true">color: darkGreen;
122background: #F0F0F0;</string>
123 </property>
124 <property name="editTriggers">
125 <set>QAbstractItemView::NoEditTriggers</set>
126 </property>
127 <property name="showDropIndicator" stdset="0">
128 <bool>false</bool>
129 </property>
130 <property name="selectionMode">
131 <enum>QAbstractItemView::NoSelection</enum>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <layout class="QVBoxLayout">
137 <item>
138 <widget class="QGraphicsView" name="treeViewer">
139 <property name="focusPolicy">
140 <enum>Qt::NoFocus</enum>
141 </property>
142 </widget>
143 </item>
144 <item>
145 <widget class="QTextEdit" name="textEdit">
146 <property name="focusPolicy">
147 <enum>Qt::NoFocus</enum>
148 </property>
149 <property name="readOnly">
150 <bool>true</bool>
151 </property>
152 </widget>
153 </item>
154 <item>
155 <layout class="QHBoxLayout">
156 <item>
157 <widget class="QLabel" name="label">
158 <property name="text">
159 <string>Message:</string>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <widget class="QLineEdit" name="lineEdit"/>
165 </item>
166 </layout>
167 </item>
168 </layout>
169 </item>
170 </layout>
171 </item>
172 </layout>
173 </widget>
174 <resources/>
175 <connections/>
176</ui>