blob: 66df7ae0da8bc6c3f7302ce7677903d9d8154e51 [file] [log] [blame]
<?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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Here are the ongoing chatrooms:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>