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 @@ -254,24 +254,30 @@ <property name="readOnly"> <bool>false</bool> </property> </widget> </item> <item> - <widget class="Swift::QtResizableLineEdit" name="lineEditSUFFIX"> + <widget class="Swift::QtResizableLineEdit" name="lineEditMIDDLE"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> - <string>Suffix</string> + <string>Middle Name</string> </property> - <property name="readOnly"> - <bool>false</bool> + <property name="styleSheet"> + <string notr="true"/> + </property> + <property name="frame"> + <bool>true</bool> </property> </widget> </item> <item> <widget class="Swift::QtResizableLineEdit" name="lineEditFAMILY"> <property name="sizePolicy"> @@ -283,30 +289,24 @@ <property name="toolTip"> <string>Last Name</string> </property> </widget> </item> <item> - <widget class="Swift::QtResizableLineEdit" name="lineEditMIDDLE"> - <property name="enabled"> - <bool>true</bool> - </property> + <widget class="Swift::QtResizableLineEdit" name="lineEditSUFFIX"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> - <string>Middle Name</string> - </property> - <property name="styleSheet"> - <string notr="true"/> + <string>Suffix</string> </property> - <property name="frame"> - <bool>true</bool> + <property name="readOnly"> + <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> @@ -346,9 +346,18 @@ <customwidget> <class>Swift::QtElidingLabel</class> <extends>QLabel</extends> <header>Swift/QtUI/QtElidingLabel.h</header> </customwidget> </customwidgets> + <tabstops> + <tabstop>lineEditFN</tabstop> + <tabstop>lineEditNICKNAME</tabstop> + <tabstop>lineEditPREFIX</tabstop> + <tabstop>lineEditGIVEN</tabstop> + <tabstop>lineEditMIDDLE</tabstop> + <tabstop>lineEditFAMILY</tabstop> + <tabstop>lineEditSUFFIX</tabstop> + </tabstops> <resources/> <connections/> </ui> |