blob: 74d6d94e5a6d9ccb4ef40d0084012248eaaa0109 [file] [log] [blame]
Mengjin Yan391d7242014-08-28 20:51:55 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ChatroomDiscoveryViewDialog</class>
4 <widget class="QDialog" name="ChatroomDiscoveryViewDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>514</width>
10 <height>402</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>ViewChatroom</string>
15 </property>
16 <widget class="QLabel" name="chatroomNameLabel">
17 <property name="geometry">
18 <rect>
19 <x>40</x>
20 <y>50</y>
21 <width>431</width>
22 <height>16</height>
23 </rect>
24 </property>
25 <property name="sizePolicy">
26 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
27 <horstretch>0</horstretch>
28 <verstretch>0</verstretch>
29 </sizepolicy>
30 </property>
31 <property name="text">
32 <string/>
33 </property>
34 </widget>
35 <widget class="QLabel" name="chatroomTrustModelLabel">
36 <property name="geometry">
37 <rect>
38 <x>40</x>
39 <y>80</y>
40 <width>431</width>
41 <height>16</height>
42 </rect>
43 </property>
44 </widget>
45 <widget class="QLabel" name="chatroomParcitipantsLabel">
46 <property name="geometry">
47 <rect>
48 <x>40</x>
49 <y>110</y>
50 <width>171</width>
51 <height>16</height>
52 </rect>
53 </property>
54 <property name="text">
55 <string>Participants or Contacts:</string>
56 </property>
57 </widget>
58 <widget class="QTextBrowser" name="participantsBrowser">
59 <property name="geometry">
60 <rect>
61 <x>40</x>
62 <y>140</y>
63 <width>431</width>
64 <height>192</height>
65 </rect>
66 </property>
67 </widget>
68 <widget class="QPushButton" name="closeButton">
69 <property name="geometry">
70 <rect>
71 <x>360</x>
72 <y>350</y>
73 <width>114</width>
74 <height>32</height>
75 </rect>
76 </property>
77 <property name="text">
78 <string>Close</string>
79 </property>
80 </widget>
81 </widget>
82 <resources/>
83 <connections/>
84</ui>