Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 1 | <ui version="4.0"> |
| 2 | <class>ChatDialog</class> |
| 3 | <widget class="QDialog" name="ChatDialog"> |
| 4 | <property name="geometry"> |
| 5 | <rect> |
| 6 | <x>0</x> |
| 7 | <y>0</y> |
| 8 | <width>600</width> |
| 9 | <height>400</height> |
| 10 | </rect> |
| 11 | </property> |
| 12 | <property name="windowTitle"> |
| 13 | <string>Sync Demo</string> |
| 14 | </property> |
| 15 | <layout class="QVBoxLayout"> |
| 16 | <property name="spacing"> |
| 17 | <number>6</number> |
| 18 | </property> |
| 19 | <item> |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 20 | <layout class="QVBoxLayout"> |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 21 | <property name="margin"> |
| 22 | <number>0</number> |
| 23 | </property> |
| 24 | <property name="spacing"> |
| 25 | <number>6</number> |
| 26 | </property> |
| 27 | <item> |
Zhenkai Zhu | b45e38a | 2012-06-01 15:44:36 -0700 | [diff] [blame] | 28 | <widget class="QGraphicsView" name="treeViewer"> |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 29 | <property name="focusPolicy"> |
| 30 | <enum>Qt::NoFocus</enum> |
| 31 | </property> |
| 32 | </widget> |
| 33 | </item> |
| 34 | <item> |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 35 | <widget class="QTextEdit" name="textEdit"> |
| 36 | <property name="focusPolicy"> |
| 37 | <enum>Qt::NoFocus</enum> |
| 38 | </property> |
| 39 | <property name="readOnly"> |
| 40 | <bool>true</bool> |
| 41 | </property> |
| 42 | </widget> |
| 43 | </item> |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 44 | </layout> |
| 45 | </item> |
| 46 | <item> |
| 47 | <layout class="QHBoxLayout"> |
| 48 | <property name="margin"> |
| 49 | <number>0</number> |
| 50 | </property> |
| 51 | <property name="spacing"> |
| 52 | <number>6</number> |
| 53 | </property> |
| 54 | <item> |
| 55 | <widget class="QLabel" name="label"> |
| 56 | <property name="text"> |
| 57 | <string>Message:</string> |
| 58 | </property> |
| 59 | </widget> |
| 60 | </item> |
| 61 | <item> |
| 62 | <widget class="QLineEdit" name="lineEdit" /> |
| 63 | </item> |
| 64 | </layout> |
| 65 | </item> |
| 66 | </layout> |
| 67 | </widget> |
| 68 | <resources/> |
| 69 | <connections/> |
| 70 | </ui> |
| 71 | |