diff options
| -rw-r--r-- | Swift/QtUI/QtVCardWidget/QtVCardPhotoAndNameFields.ui | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardPhotoAndNameFields.ui b/Swift/QtUI/QtVCardWidget/QtVCardPhotoAndNameFields.ui index 8e24098..97acba0 100644 --- a/Swift/QtUI/QtVCardWidget/QtVCardPhotoAndNameFields.ui +++ b/Swift/QtUI/QtVCardWidget/QtVCardPhotoAndNameFields.ui | |||
| @@ -255,22 +255,28 @@ | |||
| 255 | <bool>false</bool> | 255 | <bool>false</bool> |
| 256 | </property> | 256 | </property> |
| 257 | </widget> | 257 | </widget> |
| 258 | </item> | 258 | </item> |
| 259 | <item> | 259 | <item> |
| 260 | <widget class="Swift::QtResizableLineEdit" name="lineEditSUFFIX"> | 260 | <widget class="Swift::QtResizableLineEdit" name="lineEditMIDDLE"> |
| 261 | <property name="enabled"> | ||
| 262 | <bool>true</bool> | ||
| 263 | </property> | ||
| 261 | <property name="sizePolicy"> | 264 | <property name="sizePolicy"> |
| 262 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 265 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 263 | <horstretch>0</horstretch> | 266 | <horstretch>0</horstretch> |
| 264 | <verstretch>0</verstretch> | 267 | <verstretch>0</verstretch> |
| 265 | </sizepolicy> | 268 | </sizepolicy> |
| 266 | </property> | 269 | </property> |
| 267 | <property name="toolTip"> | 270 | <property name="toolTip"> |
| 268 | <string>Suffix</string> | 271 | <string>Middle Name</string> |
| 269 | </property> | 272 | </property> |
| 270 | <property name="readOnly"> | 273 | <property name="styleSheet"> |
| 271 | <bool>false</bool> | 274 | <string notr="true"/> |
| 275 | </property> | ||
| 276 | <property name="frame"> | ||
| 277 | <bool>true</bool> | ||
| 272 | </property> | 278 | </property> |
| 273 | </widget> | 279 | </widget> |
| 274 | </item> | 280 | </item> |
| 275 | <item> | 281 | <item> |
| 276 | <widget class="Swift::QtResizableLineEdit" name="lineEditFAMILY"> | 282 | <widget class="Swift::QtResizableLineEdit" name="lineEditFAMILY"> |
| @@ -284,28 +290,22 @@ | |||
| 284 | <string>Last Name</string> | 290 | <string>Last Name</string> |
| 285 | </property> | 291 | </property> |
| 286 | </widget> | 292 | </widget> |
| 287 | </item> | 293 | </item> |
| 288 | <item> | 294 | <item> |
| 289 | <widget class="Swift::QtResizableLineEdit" name="lineEditMIDDLE"> | 295 | <widget class="Swift::QtResizableLineEdit" name="lineEditSUFFIX"> |
| 290 | <property name="enabled"> | ||
| 291 | <bool>true</bool> | ||
| 292 | </property> | ||
| 293 | <property name="sizePolicy"> | 296 | <property name="sizePolicy"> |
| 294 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 297 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 295 | <horstretch>0</horstretch> | 298 | <horstretch>0</horstretch> |
| 296 | <verstretch>0</verstretch> | 299 | <verstretch>0</verstretch> |
| 297 | </sizepolicy> | 300 | </sizepolicy> |
| 298 | </property> | 301 | </property> |
| 299 | <property name="toolTip"> | 302 | <property name="toolTip"> |
| 300 | <string>Middle Name</string> | 303 | <string>Suffix</string> |
| 301 | </property> | ||
| 302 | <property name="styleSheet"> | ||
| 303 | <string notr="true"/> | ||
| 304 | </property> | 304 | </property> |
| 305 | <property name="frame"> | 305 | <property name="readOnly"> |
| 306 | <bool>true</bool> | 306 | <bool>false</bool> |
| 307 | </property> | 307 | </property> |
| 308 | </widget> | 308 | </widget> |
| 309 | </item> | 309 | </item> |
| 310 | </layout> | 310 | </layout> |
| 311 | </item> | 311 | </item> |
| @@ -347,8 +347,17 @@ | |||
| 347 | <class>Swift::QtElidingLabel</class> | 347 | <class>Swift::QtElidingLabel</class> |
| 348 | <extends>QLabel</extends> | 348 | <extends>QLabel</extends> |
| 349 | <header>Swift/QtUI/QtElidingLabel.h</header> | 349 | <header>Swift/QtUI/QtElidingLabel.h</header> |
| 350 | </customwidget> | 350 | </customwidget> |
| 351 | </customwidgets> | 351 | </customwidgets> |
| 352 | <tabstops> | ||
| 353 | <tabstop>lineEditFN</tabstop> | ||
| 354 | <tabstop>lineEditNICKNAME</tabstop> | ||
| 355 | <tabstop>lineEditPREFIX</tabstop> | ||
| 356 | <tabstop>lineEditGIVEN</tabstop> | ||
| 357 | <tabstop>lineEditMIDDLE</tabstop> | ||
| 358 | <tabstop>lineEditFAMILY</tabstop> | ||
| 359 | <tabstop>lineEditSUFFIX</tabstop> | ||
| 360 | </tabstops> | ||
| 352 | <resources/> | 361 | <resources/> |
| 353 | <connections/> | 362 | <connections/> |
| 354 | </ui> | 363 | </ui> |
Swift