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"> |
Yingdi Yu | 01a942b | 2013-10-10 15:00:58 -0700 | [diff] [blame] | 23 | <string>Contacts</string> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 24 | </property> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [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 | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 28 | <x>11</x> |
| 29 | <y>11</y> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 30 | <width>581</width> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 31 | <height>461</height> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 32 | </rect> |
| 33 | </property> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 34 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
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> |
| 187 | <width>351</width> |
| 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> |
| 200 | <widget class="QListView" name="trustScopeList"/> |
| 201 | </item> |
| 202 | <item> |
| 203 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 204 | <item> |
| 205 | <widget class="QPushButton" name="addScope"> |
| 206 | <property name="text"> |
| 207 | <string>Add Scope</string> |
| 208 | </property> |
| 209 | </widget> |
| 210 | </item> |
| 211 | <item> |
| 212 | <widget class="QPushButton" name="addScope_2"> |
| 213 | <property name="text"> |
| 214 | <string>Delete Scope</string> |
| 215 | </property> |
| 216 | </widget> |
| 217 | </item> |
| 218 | </layout> |
| 219 | </item> |
| 220 | </layout> |
| 221 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 222 | </widget> |
| 223 | <widget class="QWidget" name="Endorse"> |
| 224 | <attribute name="title"> |
| 225 | <string>Endorse</string> |
| 226 | </attribute> |
Yingdi Yu | d59b593 | 2013-10-16 13:16:49 -0700 | [diff] [blame] | 227 | <widget class="QTableWidget" name="endorseList"> |
Yingdi Yu | a489875 | 2013-10-15 20:31:37 -0700 | [diff] [blame] | 228 | <property name="geometry"> |
| 229 | <rect> |
| 230 | <x>20</x> |
| 231 | <y>10</y> |
| 232 | <width>351</width> |
| 233 | <height>331</height> |
| 234 | </rect> |
| 235 | </property> |
| 236 | </widget> |
| 237 | <widget class="QPushButton" name="endorseButton"> |
| 238 | <property name="geometry"> |
| 239 | <rect> |
| 240 | <x>260</x> |
| 241 | <y>350</y> |
| 242 | <width>114</width> |
| 243 | <height>32</height> |
| 244 | </rect> |
| 245 | </property> |
| 246 | <property name="text"> |
| 247 | <string>Endorse</string> |
| 248 | </property> |
| 249 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 250 | </widget> |
| 251 | </widget> |
| 252 | </item> |
| 253 | </layout> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 254 | </item> |
| 255 | <item> |
Yingdi Yu | 53eb8a7 | 2013-10-23 11:50:51 -0700 | [diff] [blame^] | 256 | <layout class="QHBoxLayout" name="ButtonsLayout" stretch="1,1,1"> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 257 | <property name="spacing"> |
Yingdi Yu | 53eb8a7 | 2013-10-23 11:50:51 -0700 | [diff] [blame^] | 258 | <number>50</number> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 259 | </property> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 260 | <item> |
| 261 | <widget class="QPushButton" name="AddContactButton"> |
| 262 | <property name="text"> |
| 263 | <string>Add Contact</string> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 264 | </property> |
| 265 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 266 | </item> |
| 267 | <item> |
Yingdi Yu | 53eb8a7 | 2013-10-23 11:50:51 -0700 | [diff] [blame^] | 268 | <widget class="QPushButton" name="settingButton"> |
| 269 | <property name="text"> |
| 270 | <string>Setting</string> |
| 271 | </property> |
| 272 | </widget> |
| 273 | </item> |
| 274 | <item> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 275 | <widget class="QPushButton" name="EditProfileButton"> |
| 276 | <property name="text"> |
| 277 | <string>Edit Profile</string> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 278 | </property> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 279 | </widget> |
Yingdi Yu | 0a6b6c5 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 280 | </item> |
| 281 | </layout> |
Yingdi Yu | 9e0dc29 | 2013-10-10 11:39:45 -0700 | [diff] [blame] | 282 | </item> |
| 283 | </layout> |
| 284 | </widget> |
Yingdi Yu | def9061 | 2013-10-09 22:34:42 -0700 | [diff] [blame] | 285 | </widget> |
| 286 | <resources/> |
| 287 | <connections/> |
| 288 | </ui> |