| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>ChatroomDiscoveryDialog</class> |
| <widget class="QDialog" name="ChatroomDiscoveryDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>570</width> |
| <height>503</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>ChatroomDiscoveryDialog</string> |
| </property> |
| <widget class="QLabel" name="introLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>50</x> |
| <y>30</y> |
| <width>451</width> |
| <height>16</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string><html><head/><body><p>Here are the ongoing chatrooms:</p></body></html></string> |
| </property> |
| </widget> |
| <widget class="QTableView" name="chatroomListView"> |
| <property name="geometry"> |
| <rect> |
| <x>40</x> |
| <y>60</y> |
| <width>491</width> |
| <height>371</height> |
| </rect> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="viewButton"> |
| <property name="geometry"> |
| <rect> |
| <x>260</x> |
| <y>450</y> |
| <width>91</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="contextMenuPolicy"> |
| <enum>Qt::DefaultContextMenu</enum> |
| </property> |
| <property name="text"> |
| <string>View</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="joinButton"> |
| <property name="geometry"> |
| <rect> |
| <x>360</x> |
| <y>450</y> |
| <width>91</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Join</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="cancelButton"> |
| <property name="geometry"> |
| <rect> |
| <x>460</x> |
| <y>450</y> |
| <width>91</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Cancel</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </widget> |
| <layoutdefault spacing="6" margin="11"/> |
| <resources/> |
| <connections/> |
| </ui> |