Mengjin Yan | 391d724 | 2014-08-28 20:51:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>ChatroomDiscoveryDialog</class> |
| 4 | <widget class="QDialog" name="ChatroomDiscoveryDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>570</width> |
| 10 | <height>503</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>ChatroomDiscoveryDialog</string> |
| 15 | </property> |
| 16 | <widget class="QLabel" name="introLabel"> |
| 17 | <property name="geometry"> |
| 18 | <rect> |
| 19 | <x>50</x> |
| 20 | <y>30</y> |
| 21 | <width>451</width> |
| 22 | <height>16</height> |
| 23 | </rect> |
| 24 | </property> |
| 25 | <property name="text"> |
| 26 | <string><html><head/><body><p>Here are the ongoing chatrooms:</p></body></html></string> |
| 27 | </property> |
| 28 | </widget> |
| 29 | <widget class="QTableView" name="chatroomListView"> |
| 30 | <property name="geometry"> |
| 31 | <rect> |
| 32 | <x>40</x> |
| 33 | <y>60</y> |
| 34 | <width>491</width> |
| 35 | <height>371</height> |
| 36 | </rect> |
| 37 | </property> |
| 38 | </widget> |
| 39 | <widget class="QPushButton" name="viewButton"> |
| 40 | <property name="geometry"> |
| 41 | <rect> |
| 42 | <x>260</x> |
| 43 | <y>450</y> |
| 44 | <width>91</width> |
| 45 | <height>32</height> |
| 46 | </rect> |
| 47 | </property> |
| 48 | <property name="contextMenuPolicy"> |
| 49 | <enum>Qt::DefaultContextMenu</enum> |
| 50 | </property> |
| 51 | <property name="text"> |
| 52 | <string>View</string> |
| 53 | </property> |
| 54 | <property name="autoDefault"> |
| 55 | <bool>false</bool> |
| 56 | </property> |
| 57 | </widget> |
| 58 | <widget class="QPushButton" name="joinButton"> |
| 59 | <property name="geometry"> |
| 60 | <rect> |
| 61 | <x>360</x> |
| 62 | <y>450</y> |
| 63 | <width>91</width> |
| 64 | <height>32</height> |
| 65 | </rect> |
| 66 | </property> |
| 67 | <property name="text"> |
| 68 | <string>Join</string> |
| 69 | </property> |
| 70 | <property name="autoDefault"> |
| 71 | <bool>false</bool> |
| 72 | </property> |
| 73 | </widget> |
| 74 | <widget class="QPushButton" name="cancelButton"> |
| 75 | <property name="geometry"> |
| 76 | <rect> |
| 77 | <x>460</x> |
| 78 | <y>450</y> |
| 79 | <width>91</width> |
| 80 | <height>32</height> |
| 81 | </rect> |
| 82 | </property> |
| 83 | <property name="text"> |
| 84 | <string>Cancel</string> |
| 85 | </property> |
| 86 | <property name="autoDefault"> |
| 87 | <bool>false</bool> |
| 88 | </property> |
| 89 | </widget> |
| 90 | </widget> |
| 91 | <layoutdefault spacing="6" margin="11"/> |
| 92 | <resources/> |
| 93 | <connections/> |
| 94 | </ui> |