Warning, /graphics/kxstitch/ui/PrinterConfigPage.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PrinterConfigPage</class>
0004  <widget class="QWidget" name="PrinterConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>238</width>
0010     <height>629</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Printer Configuration</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_12">
0017    <item>
0018     <widget class="QTabWidget" name="tabWidget">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="tab">
0023       <attribute name="title">
0024        <string>Pages</string>
0025       </attribute>
0026       <layout class="QVBoxLayout" name="verticalLayout_13">
0027        <item>
0028         <layout class="QHBoxLayout" name="horizontalLayout_2">
0029          <item>
0030           <widget class="QLabel" name="label">
0031            <property name="text">
0032             <string>Default paper size</string>
0033            </property>
0034           </widget>
0035          </item>
0036          <item>
0037           <widget class="KComboBox" name="kcfg_Page_Size">
0038            <property name="sizePolicy">
0039             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0040              <horstretch>0</horstretch>
0041              <verstretch>0</verstretch>
0042             </sizepolicy>
0043            </property>
0044            <property name="toolTip">
0045             <string>Select a paper size</string>
0046            </property>
0047           </widget>
0048          </item>
0049         </layout>
0050        </item>
0051        <item>
0052         <layout class="QHBoxLayout" name="horizontalLayout">
0053          <item>
0054           <widget class="QRadioButton" name="PortraitRadioButton">
0055            <property name="text">
0056             <string>Portrait</string>
0057            </property>
0058            <property name="checked">
0059             <bool>true</bool>
0060            </property>
0061            <attribute name="buttonGroup">
0062             <string notr="true">kcfg_Page_Orientation</string>
0063            </attribute>
0064           </widget>
0065          </item>
0066          <item>
0067           <widget class="QRadioButton" name="LandscapeRadioButton">
0068            <property name="text">
0069             <string>Landscape</string>
0070            </property>
0071            <attribute name="buttonGroup">
0072             <string notr="true">kcfg_Page_Orientation</string>
0073            </attribute>
0074           </widget>
0075          </item>
0076         </layout>
0077        </item>
0078        <item>
0079         <widget class="QGroupBox" name="groupBox">
0080          <property name="title">
0081           <string>Margins</string>
0082          </property>
0083          <layout class="QVBoxLayout" name="verticalLayout">
0084           <item>
0085            <layout class="QFormLayout" name="formLayout">
0086             <item row="0" column="0">
0087              <widget class="QLabel" name="label_2">
0088               <property name="text">
0089                <string comment="Left margin">Left</string>
0090               </property>
0091              </widget>
0092             </item>
0093             <item row="0" column="1">
0094              <widget class="QSpinBox" name="kcfg_Page_MarginLeft">
0095               <property name="minimumSize">
0096                <size>
0097                 <width>80</width>
0098                 <height>0</height>
0099                </size>
0100               </property>
0101               <property name="suffix">
0102                <string>mm</string>
0103               </property>
0104              </widget>
0105             </item>
0106             <item row="1" column="0">
0107              <widget class="QLabel" name="label_3">
0108               <property name="text">
0109                <string comment="Right margin">Right</string>
0110               </property>
0111              </widget>
0112             </item>
0113             <item row="1" column="1">
0114              <widget class="QSpinBox" name="kcfg_Page_MarginRight">
0115               <property name="minimumSize">
0116                <size>
0117                 <width>80</width>
0118                 <height>0</height>
0119                </size>
0120               </property>
0121               <property name="suffix">
0122                <string>mm</string>
0123               </property>
0124              </widget>
0125             </item>
0126             <item row="2" column="0">
0127              <widget class="QLabel" name="label_4">
0128               <property name="text">
0129                <string comment="Top margin">Top</string>
0130               </property>
0131              </widget>
0132             </item>
0133             <item row="2" column="1">
0134              <widget class="QSpinBox" name="kcfg_Page_MarginTop">
0135               <property name="minimumSize">
0136                <size>
0137                 <width>80</width>
0138                 <height>0</height>
0139                </size>
0140               </property>
0141               <property name="suffix">
0142                <string>mm</string>
0143               </property>
0144              </widget>
0145             </item>
0146             <item row="3" column="0">
0147              <widget class="QLabel" name="label_5">
0148               <property name="text">
0149                <string comment="Bottom margin">Bottom</string>
0150               </property>
0151              </widget>
0152             </item>
0153             <item row="3" column="1">
0154              <widget class="QSpinBox" name="kcfg_Page_MarginBottom">
0155               <property name="minimumSize">
0156                <size>
0157                 <width>80</width>
0158                 <height>0</height>
0159                </size>
0160               </property>
0161               <property name="suffix">
0162                <string>mm</string>
0163               </property>
0164              </widget>
0165             </item>
0166            </layout>
0167           </item>
0168          </layout>
0169         </widget>
0170        </item>
0171        <item>
0172         <spacer name="verticalSpacer_2">
0173          <property name="orientation">
0174           <enum>Qt::Vertical</enum>
0175          </property>
0176          <property name="sizeHint" stdset="0">
0177           <size>
0178            <width>20</width>
0179            <height>407</height>
0180           </size>
0181          </property>
0182         </spacer>
0183        </item>
0184       </layout>
0185      </widget>
0186      <widget class="QWidget" name="tab_2">
0187       <attribute name="title">
0188        <string>Pattern Element</string>
0189       </attribute>
0190       <layout class="QVBoxLayout" name="verticalLayout_10">
0191        <item>
0192         <widget class="QGroupBox" name="groupBox_2">
0193          <property name="title">
0194           <string>Margins</string>
0195          </property>
0196          <layout class="QVBoxLayout" name="verticalLayout_2">
0197           <item>
0198            <layout class="QFormLayout" name="formLayout_2">
0199             <item row="0" column="0">
0200              <widget class="QLabel" name="label_6">
0201               <property name="text">
0202                <string comment="Left margin">Left</string>
0203               </property>
0204              </widget>
0205             </item>
0206             <item row="0" column="1">
0207              <widget class="QSpinBox" name="kcfg_PatternElement_MarginLeft">
0208               <property name="minimumSize">
0209                <size>
0210                 <width>80</width>
0211                 <height>0</height>
0212                </size>
0213               </property>
0214               <property name="suffix">
0215                <string>mm</string>
0216               </property>
0217              </widget>
0218             </item>
0219             <item row="1" column="0">
0220              <widget class="QLabel" name="label_7">
0221               <property name="text">
0222                <string comment="Right margin">Right</string>
0223               </property>
0224              </widget>
0225             </item>
0226             <item row="1" column="1">
0227              <widget class="QSpinBox" name="kcfg_PatternElement_MarginRight">
0228               <property name="minimumSize">
0229                <size>
0230                 <width>80</width>
0231                 <height>0</height>
0232                </size>
0233               </property>
0234               <property name="suffix">
0235                <string>mm</string>
0236               </property>
0237              </widget>
0238             </item>
0239             <item row="2" column="0">
0240              <widget class="QLabel" name="label_8">
0241               <property name="text">
0242                <string comment="Top margin">Top</string>
0243               </property>
0244              </widget>
0245             </item>
0246             <item row="2" column="1">
0247              <widget class="QSpinBox" name="kcfg_PatternElement_MarginTop">
0248               <property name="minimumSize">
0249                <size>
0250                 <width>80</width>
0251                 <height>0</height>
0252                </size>
0253               </property>
0254               <property name="suffix">
0255                <string>mm</string>
0256               </property>
0257              </widget>
0258             </item>
0259             <item row="3" column="0">
0260              <widget class="QLabel" name="label_9">
0261               <property name="text">
0262                <string comment="Bottom margin">Bottom</string>
0263               </property>
0264              </widget>
0265             </item>
0266             <item row="3" column="1">
0267              <widget class="QSpinBox" name="kcfg_PatternElement_MarginBottom">
0268               <property name="minimumSize">
0269                <size>
0270                 <width>80</width>
0271                 <height>0</height>
0272                </size>
0273               </property>
0274               <property name="suffix">
0275                <string>mm</string>
0276               </property>
0277              </widget>
0278             </item>
0279            </layout>
0280           </item>
0281          </layout>
0282         </widget>
0283        </item>
0284        <item>
0285         <widget class="QGroupBox" name="groupBox_11">
0286          <property name="title">
0287           <string>Cells</string>
0288          </property>
0289          <layout class="QVBoxLayout" name="verticalLayout_11">
0290           <item>
0291            <layout class="QGridLayout" name="gridLayout">
0292             <item row="0" column="0">
0293              <widget class="QLabel" name="label_27">
0294               <property name="text">
0295                <string>Minimum cell size (mm)</string>
0296               </property>
0297               <property name="alignment">
0298                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0299               </property>
0300              </widget>
0301             </item>
0302             <item row="0" column="1">
0303              <widget class="QSpinBox" name="kcfg_PatternElement_MinimumCellSize"/>
0304             </item>
0305             <item row="1" column="0">
0306              <widget class="QLabel" name="label_28">
0307               <property name="text">
0308                <string>Minimum overflow</string>
0309               </property>
0310               <property name="alignment">
0311                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0312               </property>
0313              </widget>
0314             </item>
0315             <item row="1" column="1">
0316              <widget class="QSpinBox" name="kcfg_PatternElement_MinimumOverflow"/>
0317             </item>
0318            </layout>
0319           </item>
0320          </layout>
0321         </widget>
0322        </item>
0323        <item>
0324         <widget class="QGroupBox" name="groupBox_12">
0325          <property name="title">
0326           <string>Selections</string>
0327          </property>
0328          <layout class="QFormLayout" name="formLayout_5">
0329           <item row="0" column="0">
0330            <widget class="QLabel" name="label_29">
0331             <property name="text">
0332              <string>Selected area color</string>
0333             </property>
0334            </widget>
0335           </item>
0336           <item row="0" column="1">
0337            <widget class="KColorButton" name="kcfg_PatternElement_SelectedAreaColor">
0338             <property name="sizePolicy">
0339              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0340               <horstretch>0</horstretch>
0341               <verstretch>0</verstretch>
0342              </sizepolicy>
0343             </property>
0344             <property name="minimumSize">
0345              <size>
0346               <width>20</width>
0347               <height>20</height>
0348              </size>
0349             </property>
0350             <property name="iconSize">
0351              <size>
0352               <width>16</width>
0353               <height>16</height>
0354              </size>
0355             </property>
0356            </widget>
0357           </item>
0358          </layout>
0359         </widget>
0360        </item>
0361        <item>
0362         <spacer name="verticalSpacer">
0363          <property name="orientation">
0364           <enum>Qt::Vertical</enum>
0365          </property>
0366          <property name="sizeHint" stdset="0">
0367           <size>
0368            <width>20</width>
0369            <height>396</height>
0370           </size>
0371          </property>
0372         </spacer>
0373        </item>
0374       </layout>
0375      </widget>
0376      <widget class="QWidget" name="tab_3">
0377       <attribute name="title">
0378        <string>Text Element</string>
0379       </attribute>
0380       <layout class="QVBoxLayout" name="verticalLayout_5">
0381        <item>
0382         <widget class="QGroupBox" name="groupBox_7">
0383          <property name="title">
0384           <string>Text</string>
0385          </property>
0386          <layout class="QFormLayout" name="formLayout_8">
0387           <item row="0" column="0">
0388            <widget class="QLabel" name="label_21">
0389             <property name="text">
0390              <string>Text color</string>
0391             </property>
0392            </widget>
0393           </item>
0394           <item row="0" column="1">
0395            <widget class="KColorButton" name="kcfg_TextElement_TextColor">
0396             <property name="minimumSize">
0397              <size>
0398               <width>80</width>
0399               <height>0</height>
0400              </size>
0401             </property>
0402            </widget>
0403           </item>
0404          </layout>
0405         </widget>
0406        </item>
0407        <item>
0408         <widget class="QGroupBox" name="groupBox_6">
0409          <property name="title">
0410           <string comment="Fill the background">Background</string>
0411          </property>
0412          <layout class="QFormLayout" name="formLayout_7">
0413           <property name="fieldGrowthPolicy">
0414            <enum>QFormLayout::ExpandingFieldsGrow</enum>
0415           </property>
0416           <item row="1" column="0">
0417            <widget class="QLabel" name="label_20">
0418             <property name="text">
0419              <string comment="Background color">Color</string>
0420             </property>
0421            </widget>
0422           </item>
0423           <item row="1" column="1">
0424            <widget class="KColorButton" name="kcfg_TextElement_BackgroundColor">
0425             <property name="minimumSize">
0426              <size>
0427               <width>80</width>
0428               <height>0</height>
0429              </size>
0430             </property>
0431            </widget>
0432           </item>
0433           <item row="2" column="0">
0434            <widget class="QLabel" name="label_22">
0435             <property name="text">
0436              <string>Transparency</string>
0437             </property>
0438            </widget>
0439           </item>
0440           <item row="2" column="1">
0441            <widget class="QSpinBox" name="kcfg_TextElement_BackgroundTransparency">
0442             <property name="minimumSize">
0443              <size>
0444               <width>80</width>
0445               <height>0</height>
0446              </size>
0447             </property>
0448             <property name="maximum">
0449              <number>255</number>
0450             </property>
0451            </widget>
0452           </item>
0453           <item row="0" column="0" colspan="2">
0454            <widget class="QCheckBox" name="kcfg_TextElement_FillBackground">
0455             <property name="text">
0456              <string>Fill background</string>
0457             </property>
0458            </widget>
0459           </item>
0460          </layout>
0461         </widget>
0462        </item>
0463        <item>
0464         <widget class="QGroupBox" name="groupBox_5">
0465          <property name="title">
0466           <string>Border</string>
0467          </property>
0468          <layout class="QVBoxLayout" name="verticalLayout_6">
0469           <item>
0470            <widget class="QCheckBox" name="kcfg_TextElement_ShowBorder">
0471             <property name="text">
0472              <string>Show border</string>
0473             </property>
0474            </widget>
0475           </item>
0476           <item>
0477            <layout class="QFormLayout" name="formLayout_6">
0478             <item row="0" column="0">
0479              <widget class="QLabel" name="label_18">
0480               <property name="text">
0481                <string comment="Border color">Color</string>
0482               </property>
0483              </widget>
0484             </item>
0485             <item row="0" column="1">
0486              <widget class="KColorButton" name="kcfg_TextElement_BorderColor">
0487               <property name="minimumSize">
0488                <size>
0489                 <width>80</width>
0490                 <height>0</height>
0491                </size>
0492               </property>
0493              </widget>
0494             </item>
0495             <item row="1" column="0">
0496              <widget class="QLabel" name="label_19">
0497               <property name="text">
0498                <string>Thickness</string>
0499               </property>
0500              </widget>
0501             </item>
0502             <item row="1" column="1">
0503              <widget class="QSpinBox" name="kcfg_TextElement_BorderThickness">
0504               <property name="minimumSize">
0505                <size>
0506                 <width>80</width>
0507                 <height>0</height>
0508                </size>
0509               </property>
0510               <property name="suffix">
0511                <string>mm</string>
0512               </property>
0513              </widget>
0514             </item>
0515            </layout>
0516           </item>
0517          </layout>
0518         </widget>
0519        </item>
0520        <item>
0521         <widget class="QGroupBox" name="groupBox_3">
0522          <property name="title">
0523           <string>Margins</string>
0524          </property>
0525          <layout class="QVBoxLayout" name="verticalLayout_3">
0526           <item>
0527            <layout class="QFormLayout" name="formLayout_3">
0528             <item row="0" column="0">
0529              <widget class="QLabel" name="label_10">
0530               <property name="text">
0531                <string comment="Left margin">Left</string>
0532               </property>
0533              </widget>
0534             </item>
0535             <item row="0" column="1">
0536              <widget class="QSpinBox" name="kcfg_TextElement_MarginLeft">
0537               <property name="minimumSize">
0538                <size>
0539                 <width>80</width>
0540                 <height>0</height>
0541                </size>
0542               </property>
0543               <property name="suffix">
0544                <string>mm</string>
0545               </property>
0546              </widget>
0547             </item>
0548             <item row="1" column="0">
0549              <widget class="QLabel" name="label_11">
0550               <property name="text">
0551                <string comment="Right margin">Right</string>
0552               </property>
0553              </widget>
0554             </item>
0555             <item row="1" column="1">
0556              <widget class="QSpinBox" name="kcfg_TextElement_MarginRight">
0557               <property name="minimumSize">
0558                <size>
0559                 <width>80</width>
0560                 <height>0</height>
0561                </size>
0562               </property>
0563               <property name="suffix">
0564                <string>mm</string>
0565               </property>
0566              </widget>
0567             </item>
0568             <item row="2" column="0">
0569              <widget class="QLabel" name="label_12">
0570               <property name="text">
0571                <string comment="Top margin">Top</string>
0572               </property>
0573              </widget>
0574             </item>
0575             <item row="2" column="1">
0576              <widget class="QSpinBox" name="kcfg_TextElement_MarginTop">
0577               <property name="minimumSize">
0578                <size>
0579                 <width>80</width>
0580                 <height>0</height>
0581                </size>
0582               </property>
0583               <property name="suffix">
0584                <string>mm</string>
0585               </property>
0586              </widget>
0587             </item>
0588             <item row="3" column="0">
0589              <widget class="QLabel" name="label_13">
0590               <property name="text">
0591                <string comment="Bottom margin">Bottom</string>
0592               </property>
0593              </widget>
0594             </item>
0595             <item row="3" column="1">
0596              <widget class="QSpinBox" name="kcfg_TextElement_MarginBottom">
0597               <property name="minimumSize">
0598                <size>
0599                 <width>80</width>
0600                 <height>0</height>
0601                </size>
0602               </property>
0603               <property name="suffix">
0604                <string>mm</string>
0605               </property>
0606              </widget>
0607             </item>
0608            </layout>
0609           </item>
0610          </layout>
0611         </widget>
0612        </item>
0613        <item>
0614         <spacer name="verticalSpacer_3">
0615          <property name="orientation">
0616           <enum>Qt::Vertical</enum>
0617          </property>
0618          <property name="sizeHint" stdset="0">
0619           <size>
0620            <width>20</width>
0621            <height>159</height>
0622           </size>
0623          </property>
0624         </spacer>
0625        </item>
0626       </layout>
0627      </widget>
0628      <widget class="QWidget" name="tab_4">
0629       <attribute name="title">
0630        <string>Key Element</string>
0631       </attribute>
0632       <layout class="QVBoxLayout" name="verticalLayout_9">
0633        <item>
0634         <widget class="QGroupBox" name="groupBox_8">
0635          <property name="title">
0636           <string>Border</string>
0637          </property>
0638          <layout class="QVBoxLayout" name="verticalLayout_7">
0639           <item>
0640            <widget class="QCheckBox" name="kcfg_KeyElement_ShowBorder">
0641             <property name="text">
0642              <string>Show border</string>
0643             </property>
0644            </widget>
0645           </item>
0646           <item>
0647            <layout class="QFormLayout" name="formLayout_9">
0648             <item row="0" column="0">
0649              <widget class="QLabel" name="label_23">
0650               <property name="text">
0651                <string comment="Border color">Color</string>
0652               </property>
0653              </widget>
0654             </item>
0655             <item row="0" column="1">
0656              <widget class="KColorButton" name="kcfg_KeyElement_BorderColor">
0657               <property name="minimumSize">
0658                <size>
0659                 <width>80</width>
0660                 <height>0</height>
0661                </size>
0662               </property>
0663              </widget>
0664             </item>
0665             <item row="1" column="0">
0666              <widget class="QLabel" name="label_24">
0667               <property name="text">
0668                <string>Thickness</string>
0669               </property>
0670              </widget>
0671             </item>
0672             <item row="1" column="1">
0673              <widget class="QSpinBox" name="kcfg_KeyElement_BorderThickness">
0674               <property name="minimumSize">
0675                <size>
0676                 <width>80</width>
0677                 <height>0</height>
0678                </size>
0679               </property>
0680               <property name="suffix">
0681                <string>mm</string>
0682               </property>
0683              </widget>
0684             </item>
0685            </layout>
0686           </item>
0687          </layout>
0688         </widget>
0689        </item>
0690        <item>
0691         <widget class="QGroupBox" name="groupBox_9">
0692          <property name="title">
0693           <string comment="Fill the background">Background</string>
0694          </property>
0695          <layout class="QFormLayout" name="formLayout_10">
0696           <item row="0" column="0" colspan="2">
0697            <widget class="QCheckBox" name="kcfg_KeyElement_FillBackground">
0698             <property name="text">
0699              <string>Fill background</string>
0700             </property>
0701            </widget>
0702           </item>
0703           <item row="1" column="0">
0704            <widget class="QLabel" name="label_25">
0705             <property name="text">
0706              <string comment="Background color">Color</string>
0707             </property>
0708            </widget>
0709           </item>
0710           <item row="1" column="1">
0711            <widget class="KColorButton" name="kcfg_KeyElement_BackgroundColor">
0712             <property name="minimumSize">
0713              <size>
0714               <width>80</width>
0715               <height>0</height>
0716              </size>
0717             </property>
0718            </widget>
0719           </item>
0720           <item row="2" column="0">
0721            <widget class="QLabel" name="label_26">
0722             <property name="text">
0723              <string>Transparency</string>
0724             </property>
0725            </widget>
0726           </item>
0727           <item row="2" column="1">
0728            <widget class="QSpinBox" name="kcfg_KeyElement_BackgroundTransparency">
0729             <property name="minimumSize">
0730              <size>
0731               <width>80</width>
0732               <height>0</height>
0733              </size>
0734             </property>
0735             <property name="maximum">
0736              <number>255</number>
0737             </property>
0738            </widget>
0739           </item>
0740          </layout>
0741         </widget>
0742        </item>
0743        <item>
0744         <widget class="QGroupBox" name="groupBox_4">
0745          <property name="title">
0746           <string>Margins</string>
0747          </property>
0748          <layout class="QVBoxLayout" name="verticalLayout_4">
0749           <item>
0750            <layout class="QFormLayout" name="formLayout_4">
0751             <item row="0" column="0">
0752              <widget class="QLabel" name="label_14">
0753               <property name="text">
0754                <string comment="Left margin">Left</string>
0755               </property>
0756              </widget>
0757             </item>
0758             <item row="0" column="1">
0759              <widget class="QSpinBox" name="kcfg_KeyElement_MarginLeft">
0760               <property name="minimumSize">
0761                <size>
0762                 <width>80</width>
0763                 <height>0</height>
0764                </size>
0765               </property>
0766               <property name="suffix">
0767                <string>mm</string>
0768               </property>
0769              </widget>
0770             </item>
0771             <item row="1" column="0">
0772              <widget class="QLabel" name="label_15">
0773               <property name="text">
0774                <string comment="Right margin">Right</string>
0775               </property>
0776              </widget>
0777             </item>
0778             <item row="1" column="1">
0779              <widget class="QSpinBox" name="kcfg_KeyElement_MarginRight">
0780               <property name="minimumSize">
0781                <size>
0782                 <width>80</width>
0783                 <height>0</height>
0784                </size>
0785               </property>
0786               <property name="suffix">
0787                <string>mm</string>
0788               </property>
0789              </widget>
0790             </item>
0791             <item row="2" column="0">
0792              <widget class="QLabel" name="label_16">
0793               <property name="text">
0794                <string comment="Top margin">Top</string>
0795               </property>
0796              </widget>
0797             </item>
0798             <item row="2" column="1">
0799              <widget class="QSpinBox" name="kcfg_KeyElement_MarginTop">
0800               <property name="minimumSize">
0801                <size>
0802                 <width>80</width>
0803                 <height>0</height>
0804                </size>
0805               </property>
0806               <property name="suffix">
0807                <string>mm</string>
0808               </property>
0809              </widget>
0810             </item>
0811             <item row="3" column="0">
0812              <widget class="QLabel" name="label_17">
0813               <property name="text">
0814                <string comment="Bottom margin">Bottom</string>
0815               </property>
0816              </widget>
0817             </item>
0818             <item row="3" column="1">
0819              <widget class="QSpinBox" name="kcfg_KeyElement_MarginBottom">
0820               <property name="minimumSize">
0821                <size>
0822                 <width>80</width>
0823                 <height>0</height>
0824                </size>
0825               </property>
0826               <property name="suffix">
0827                <string>mm</string>
0828               </property>
0829              </widget>
0830             </item>
0831            </layout>
0832           </item>
0833          </layout>
0834         </widget>
0835        </item>
0836        <item>
0837         <widget class="QGroupBox" name="groupBox_10">
0838          <property name="title">
0839           <string>Elements</string>
0840          </property>
0841          <layout class="QVBoxLayout" name="verticalLayout_8">
0842           <item>
0843            <widget class="QCheckBox" name="kcfg_KeyElement_SymbolColumn">
0844             <property name="text">
0845              <string>Symbols</string>
0846             </property>
0847             <property name="checked">
0848              <bool>false</bool>
0849             </property>
0850            </widget>
0851           </item>
0852           <item>
0853            <widget class="QCheckBox" name="kcfg_KeyElement_FlossNameColumn">
0854             <property name="text">
0855              <string>Floss name</string>
0856             </property>
0857             <property name="checked">
0858              <bool>false</bool>
0859             </property>
0860            </widget>
0861           </item>
0862           <item>
0863            <widget class="QCheckBox" name="kcfg_KeyElement_FlossDescriptionColumn">
0864             <property name="text">
0865              <string>Floss description</string>
0866             </property>
0867            </widget>
0868           </item>
0869           <item>
0870            <widget class="QCheckBox" name="kcfg_KeyElement_StrandsColumn">
0871             <property name="text">
0872              <string>Strands</string>
0873             </property>
0874             <property name="checked">
0875              <bool>false</bool>
0876             </property>
0877            </widget>
0878           </item>
0879           <item>
0880            <widget class="QCheckBox" name="kcfg_KeyElement_StitchesColumn">
0881             <property name="text">
0882              <string>Stitches</string>
0883             </property>
0884            </widget>
0885           </item>
0886           <item>
0887            <widget class="QCheckBox" name="kcfg_KeyElement_LengthColumn">
0888             <property name="text">
0889              <string>Length</string>
0890             </property>
0891            </widget>
0892           </item>
0893           <item>
0894            <widget class="QCheckBox" name="kcfg_KeyElement_SkeinsColumn">
0895             <property name="text">
0896              <string>Skeins</string>
0897             </property>
0898             <property name="checked">
0899              <bool>false</bool>
0900             </property>
0901            </widget>
0902           </item>
0903          </layout>
0904         </widget>
0905        </item>
0906       </layout>
0907      </widget>
0908     </widget>
0909    </item>
0910   </layout>
0911  </widget>
0912  <customwidgets>
0913   <customwidget>
0914    <class>KColorButton</class>
0915    <extends>QPushButton</extends>
0916    <header>kcolorbutton.h</header>
0917   </customwidget>
0918   <customwidget>
0919    <class>KComboBox</class>
0920    <extends>QComboBox</extends>
0921    <header>kcombobox.h</header>
0922   </customwidget>
0923  </customwidgets>
0924  <tabstops>
0925   <tabstop>kcfg_Page_Size</tabstop>
0926   <tabstop>kcfg_Page_MarginLeft</tabstop>
0927   <tabstop>kcfg_Page_MarginRight</tabstop>
0928   <tabstop>kcfg_Page_MarginTop</tabstop>
0929   <tabstop>kcfg_Page_MarginBottom</tabstop>
0930   <tabstop>kcfg_PatternElement_MarginLeft</tabstop>
0931   <tabstop>kcfg_PatternElement_MarginRight</tabstop>
0932   <tabstop>kcfg_PatternElement_MarginTop</tabstop>
0933   <tabstop>kcfg_PatternElement_MarginBottom</tabstop>
0934   <tabstop>kcfg_TextElement_TextColor</tabstop>
0935   <tabstop>kcfg_TextElement_FillBackground</tabstop>
0936   <tabstop>kcfg_TextElement_BackgroundColor</tabstop>
0937   <tabstop>kcfg_TextElement_BackgroundTransparency</tabstop>
0938   <tabstop>kcfg_TextElement_ShowBorder</tabstop>
0939   <tabstop>kcfg_TextElement_BorderColor</tabstop>
0940   <tabstop>kcfg_TextElement_BorderThickness</tabstop>
0941   <tabstop>kcfg_TextElement_MarginLeft</tabstop>
0942   <tabstop>kcfg_TextElement_MarginRight</tabstop>
0943   <tabstop>kcfg_TextElement_MarginTop</tabstop>
0944   <tabstop>kcfg_TextElement_MarginBottom</tabstop>
0945   <tabstop>kcfg_KeyElement_ShowBorder</tabstop>
0946   <tabstop>kcfg_KeyElement_BorderColor</tabstop>
0947   <tabstop>kcfg_KeyElement_BorderThickness</tabstop>
0948   <tabstop>kcfg_KeyElement_FillBackground</tabstop>
0949   <tabstop>kcfg_KeyElement_BackgroundColor</tabstop>
0950   <tabstop>kcfg_KeyElement_BackgroundTransparency</tabstop>
0951   <tabstop>kcfg_KeyElement_MarginLeft</tabstop>
0952   <tabstop>kcfg_KeyElement_MarginRight</tabstop>
0953   <tabstop>kcfg_KeyElement_MarginTop</tabstop>
0954   <tabstop>kcfg_KeyElement_MarginBottom</tabstop>
0955   <tabstop>kcfg_KeyElement_SymbolColumn</tabstop>
0956   <tabstop>kcfg_KeyElement_FlossNameColumn</tabstop>
0957   <tabstop>kcfg_KeyElement_FlossDescriptionColumn</tabstop>
0958   <tabstop>kcfg_KeyElement_StrandsColumn</tabstop>
0959   <tabstop>kcfg_KeyElement_StitchesColumn</tabstop>
0960   <tabstop>kcfg_KeyElement_LengthColumn</tabstop>
0961   <tabstop>kcfg_KeyElement_SkeinsColumn</tabstop>
0962  </tabstops>
0963  <resources/>
0964  <connections/>
0965  <buttongroups>
0966   <buttongroup name="kcfg_Page_Orientation"/>
0967  </buttongroups>
0968 </ui>