| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>ChatroomDiscoveryViewDialog</class> |
| <widget class="QDialog" name="ChatroomDiscoveryViewDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>514</width> |
| <height>402</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>ViewChatroom</string> |
| </property> |
| <widget class="QLabel" name="chatroomNameLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>40</x> |
| <y>50</y> |
| <width>431</width> |
| <height>16</height> |
| </rect> |
| </property> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string/> |
| </property> |
| </widget> |
| <widget class="QLabel" name="chatroomTrustModelLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>40</x> |
| <y>80</y> |
| <width>431</width> |
| <height>16</height> |
| </rect> |
| </property> |
| </widget> |
| <widget class="QLabel" name="chatroomParcitipantsLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>40</x> |
| <y>110</y> |
| <width>171</width> |
| <height>16</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Participants or Contacts:</string> |
| </property> |
| </widget> |
| <widget class="QTextBrowser" name="participantsBrowser"> |
| <property name="geometry"> |
| <rect> |
| <x>40</x> |
| <y>140</y> |
| <width>431</width> |
| <height>192</height> |
| </rect> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="closeButton"> |
| <property name="geometry"> |
| <rect> |
| <x>360</x> |
| <y>350</y> |
| <width>114</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Close</string> |
| </property> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |