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>InviteListDialog</class> |
| 4 | <widget class="QDialog" name="InviteListDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>300</width> |
| 10 | <height>400</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Dialog</string> |
| 15 | </property> |
| 16 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 17 | <item> |
| 18 | <layout class="QVBoxLayout" name="verticalLayout" stretch="4,20,2"> |
| 19 | <property name="spacing"> |
| 20 | <number>10</number> |
| 21 | </property> |
| 22 | <item> |
| 23 | <widget class="QLabel" name="inviteLabel"> |
| 24 | <property name="font"> |
| 25 | <font> |
| 26 | <weight>75</weight> |
| 27 | <bold>true</bold> |
| 28 | </font> |
| 29 | </property> |
| 30 | <property name="text"> |
| 31 | <string>TextLabel</string> |
| 32 | </property> |
| 33 | <property name="alignment"> |
| 34 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 35 | </property> |
| 36 | </widget> |
| 37 | </item> |
| 38 | <item> |
| 39 | <widget class="QListView" name="contactListView"/> |
| 40 | </item> |
| 41 | <item> |
| 42 | <layout class="QHBoxLayout" name="horizontalLayout"> |
| 43 | <item> |
| 44 | <widget class="QPushButton" name="cancelButton"> |
| 45 | <property name="text"> |
| 46 | <string>Cancel</string> |
| 47 | </property> |
| 48 | <property name="autoDefault"> |
| 49 | <bool>false</bool> |
| 50 | </property> |
| 51 | </widget> |
| 52 | </item> |
| 53 | <item> |
| 54 | <widget class="QPushButton" name="inviteButton"> |
| 55 | <property name="text"> |
| 56 | <string>Invite</string> |
| 57 | </property> |
| 58 | <property name="autoDefault"> |
| 59 | <bool>false</bool> |
| 60 | </property> |
| 61 | </widget> |
| 62 | </item> |
| 63 | </layout> |
| 64 | </item> |
| 65 | </layout> |
| 66 | </item> |
| 67 | </layout> |
| 68 | </widget> |
| 69 | <resources/> |
| 70 | <connections/> |
| 71 | </ui> |