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> |
Yingdi Yu | d85e29f | 2014-09-09 17:20:04 -0700 | [diff] [blame] | 16 | <widget class="QWidget" name="layoutWidget"> |
Yingdi Yu | 348f5ea | 2014-03-01 14:47:25 -0800 | [diff] [blame] | 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>10</x> |
| 20 | <y>10</y> |
| 21 | <width>281</width> |
| 22 | <height>23</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <layout class="QHBoxLayout" name="chatroomLineLayout"> |
| 26 | <item> |
| 27 | <widget class="QLabel" name="introLabel"> |
| 28 | <property name="font"> |
| 29 | <font> |
| 30 | <weight>75</weight> |
| 31 | <bold>true</bold> |
| 32 | </font> |
| 33 | </property> |
| 34 | <property name="text"> |
| 35 | <string>Chatroom Name:</string> |
| 36 | </property> |
| 37 | </widget> |
| 38 | </item> |
| 39 | <item> |
| 40 | <widget class="QLineEdit" name="chatroomInput"/> |
| 41 | </item> |
| 42 | </layout> |
| 43 | </widget> |
Yingdi Yu | d85e29f | 2014-09-09 17:20:04 -0700 | [diff] [blame] | 44 | <widget class="QWidget" name="layoutWidget"> |
Yingdi Yu | 348f5ea | 2014-03-01 14:47:25 -0800 | [diff] [blame] | 45 | <property name="geometry"> |
| 46 | <rect> |
| 47 | <x>10</x> |
| 48 | <y>60</y> |
| 49 | <width>281</width> |
| 50 | <height>32</height> |
| 51 | </rect> |
| 52 | </property> |
| 53 | <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1"> |
| 54 | <property name="spacing"> |
| 55 | <number>-1</number> |
| 56 | </property> |
| 57 | <item> |
| 58 | <widget class="QPushButton" name="cancelButton"> |
| 59 | <property name="text"> |
| 60 | <string>Cancel</string> |
| 61 | </property> |
| 62 | <property name="autoDefault"> |
| 63 | <bool>false</bool> |
| 64 | </property> |
| 65 | </widget> |
| 66 | </item> |
| 67 | <item> |
| 68 | <widget class="QPushButton" name="okButton"> |
| 69 | <property name="text"> |
| 70 | <string>OK</string> |
| 71 | </property> |
| 72 | </widget> |
| 73 | </item> |
| 74 | </layout> |
| 75 | </widget> |
| 76 | </widget> |
| 77 | <resources/> |
| 78 | <connections/> |
| 79 | </ui> |