Yingdi Yu | 348f5ea | 2014-03-01 14:47:25 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>StartChatDialog</class> |
| 4 | <widget class="QDialog" name="StartChatDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>100</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Dialog</string> |
| 15 | </property> |
| 16 | <widget class="QCheckBox" name="withSecurity"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>10</x> |
| 20 | <y>40</y> |
| 21 | <width>480</width> |
| 22 | <height>20</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string>with security</string> |
| 27 | </property> |
| 28 | </widget> |
| 29 | <widget class="QWidget" name=""> |
| 30 | <property name="geometry"> |
| 31 | <rect> |
| 32 | <x>10</x> |
| 33 | <y>10</y> |
| 34 | <width>281</width> |
| 35 | <height>23</height> |
| 36 | </rect> |
| 37 | </property> |
| 38 | <layout class="QHBoxLayout" name="chatroomLineLayout"> |
| 39 | <item> |
| 40 | <widget class="QLabel" name="introLabel"> |
| 41 | <property name="font"> |
| 42 | <font> |
| 43 | <weight>75</weight> |
| 44 | <bold>true</bold> |
| 45 | </font> |
| 46 | </property> |
| 47 | <property name="text"> |
| 48 | <string>Chatroom Name:</string> |
| 49 | </property> |
| 50 | </widget> |
| 51 | </item> |
| 52 | <item> |
| 53 | <widget class="QLineEdit" name="chatroomInput"/> |
| 54 | </item> |
| 55 | </layout> |
| 56 | </widget> |
| 57 | <widget class="QWidget" name=""> |
| 58 | <property name="geometry"> |
| 59 | <rect> |
| 60 | <x>10</x> |
| 61 | <y>60</y> |
| 62 | <width>281</width> |
| 63 | <height>32</height> |
| 64 | </rect> |
| 65 | </property> |
| 66 | <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1"> |
| 67 | <property name="spacing"> |
| 68 | <number>-1</number> |
| 69 | </property> |
| 70 | <item> |
| 71 | <widget class="QPushButton" name="cancelButton"> |
| 72 | <property name="text"> |
| 73 | <string>Cancel</string> |
| 74 | </property> |
| 75 | <property name="autoDefault"> |
| 76 | <bool>false</bool> |
| 77 | </property> |
| 78 | </widget> |
| 79 | </item> |
| 80 | <item> |
| 81 | <widget class="QPushButton" name="okButton"> |
| 82 | <property name="text"> |
| 83 | <string>OK</string> |
| 84 | </property> |
| 85 | </widget> |
| 86 | </item> |
| 87 | </layout> |
| 88 | </widget> |
| 89 | </widget> |
| 90 | <resources/> |
| 91 | <connections/> |
| 92 | </ui> |