Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 2 | <ui version="4.0"> |
| 3 | <class>ContactPanel</class> |
| 4 | <widget class="QDialog" name="ContactPanel"> |
Yingdi Yu | 01a942b | 2013-10-10 15:00:58 -0700 | [diff] [blame] | 5 | <property name="enabled"> |
| 6 | <bool>true</bool> |
| 7 | </property> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 8 | <property name="geometry"> |
| 9 | <rect> |
| 10 | <x>0</x> |
| 11 | <y>0</y> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 12 | <width>600</width> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 13 | <height>480</height> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 14 | </rect> |
| 15 | </property> |
Yingdi Yu | 01a942b | 2013-10-10 15:00:58 -0700 | [diff] [blame] | 16 | <property name="sizePolicy"> |
| 17 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 18 | <horstretch>0</horstretch> |
| 19 | <verstretch>0</verstretch> |
| 20 | </sizepolicy> |
| 21 | </property> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 22 | <property name="windowTitle"> |
Alexander Afanasyev | 37b9001 | 2013-11-07 23:28:10 -0800 | [diff] [blame] | 23 | <string>ChronoChat Contacts</string> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 24 | </property> |
Yingdi Yu | a1a688f | 2014-02-06 18:09:22 -0800 | [diff] [blame^] | 25 | <widget class="QWidget" name="layoutWidget"> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 26 | <property name="geometry"> |
| 27 | <rect> |
Yingdi Yu | 908f841 | 2013-11-09 00:03:26 -0800 | [diff] [blame] | 28 | <x>12</x> |
| 29 | <y>12</y> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 30 | <width>581</width> |
Yingdi Yu | 908f841 | 2013-11-09 00:03:26 -0800 | [diff] [blame] | 31 | <height>471</height> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 32 | </rect> |
| 33 | </property> |
Yingdi Yu | 908f841 | 2013-11-09 00:03:26 -0800 | [diff] [blame] | 34 | <layout class="QVBoxLayout" name="verticalLayout_2" stretch="30,1"> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 35 | <item> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 36 | <layout class="QHBoxLayout" name="ContactPanelLayout" stretch="3,7"> |
| 37 | <property name="spacing"> |
| 38 | <number>10</number> |
Yingdi Yu | 01a942b | 2013-10-10 15:00:58 -0700 | [diff] [blame] | 39 | </property> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 40 | <property name="sizeConstraint"> |
| 41 | <enum>QLayout::SetDefaultConstraint</enum> |
Yingdi Yu | 01a942b | 2013-10-10 15:00:58 -0700 | [diff] [blame] | 42 | </property> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 43 | <item> |
| 44 | <widget class="QListView" name="ContactList"> |
| 45 | <property name="contextMenuPolicy"> |
Yingdi Yu | 79c25a2 | 2013-10-21 13:38:38 -0700 | [diff] [blame] | 46 | <enum>Qt::CustomContextMenu</enum> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 47 | </property> |
| 48 | <property name="acceptDrops"> |
| 49 | <bool>false</bool> |
| 50 | </property> |
| 51 | <property name="editTriggers"> |
| 52 | <set>QAbstractItemView::NoEditTriggers</set> |
| 53 | </property> |
| 54 | </widget> |
| 55 | </item> |
| 56 | <item> |
| 57 | <widget class="QTabWidget" name="ContactInfo"> |
| 58 | <property name="currentIndex"> |
Yingdi Yu | c26af3c | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 59 | <number>0</number> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 60 | </property> |
| 61 | <widget class="QWidget" name="General"> |
| 62 | <attribute name="title"> |
| 63 | <string>General</string> |
| 64 | </attribute> |
| 65 | <widget class="QGraphicsView" name="Avatar"> |
| 66 | <property name="geometry"> |
| 67 | <rect> |
| 68 | <x>130</x> |
| 69 | <y>10</y> |
| 70 | <width>128</width> |
| 71 | <height>128</height> |
| 72 | </rect> |
| 73 | </property> |
| 74 | </widget> |
| 75 | <widget class="QWidget" name="layoutWidget"> |
| 76 | <property name="geometry"> |
| 77 | <rect> |
| 78 | <x>30</x> |
| 79 | <y>160</y> |
| 80 | <width>331</width> |
| 81 | <height>124</height> |
| 82 | </rect> |
| 83 | </property> |
| 84 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 85 | <item> |
| 86 | <layout class="QHBoxLayout" name="horizontalLayout" stretch="35,100"> |
| 87 | <property name="spacing"> |
| 88 | <number>-1</number> |
| 89 | </property> |
| 90 | <item> |
| 91 | <widget class="QLabel" name="NameSpaceLabel"> |
| 92 | <property name="font"> |
| 93 | <font> |
| 94 | <weight>75</weight> |
| 95 | <bold>true</bold> |
| 96 | </font> |
| 97 | </property> |
| 98 | <property name="text"> |
| 99 | <string>Name space</string> |
| 100 | </property> |
| 101 | </widget> |
| 102 | </item> |
| 103 | <item> |
| 104 | <widget class="QLineEdit" name="NameSpaceData"> |
| 105 | <property name="font"> |
| 106 | <font> |
| 107 | <family>Lucida Grande</family> |
| 108 | </font> |
| 109 | </property> |
| 110 | <property name="readOnly"> |
| 111 | <bool>true</bool> |
| 112 | </property> |
| 113 | </widget> |
| 114 | </item> |
| 115 | </layout> |
| 116 | </item> |
| 117 | <item> |
| 118 | <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="35,100"> |
| 119 | <item> |
| 120 | <widget class="QLabel" name="NameLabel"> |
| 121 | <property name="font"> |
| 122 | <font> |
| 123 | <weight>75</weight> |
| 124 | <bold>true</bold> |
| 125 | </font> |
| 126 | </property> |
| 127 | <property name="text"> |
| 128 | <string>Name</string> |
| 129 | </property> |
| 130 | </widget> |
| 131 | </item> |
| 132 | <item> |
| 133 | <widget class="QLineEdit" name="NameData"> |
| 134 | <property name="font"> |
| 135 | <font> |
| 136 | <family>Lucida Grande</family> |
| 137 | </font> |
| 138 | </property> |
| 139 | <property name="readOnly"> |
| 140 | <bool>true</bool> |
| 141 | </property> |
| 142 | </widget> |
| 143 | </item> |
| 144 | </layout> |
| 145 | </item> |
| 146 | <item> |
| 147 | <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="35,100"> |
| 148 | <item> |
| 149 | <widget class="QLabel" name="InstitutionLabel"> |
| 150 | <property name="font"> |
| 151 | <font> |
| 152 | <weight>75</weight> |
| 153 | <bold>true</bold> |
| 154 | </font> |
| 155 | </property> |
| 156 | <property name="text"> |
| 157 | <string>Institution </string> |
| 158 | </property> |
| 159 | </widget> |
| 160 | </item> |
| 161 | <item> |
| 162 | <widget class="QLineEdit" name="InstitutionData"> |
| 163 | <property name="font"> |
| 164 | <font> |
| 165 | <family>Lucida Grande</family> |
| 166 | </font> |
| 167 | </property> |
| 168 | <property name="readOnly"> |
| 169 | <bool>true</bool> |
| 170 | </property> |
| 171 | </widget> |
| 172 | </item> |
| 173 | </layout> |
| 174 | </item> |
| 175 | </layout> |
| 176 | </widget> |
| 177 | </widget> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 178 | <widget class="QWidget" name="TrustScope"> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 179 | <attribute name="title"> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 180 | <string>Trust Scope</string> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 181 | </attribute> |
Yingdi Yu | c26af3c | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 182 | <widget class="QWidget" name="layoutWidget"> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 183 | <property name="geometry"> |
| 184 | <rect> |
| 185 | <x>20</x> |
| 186 | <y>10</y> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 187 | <width>362</width> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 188 | <height>371</height> |
| 189 | </rect> |
| 190 | </property> |
| 191 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 192 | <item> |
| 193 | <widget class="QCheckBox" name="isIntroducer"> |
| 194 | <property name="text"> |
| 195 | <string>Set as introducer</string> |
| 196 | </property> |
| 197 | </widget> |
| 198 | </item> |
| 199 | <item> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 200 | <widget class="QTableView" name="trustScopeList"> |
| 201 | <attribute name="horizontalHeaderStretchLastSection"> |
| 202 | <bool>true</bool> |
| 203 | </attribute> |
| 204 | </widget> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 205 | </item> |
| 206 | <item> |
| 207 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 208 | <item> |
| 209 | <widget class="QPushButton" name="addScope"> |
| 210 | <property name="text"> |
| 211 | <string>Add Scope</string> |
| 212 | </property> |
Yingdi Yu | a50c325 | 2013-11-03 15:05:26 -0800 | [diff] [blame] | 213 | <property name="autoDefault"> |
| 214 | <bool>false</bool> |
| 215 | </property> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 216 | </widget> |
| 217 | </item> |
| 218 | <item> |
Yingdi Yu | a50c325 | 2013-11-03 15:05:26 -0800 | [diff] [blame] | 219 | <widget class="QPushButton" name="deleteScope"> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 220 | <property name="text"> |
| 221 | <string>Delete Scope</string> |
| 222 | </property> |
Yingdi Yu | a50c325 | 2013-11-03 15:05:26 -0800 | [diff] [blame] | 223 | <property name="autoDefault"> |
| 224 | <bool>false</bool> |
| 225 | </property> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 226 | </widget> |
| 227 | </item> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 228 | <item> |
| 229 | <widget class="QPushButton" name="saveButton"> |
| 230 | <property name="text"> |
| 231 | <string>Save</string> |
| 232 | </property> |
| 233 | <property name="autoDefault"> |
| 234 | <bool>false</bool> |
| 235 | </property> |
| 236 | </widget> |
| 237 | </item> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 238 | </layout> |
| 239 | </item> |
| 240 | </layout> |
| 241 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 242 | </widget> |
| 243 | <widget class="QWidget" name="Endorse"> |
| 244 | <attribute name="title"> |
| 245 | <string>Endorse</string> |
| 246 | </attribute> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 247 | <widget class="QTableView" name="endorseList"> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 248 | <property name="geometry"> |
| 249 | <rect> |
| 250 | <x>20</x> |
| 251 | <y>10</y> |
| 252 | <width>351</width> |
| 253 | <height>331</height> |
| 254 | </rect> |
| 255 | </property> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 256 | <attribute name="horizontalHeaderStretchLastSection"> |
| 257 | <bool>true</bool> |
| 258 | </attribute> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 259 | </widget> |
| 260 | <widget class="QPushButton" name="endorseButton"> |
| 261 | <property name="geometry"> |
| 262 | <rect> |
| 263 | <x>260</x> |
| 264 | <y>350</y> |
| 265 | <width>114</width> |
| 266 | <height>32</height> |
| 267 | </rect> |
| 268 | </property> |
| 269 | <property name="text"> |
| 270 | <string>Endorse</string> |
| 271 | </property> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 272 | <property name="autoDefault"> |
| 273 | <bool>false</bool> |
| 274 | </property> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 275 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 276 | </widget> |
| 277 | </widget> |
| 278 | </item> |
| 279 | </layout> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 280 | </item> |
| 281 | <item> |
Yingdi Yu | a1a688f | 2014-02-06 18:09:22 -0800 | [diff] [blame^] | 282 | <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4,3,3,3"> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 283 | <item> |
Yingdi Yu | 908f841 | 2013-11-09 00:03:26 -0800 | [diff] [blame] | 284 | <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="1,1"> |
| 285 | <property name="spacing"> |
| 286 | <number>-1</number> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 287 | </property> |
Yingdi Yu | 908f841 | 2013-11-09 00:03:26 -0800 | [diff] [blame] | 288 | <item> |
| 289 | <widget class="QPushButton" name="AddContactButton"> |
| 290 | <property name="text"> |
| 291 | <string>Add </string> |
| 292 | </property> |
| 293 | <property name="autoDefault"> |
| 294 | <bool>false</bool> |
| 295 | </property> |
| 296 | </widget> |
| 297 | </item> |
| 298 | <item> |
| 299 | <widget class="QPushButton" name="DeleteContactButton"> |
| 300 | <property name="text"> |
| 301 | <string>Delete</string> |
| 302 | </property> |
| 303 | <property name="autoDefault"> |
| 304 | <bool>false</bool> |
| 305 | </property> |
| 306 | </widget> |
| 307 | </item> |
| 308 | </layout> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 309 | </item> |
| 310 | <item> |
Yingdi Yu | a1a688f | 2014-02-06 18:09:22 -0800 | [diff] [blame^] | 311 | <widget class="QPushButton" name="chatButton"> |
| 312 | <property name="text"> |
| 313 | <string>Chat!</string> |
| 314 | </property> |
| 315 | </widget> |
| 316 | </item> |
| 317 | <item> |
Yingdi Yu | 53eb8a7 | 2013-10-23 11:50:51 -0700 | [diff] [blame] | 318 | <widget class="QPushButton" name="settingButton"> |
| 319 | <property name="text"> |
| 320 | <string>Setting</string> |
| 321 | </property> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 322 | <property name="autoDefault"> |
| 323 | <bool>false</bool> |
| 324 | </property> |
Yingdi Yu | 53eb8a7 | 2013-10-23 11:50:51 -0700 | [diff] [blame] | 325 | </widget> |
| 326 | </item> |
| 327 | <item> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 328 | <widget class="QPushButton" name="EditProfileButton"> |
| 329 | <property name="text"> |
| 330 | <string>Edit Profile</string> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 331 | </property> |
Yingdi Yu | 8dacdf2 | 2013-11-05 23:06:43 -0800 | [diff] [blame] | 332 | <property name="autoDefault"> |
| 333 | <bool>false</bool> |
| 334 | </property> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 335 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 336 | </item> |
| 337 | </layout> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 338 | </item> |
| 339 | </layout> |
| 340 | </widget> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 341 | </widget> |
| 342 | <resources/> |
| 343 | <connections/> |
| 344 | </ui> |