diff options
Diffstat (limited to 'Swift/QtUI/QtVCardWidget/QtVCardWidget.ui')
| -rw-r--r-- | Swift/QtUI/QtVCardWidget/QtVCardWidget.ui | 45 | 
1 files changed, 23 insertions, 22 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardWidget.ui b/Swift/QtUI/QtVCardWidget/QtVCardWidget.ui index eae1006..4fc8605 100644 --- a/Swift/QtUI/QtVCardWidget/QtVCardWidget.ui +++ b/Swift/QtUI/QtVCardWidget/QtVCardWidget.ui @@ -13,8 +13,17 @@    <property name="windowTitle">     <string>Form</string>    </property> -  <layout class="QGridLayout" name="gridLayout" rowstretch="1,0" columnstretch="1,0"> -   <property name="margin"> +  <layout class="QGridLayout" name="gridLayout" rowstretch="1" columnstretch="1,0"> +   <property name="leftMargin"> +    <number>5</number> +   </property> +   <property name="topMargin"> +    <number>5</number> +   </property> +   <property name="rightMargin"> +    <number>5</number> +   </property> +   <property name="bottomMargin">      <number>5</number>     </property>     <item row="0" column="0" colspan="2"> @@ -64,7 +73,7 @@            <x>0</x>            <y>0</y>            <width>523</width> -          <height>76</height> +          <height>110</height>           </rect>          </property>          <property name="sizePolicy"> @@ -77,12 +86,20 @@           <property name="sizeConstraint">            <enum>QLayout::SetMinAndMaxSize</enum>           </property> -         <property name="margin"> +         <property name="leftMargin"> +          <number>0</number> +         </property> +         <property name="topMargin"> +          <number>0</number> +         </property> +         <property name="rightMargin"> +          <number>0</number> +         </property> +         <property name="bottomMargin">            <number>0</number>           </property>           <item> -          <layout class="QGridLayout" name="cardFields"> -          </layout> +          <layout class="QGridLayout" name="cardFields"/>           </item>           <item>            <spacer name="verticalSpacer"> @@ -106,22 +123,6 @@       </item>      </layout>     </item> -   <item row="1" column="1"> -    <widget class="QToolButton" name="toolButton"> -     <property name="text"> -      <string>Add Field</string> -     </property> -     <property name="popupMode"> -      <enum>QToolButton::InstantPopup</enum> -     </property> -     <property name="autoRaise"> -      <bool>false</bool> -     </property> -     <property name="arrowType"> -      <enum>Qt::NoArrow</enum> -     </property> -    </widget> -   </item>    </layout>   </widget>   <customwidgets>  | 
 Swift