| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>InviteListDialog</class> |
| <widget class="QDialog" name="InviteListDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>300</width> |
| <height>400</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Dialog</string> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <item> |
| <layout class="QVBoxLayout" name="verticalLayout" stretch="4,20,2"> |
| <property name="spacing"> |
| <number>10</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="inviteLabel"> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>TextLabel</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QListView" name="contactListView"/> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QPushButton" name="cancelButton"> |
| <property name="text"> |
| <string>Cancel</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="inviteButton"> |
| <property name="text"> |
| <string>Invite</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |