Qiuhan Ding | 43c8e16 | 2015-02-02 15:16:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>DiscoveryPanel</class> |
| 4 | <widget class="QDialog" name="DiscoveryPanel"> |
| 5 | <property name="enabled"> |
| 6 | <bool>true</bool> |
| 7 | </property> |
| 8 | <property name="geometry"> |
| 9 | <rect> |
| 10 | <x>0</x> |
| 11 | <y>0</y> |
| 12 | <width>600</width> |
| 13 | <height>480</height> |
| 14 | </rect> |
| 15 | </property> |
| 16 | <property name="sizePolicy"> |
| 17 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 18 | <horstretch>0</horstretch> |
| 19 | <verstretch>0</verstretch> |
| 20 | </sizepolicy> |
| 21 | </property> |
| 22 | <property name="windowTitle"> |
| 23 | <string>ChronoChat Discovery</string> |
| 24 | </property> |
| 25 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 26 | <item> |
| 27 | <layout class="QHBoxLayout" name="DiscoveryPanelLayout" stretch="3,0"> |
| 28 | <property name="spacing"> |
| 29 | <number>10</number> |
| 30 | </property> |
| 31 | <property name="sizeConstraint"> |
| 32 | <enum>QLayout::SetDefaultConstraint</enum> |
| 33 | </property> |
| 34 | <item> |
| 35 | <widget class="QListView" name="ChatroomList"> |
| 36 | <property name="maximumSize"> |
| 37 | <size> |
| 38 | <width>180</width> |
| 39 | <height>16777215</height> |
| 40 | </size> |
| 41 | </property> |
| 42 | <property name="contextMenuPolicy"> |
| 43 | <enum>Qt::PreventContextMenu</enum> |
| 44 | </property> |
| 45 | <property name="acceptDrops"> |
| 46 | <bool>false</bool> |
| 47 | </property> |
| 48 | <property name="editTriggers"> |
| 49 | <set>QAbstractItemView::NoEditTriggers</set> |
| 50 | </property> |
| 51 | </widget> |
| 52 | </item> |
| 53 | <item> |
| 54 | <widget class="QTabWidget" name="ChatroomInfo"> |
| 55 | <property name="currentIndex"> |
| 56 | <number>0</number> |
| 57 | </property> |
| 58 | <widget class="QWidget" name="General"> |
| 59 | <attribute name="title"> |
| 60 | <string>General</string> |
| 61 | </attribute> |
| 62 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
| 63 | <item> |
| 64 | <layout class="QVBoxLayout" name="verticalLayout_6" stretch="2"> |
| 65 | <item> |
| 66 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 67 | <item> |
| 68 | <layout class="QHBoxLayout" name="horizontalLayout" stretch="35,100"> |
| 69 | <property name="spacing"> |
| 70 | <number>-1</number> |
| 71 | </property> |
| 72 | <item> |
| 73 | <widget class="QLabel" name="NameSpaceLabel"> |
| 74 | <property name="font"> |
| 75 | <font> |
| 76 | <weight>75</weight> |
| 77 | <bold>true</bold> |
| 78 | </font> |
| 79 | </property> |
| 80 | <property name="text"> |
| 81 | <string>Sync Prefix</string> |
| 82 | </property> |
| 83 | </widget> |
| 84 | </item> |
| 85 | <item> |
| 86 | <widget class="QLineEdit" name="NameSpaceData"> |
| 87 | <property name="font"> |
| 88 | <font> |
| 89 | <family>Lucida Grande</family> |
| 90 | </font> |
| 91 | </property> |
| 92 | <property name="readOnly"> |
| 93 | <bool>true</bool> |
| 94 | </property> |
| 95 | </widget> |
| 96 | </item> |
| 97 | </layout> |
| 98 | </item> |
| 99 | <item> |
| 100 | <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="35,100"> |
| 101 | <item> |
| 102 | <widget class="QLabel" name="NameLabel"> |
| 103 | <property name="font"> |
| 104 | <font> |
| 105 | <weight>75</weight> |
| 106 | <bold>true</bold> |
| 107 | </font> |
| 108 | </property> |
| 109 | <property name="text"> |
| 110 | <string>Name</string> |
| 111 | </property> |
| 112 | </widget> |
| 113 | </item> |
| 114 | <item> |
| 115 | <widget class="QLineEdit" name="NameData"> |
| 116 | <property name="font"> |
| 117 | <font> |
| 118 | <family>Lucida Grande</family> |
| 119 | </font> |
| 120 | </property> |
| 121 | <property name="readOnly"> |
| 122 | <bool>true</bool> |
| 123 | </property> |
| 124 | </widget> |
| 125 | </item> |
| 126 | </layout> |
| 127 | </item> |
| 128 | <item> |
| 129 | <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="35,100"> |
| 130 | <item> |
| 131 | <widget class="QLabel" name="TrustModel"> |
| 132 | <property name="font"> |
| 133 | <font> |
| 134 | <weight>75</weight> |
| 135 | <bold>true</bold> |
| 136 | </font> |
| 137 | </property> |
| 138 | <property name="text"> |
| 139 | <string>Trust Model</string> |
| 140 | </property> |
| 141 | </widget> |
| 142 | </item> |
| 143 | <item> |
| 144 | <widget class="QLineEdit" name="TrustModelData"> |
| 145 | <property name="font"> |
| 146 | <font> |
| 147 | <family>Lucida Grande</family> |
| 148 | </font> |
| 149 | </property> |
| 150 | <property name="readOnly"> |
| 151 | <bool>true</bool> |
| 152 | </property> |
| 153 | </widget> |
| 154 | </item> |
| 155 | </layout> |
| 156 | </item> |
| 157 | <item> |
| 158 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 159 | <item> |
| 160 | <widget class="QListView" name="RosterList"> |
| 161 | <property name="contextMenuPolicy"> |
| 162 | <enum>Qt::PreventContextMenu</enum> |
| 163 | </property> |
| 164 | <property name="acceptDrops"> |
| 165 | <bool>false</bool> |
| 166 | </property> |
| 167 | <property name="editTriggers"> |
| 168 | <set>QAbstractItemView::NoEditTriggers</set> |
| 169 | </property> |
| 170 | </widget> |
| 171 | </item> |
| 172 | <item> |
| 173 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 174 | <item> |
| 175 | <widget class="QPushButton" name="join"> |
| 176 | <property name="text"> |
| 177 | <string>Join</string> |
| 178 | </property> |
| 179 | <property name="autoDefault"> |
| 180 | <bool>false</bool> |
| 181 | </property> |
| 182 | </widget> |
| 183 | </item> |
| 184 | <item> |
| 185 | <widget class="QPushButton" name="requestInvitation"> |
| 186 | <property name="text"> |
| 187 | <string>Request Invitation</string> |
| 188 | </property> |
| 189 | <property name="autoDefault"> |
| 190 | <bool>false</bool> |
| 191 | </property> |
| 192 | </widget> |
| 193 | </item> |
| 194 | </layout> |
| 195 | </item> |
| 196 | </layout> |
| 197 | </item> |
| 198 | </layout> |
| 199 | </item> |
| 200 | </layout> |
| 201 | </item> |
| 202 | </layout> |
| 203 | </widget> |
| 204 | </widget> |
| 205 | </item> |
| 206 | </layout> |
| 207 | </item> |
| 208 | </layout> |
| 209 | </widget> |
| 210 | <resources/> |
| 211 | <connections/> |
| 212 | </ui> |