diff options
Diffstat (limited to 'Swift/QtUI')
| -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 | |||
| @@ -257,7 +257,10 @@ | |||
| 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> |
| @@ -265,10 +268,13 @@ | |||
| 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> |
| @@ -286,10 +292,7 @@ | |||
| 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> |
| @@ -297,13 +300,10 @@ | |||
| 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> |
| @@ -349,6 +349,15 @@ | |||
| 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