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 @@ -257,7 +257,10 @@            </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> @@ -265,10 +268,13 @@              </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> @@ -286,10 +292,7 @@            </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> @@ -297,13 +300,10 @@              </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> @@ -349,6 +349,15 @@     <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> | 
 Swift
 Swift