Yingdi Yu | 24ca96f | 2013-10-22 23:42:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>InvitationDialog</class> |
| 4 | <widget class="QDialog" name="InvitationDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>200</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Dialog</string> |
| 15 | </property> |
| 16 | <widget class="QLabel" name="msgLabel"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>30</x> |
| 20 | <y>30</y> |
| 21 | <width>240</width> |
| 22 | <height>50</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string>TextLabel</string> |
| 27 | </property> |
| 28 | <property name="alignment"> |
| 29 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 30 | </property> |
| 31 | </widget> |
| 32 | <widget class="QLineEdit" name="chatroomLine"> |
| 33 | <property name="geometry"> |
| 34 | <rect> |
| 35 | <x>30</x> |
| 36 | <y>100</y> |
| 37 | <width>241</width> |
| 38 | <height>21</height> |
| 39 | </rect> |
| 40 | </property> |
| 41 | <property name="readOnly"> |
| 42 | <bool>true</bool> |
| 43 | </property> |
| 44 | </widget> |
| 45 | <widget class="QPushButton" name="cancelButton"> |
| 46 | <property name="geometry"> |
| 47 | <rect> |
| 48 | <x>30</x> |
| 49 | <y>150</y> |
| 50 | <width>100</width> |
| 51 | <height>32</height> |
| 52 | </rect> |
| 53 | </property> |
| 54 | <property name="text"> |
Yingdi Yu | 0aca265 | 2013-11-10 10:47:44 -0800 | [diff] [blame] | 55 | <string>Reject</string> |
Yingdi Yu | 24ca96f | 2013-10-22 23:42:16 -0700 | [diff] [blame] | 56 | </property> |
| 57 | </widget> |
| 58 | <widget class="QPushButton" name="okButton"> |
| 59 | <property name="geometry"> |
| 60 | <rect> |
| 61 | <x>170</x> |
| 62 | <y>150</y> |
| 63 | <width>100</width> |
| 64 | <height>32</height> |
| 65 | </rect> |
| 66 | </property> |
| 67 | <property name="text"> |
Yingdi Yu | 0aca265 | 2013-11-10 10:47:44 -0800 | [diff] [blame] | 68 | <string>Accept</string> |
Yingdi Yu | 24ca96f | 2013-10-22 23:42:16 -0700 | [diff] [blame] | 69 | </property> |
| 70 | </widget> |
| 71 | </widget> |
| 72 | <resources/> |
| 73 | <connections/> |
| 74 | </ui> |