Warning, /graphics/kst-plot/src/libkstapp/axistab.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>AxisTab</class>
0004  <widget class="QWidget" name="AxisTab">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>650</width>
0010     <height>431</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_5">
0014    <item row="0" column="0">
0015     <layout class="QGridLayout" name="gridLayout_4">
0016      <item row="0" column="1">
0017       <widget class="QGroupBox" name="groupBox_3">
0018        <property name="sizePolicy">
0019         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0020          <horstretch>0</horstretch>
0021          <verstretch>0</verstretch>
0022         </sizepolicy>
0023        </property>
0024        <property name="title">
0025         <string>Hide Margins and Labels</string>
0026        </property>
0027        <layout class="QVBoxLayout" name="verticalLayout_2">
0028         <item>
0029          <widget class="QCheckBox" name="_hideTopRight">
0030           <property name="text">
0031            <string>Hide top</string>
0032           </property>
0033          </widget>
0034         </item>
0035         <item>
0036          <widget class="QCheckBox" name="_hideBottomLeft">
0037           <property name="text">
0038            <string>Hide bottom</string>
0039           </property>
0040          </widget>
0041         </item>
0042         <item>
0043          <spacer name="verticalSpacer">
0044           <property name="orientation">
0045            <enum>Qt::Vertical</enum>
0046           </property>
0047           <property name="sizeHint" stdset="0">
0048            <size>
0049             <width>20</width>
0050             <height>40</height>
0051            </size>
0052           </property>
0053          </spacer>
0054         </item>
0055        </layout>
0056       </widget>
0057      </item>
0058      <item row="1" column="1">
0059       <widget class="QGroupBox" name="groupBox_2">
0060        <property name="title">
0061         <string>Label Rotation</string>
0062        </property>
0063        <layout class="QVBoxLayout" name="verticalLayout">
0064         <item>
0065          <layout class="QHBoxLayout" name="horizontalLayout_3">
0066           <item>
0067            <widget class="QLabel" name="label_4">
0068             <property name="text">
0069              <string>Rotation :</string>
0070             </property>
0071            </widget>
0072           </item>
0073           <item>
0074            <widget class="QSpinBox" name="_rotation">
0075             <property name="minimum">
0076              <number>-90</number>
0077             </property>
0078             <property name="maximum">
0079              <number>90</number>
0080             </property>
0081            </widget>
0082           </item>
0083          </layout>
0084         </item>
0085         <item>
0086          <spacer name="verticalSpacer_2">
0087           <property name="orientation">
0088            <enum>Qt::Vertical</enum>
0089           </property>
0090           <property name="sizeHint" stdset="0">
0091            <size>
0092             <width>20</width>
0093             <height>52</height>
0094            </size>
0095           </property>
0096          </spacer>
0097         </item>
0098        </layout>
0099       </widget>
0100      </item>
0101      <item row="1" column="0">
0102       <widget class="QGroupBox" name="groupBox">
0103        <property name="title">
0104         <string>Base / Offset Mode</string>
0105        </property>
0106        <layout class="QVBoxLayout" name="verticalLayout_4">
0107         <item>
0108          <layout class="QHBoxLayout" name="horizontalLayout_5">
0109           <item>
0110            <widget class="QCheckBox" name="_scaleAutoBaseOffset">
0111             <property name="text">
0112              <string comment="Automatically enable or disable an option">Auto</string>
0113             </property>
0114            </widget>
0115           </item>
0116           <item>
0117            <widget class="QCheckBox" name="_scaleBaseOffset">
0118             <property name="text">
0119              <string comment="Enable an option">On</string>
0120             </property>
0121            </widget>
0122           </item>
0123           <item>
0124            <widget class="QCheckBox" name="_baseOffsetOff">
0125             <property name="text">
0126              <string comment="Disable an option">Off</string>
0127             </property>
0128            </widget>
0129           </item>
0130           <item>
0131            <spacer name="horizontalSpacer">
0132             <property name="orientation">
0133              <enum>Qt::Horizontal</enum>
0134             </property>
0135             <property name="sizeHint" stdset="0">
0136              <size>
0137               <width>40</width>
0138               <height>20</height>
0139              </size>
0140             </property>
0141            </spacer>
0142           </item>
0143          </layout>
0144         </item>
0145         <item>
0146          <layout class="QHBoxLayout" name="horizontalLayout_6">
0147           <item>
0148            <widget class="QLabel" name="_significantDigitsLabel">
0149             <property name="text">
0150              <string>Digits before automatic base/offset mode:</string>
0151             </property>
0152             <property name="alignment">
0153              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0154             </property>
0155             <property name="buddy">
0156              <cstring>_significantDigits</cstring>
0157             </property>
0158            </widget>
0159           </item>
0160           <item>
0161            <widget class="QSpinBox" name="_significantDigits">
0162             <property name="whatsThis">
0163              <string>If this many digits are required to display the tick numbers, then the axis will revert to Base/Offset mode.</string>
0164             </property>
0165             <property name="minimum">
0166              <number>2</number>
0167             </property>
0168             <property name="maximum">
0169              <number>15</number>
0170             </property>
0171             <property name="value">
0172              <number>9</number>
0173             </property>
0174            </widget>
0175           </item>
0176           <item>
0177            <spacer name="horizontalSpacer_2">
0178             <property name="orientation">
0179              <enum>Qt::Horizontal</enum>
0180             </property>
0181             <property name="sizeHint" stdset="0">
0182              <size>
0183               <width>40</width>
0184               <height>20</height>
0185              </size>
0186             </property>
0187            </spacer>
0188           </item>
0189          </layout>
0190         </item>
0191         <item>
0192          <layout class="QHBoxLayout" name="horizontalLayout_7">
0193           <item>
0194            <widget class="QCheckBox" name="_forceOffsetMin">
0195             <property name="text">
0196              <string>Force offset to axis minimum</string>
0197             </property>
0198            </widget>
0199           </item>
0200          </layout>
0201         </item>
0202        </layout>
0203       </widget>
0204      </item>
0205      <item row="0" column="0">
0206       <widget class="QGroupBox" name="_scaleGroup">
0207        <property name="title">
0208         <string>Scale</string>
0209        </property>
0210        <layout class="QGridLayout" name="gridLayout_3">
0211         <item row="0" column="0" colspan="2">
0212          <widget class="QCheckBox" name="_scaleLog">
0213           <property name="toolTip">
0214            <string/>
0215           </property>
0216           <property name="text">
0217            <string>&amp;Logarithmic</string>
0218           </property>
0219          </widget>
0220         </item>
0221         <item row="0" column="2">
0222          <widget class="QCheckBox" name="_scaleReverse">
0223           <property name="whatsThis">
0224            <string>Reverse the direction of the axis, so the numbers are decreasing, rather than increasing.</string>
0225           </property>
0226           <property name="text">
0227            <string>&amp;Reverse</string>
0228           </property>
0229          </widget>
0230         </item>
0231         <item row="0" column="5">
0232          <spacer name="horizontalSpacer_8">
0233           <property name="orientation">
0234            <enum>Qt::Horizontal</enum>
0235           </property>
0236           <property name="sizeHint" stdset="0">
0237            <size>
0238             <width>0</width>
0239             <height>25</height>
0240            </size>
0241           </property>
0242          </spacer>
0243         </item>
0244         <item row="1" column="0" colspan="2">
0245          <widget class="QCheckBox" name="_scaleInterpret">
0246           <property name="sizePolicy">
0247            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0248             <horstretch>0</horstretch>
0249             <verstretch>0</verstretch>
0250            </sizepolicy>
0251           </property>
0252           <property name="toolTip">
0253            <string>Axis is time</string>
0254           </property>
0255           <property name="whatsThis">
0256            <string>Interpret the axis as time.</string>
0257           </property>
0258           <property name="text">
0259            <string>&amp;Interpret as:</string>
0260           </property>
0261          </widget>
0262         </item>
0263         <item row="1" column="2">
0264          <widget class="QComboBox" name="_scaleInterpretType">
0265           <property name="enabled">
0266            <bool>false</bool>
0267           </property>
0268           <property name="toolTip">
0269            <string>Time encoding type</string>
0270           </property>
0271           <property name="whatsThis">
0272            <string>The axis represents time, whose encoding is selected here.</string>
0273           </property>
0274          </widget>
0275         </item>
0276         <item row="1" column="5">
0277          <spacer name="horizontalSpacer_10">
0278           <property name="orientation">
0279            <enum>Qt::Horizontal</enum>
0280           </property>
0281           <property name="sizeHint" stdset="0">
0282            <size>
0283             <width>0</width>
0284             <height>17</height>
0285            </size>
0286           </property>
0287          </spacer>
0288         </item>
0289         <item row="2" column="1">
0290          <widget class="QLabel" name="_Label_6">
0291           <property name="enabled">
0292            <bool>false</bool>
0293           </property>
0294           <property name="sizePolicy">
0295            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0296             <horstretch>0</horstretch>
0297             <verstretch>0</verstretch>
0298            </sizepolicy>
0299           </property>
0300           <property name="text">
0301            <string>&amp;Display as:</string>
0302           </property>
0303           <property name="alignment">
0304            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0305           </property>
0306           <property name="buddy">
0307            <cstring>_scaleDisplayType</cstring>
0308           </property>
0309          </widget>
0310         </item>
0311         <item row="2" column="2">
0312          <widget class="QComboBox" name="_scaleDisplayType">
0313           <property name="enabled">
0314            <bool>false</bool>
0315           </property>
0316           <property name="toolTip">
0317            <string>Time display format</string>
0318           </property>
0319           <property name="whatsThis">
0320            <string>If the axis is to be interpreted as time, then display the time on the axis with this format.</string>
0321           </property>
0322          </widget>
0323         </item>
0324         <item row="2" column="3">
0325          <widget class="QLabel" name="label_7">
0326           <property name="enabled">
0327            <bool>false</bool>
0328           </property>
0329           <property name="sizePolicy">
0330            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0331             <horstretch>0</horstretch>
0332             <verstretch>0</verstretch>
0333            </sizepolicy>
0334           </property>
0335           <property name="text">
0336            <string>Timezone:</string>
0337           </property>
0338          </widget>
0339         </item>
0340         <item row="2" column="4">
0341          <widget class="QComboBox" name="_timeZone">
0342           <property name="enabled">
0343            <bool>false</bool>
0344           </property>
0345           <property name="toolTip">
0346            <string>Time encoding type</string>
0347           </property>
0348           <property name="whatsThis">
0349            <string>The axis represents time, whose encoding is selected here.</string>
0350           </property>
0351          </widget>
0352         </item>
0353         <item row="2" column="5">
0354          <spacer name="horizontalSpacer_5">
0355           <property name="orientation">
0356            <enum>Qt::Horizontal</enum>
0357           </property>
0358           <property name="sizeHint" stdset="0">
0359            <size>
0360             <width>0</width>
0361             <height>18</height>
0362            </size>
0363           </property>
0364          </spacer>
0365         </item>
0366         <item row="3" column="0" colspan="2">
0367          <widget class="QLabel" name="_timeFormatLabel">
0368           <property name="enabled">
0369            <bool>true</bool>
0370           </property>
0371           <property name="sizePolicy">
0372            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0373             <horstretch>0</horstretch>
0374             <verstretch>0</verstretch>
0375            </sizepolicy>
0376           </property>
0377           <property name="text">
0378            <string>Time/Date format:</string>
0379           </property>
0380           <property name="alignment">
0381            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0382           </property>
0383           <property name="buddy">
0384            <cstring>_scaleDisplayType</cstring>
0385           </property>
0386          </widget>
0387         </item>
0388         <item row="3" column="2">
0389          <widget class="QLineEdit" name="_scaleDisplayFormatString">
0390           <property name="minimumSize">
0391            <size>
0392             <width>150</width>
0393             <height>0</height>
0394            </size>
0395           </property>
0396           <property name="text">
0397            <string>hh:mm.ss.zzz</string>
0398           </property>
0399          </widget>
0400         </item>
0401         <item row="3" column="3" colspan="2">
0402          <widget class="QLabel" name="_timeFormatHelp">
0403           <property name="text">
0404            <string>Date: y/M/d - Time: h/m/s/z</string>
0405           </property>
0406          </widget>
0407         </item>
0408         <item row="3" column="5">
0409          <spacer name="horizontalSpacer_6">
0410           <property name="orientation">
0411            <enum>Qt::Horizontal</enum>
0412           </property>
0413           <property name="sizeHint" stdset="0">
0414            <size>
0415             <width>0</width>
0416             <height>17</height>
0417            </size>
0418           </property>
0419          </spacer>
0420         </item>
0421         <item row="4" column="0">
0422          <spacer name="verticalSpacer_3">
0423           <property name="orientation">
0424            <enum>Qt::Vertical</enum>
0425           </property>
0426           <property name="sizeHint" stdset="0">
0427            <size>
0428             <width>20</width>
0429             <height>40</height>
0430            </size>
0431           </property>
0432          </spacer>
0433         </item>
0434        </layout>
0435       </widget>
0436      </item>
0437     </layout>
0438    </item>
0439    <item row="1" column="0">
0440     <layout class="QHBoxLayout" name="horizontalLayout_4">
0441      <item>
0442       <widget class="QGroupBox" name="_axisMajorGridGroup">
0443        <property name="title">
0444         <string>Major Ticks and Lines</string>
0445        </property>
0446        <layout class="QGridLayout" name="gridLayout">
0447         <item row="0" column="0" colspan="4">
0448          <layout class="QHBoxLayout" name="horizontalLayout">
0449           <item>
0450            <widget class="QCheckBox" name="_drawAxisMajorTicks">
0451             <property name="sizePolicy">
0452              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0453               <horstretch>0</horstretch>
0454               <verstretch>0</verstretch>
0455              </sizepolicy>
0456             </property>
0457             <property name="text">
0458              <string>Dra&amp;w ticks</string>
0459             </property>
0460             <property name="checked">
0461              <bool>true</bool>
0462             </property>
0463            </widget>
0464           </item>
0465           <item>
0466            <widget class="QCheckBox" name="_drawAxisMajorGridLines">
0467             <property name="sizePolicy">
0468              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0469               <horstretch>0</horstretch>
0470               <verstretch>0</verstretch>
0471              </sizepolicy>
0472             </property>
0473             <property name="text">
0474              <string>Draw &amp;grid lines</string>
0475             </property>
0476             <property name="checked">
0477              <bool>true</bool>
0478             </property>
0479            </widget>
0480           </item>
0481          </layout>
0482         </item>
0483         <item row="1" column="0">
0484          <widget class="QLabel" name="label">
0485           <property name="sizePolicy">
0486            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0487             <horstretch>0</horstretch>
0488             <verstretch>0</verstretch>
0489            </sizepolicy>
0490           </property>
0491           <property name="text">
0492            <string>Major s&amp;pacing:</string>
0493           </property>
0494           <property name="alignment">
0495            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0496           </property>
0497           <property name="buddy">
0498            <cstring>_axisMajorTickSpacing</cstring>
0499           </property>
0500          </widget>
0501         </item>
0502         <item row="1" column="1" colspan="3">
0503          <widget class="QComboBox" name="_axisMajorTickSpacing">
0504           <property name="sizePolicy">
0505            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0506             <horstretch>0</horstretch>
0507             <verstretch>0</verstretch>
0508            </sizepolicy>
0509           </property>
0510           <property name="toolTip">
0511            <string>Density of major ticks</string>
0512           </property>
0513           <property name="whatsThis">
0514            <string>Specify the density of major ticks.  The major tick interval will automatically be chosen as a power of 10 times 1, 2, or 5.  This changes the target tick spacing within this constraint.</string>
0515           </property>
0516          </widget>
0517         </item>
0518         <item row="2" column="0">
0519          <widget class="QLabel" name="_Label_3">
0520           <property name="sizePolicy">
0521            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0522             <horstretch>0</horstretch>
0523             <verstretch>0</verstretch>
0524            </sizepolicy>
0525           </property>
0526           <property name="text">
0527            <string>Grid line &amp;style:</string>
0528           </property>
0529           <property name="alignment">
0530            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0531           </property>
0532           <property name="buddy">
0533            <cstring>_axisMajorLineStyle</cstring>
0534           </property>
0535          </widget>
0536         </item>
0537         <item row="2" column="1" colspan="3">
0538          <widget class="QComboBox" name="_axisMajorLineStyle">
0539           <property name="sizePolicy">
0540            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0541             <horstretch>0</horstretch>
0542             <verstretch>0</verstretch>
0543            </sizepolicy>
0544           </property>
0545          </widget>
0546         </item>
0547         <item row="3" column="0">
0548          <widget class="QLabel" name="label_10">
0549           <property name="sizePolicy">
0550            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0551             <horstretch>0</horstretch>
0552             <verstretch>0</verstretch>
0553            </sizepolicy>
0554           </property>
0555           <property name="text">
0556            <string>Grid line &amp;color:</string>
0557           </property>
0558           <property name="alignment">
0559            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0560           </property>
0561           <property name="buddy">
0562            <cstring>_axisMajorLineColor</cstring>
0563           </property>
0564          </widget>
0565         </item>
0566         <item row="3" column="1">
0567          <widget class="Kst::ColorButton" name="_axisMajorLineColor"/>
0568         </item>
0569         <item row="3" column="2">
0570          <widget class="QLabel" name="label_5">
0571           <property name="sizePolicy">
0572            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0573             <horstretch>0</horstretch>
0574             <verstretch>0</verstretch>
0575            </sizepolicy>
0576           </property>
0577           <property name="text">
0578            <string>Width:</string>
0579           </property>
0580          </widget>
0581         </item>
0582         <item row="3" column="3">
0583          <widget class="QDoubleSpinBox" name="_axisMajorLineWidth"/>
0584         </item>
0585        </layout>
0586       </widget>
0587      </item>
0588      <item>
0589       <widget class="QGroupBox" name="_axisMinorGridGroup">
0590        <property name="title">
0591         <string>Minor Ticks and Lines</string>
0592        </property>
0593        <layout class="QGridLayout" name="gridLayout_2">
0594         <item row="0" column="0" colspan="4">
0595          <layout class="QHBoxLayout" name="horizontalLayout_2">
0596           <item>
0597            <widget class="QCheckBox" name="_drawAxisMinorTicks">
0598             <property name="sizePolicy">
0599              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0600               <horstretch>0</horstretch>
0601               <verstretch>0</verstretch>
0602              </sizepolicy>
0603             </property>
0604             <property name="text">
0605              <string>Dr&amp;aw ticks</string>
0606             </property>
0607             <property name="checked">
0608              <bool>true</bool>
0609             </property>
0610            </widget>
0611           </item>
0612           <item>
0613            <widget class="QCheckBox" name="_drawAxisMinorGridLines">
0614             <property name="sizePolicy">
0615              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0616               <horstretch>0</horstretch>
0617               <verstretch>0</verstretch>
0618              </sizepolicy>
0619             </property>
0620             <property name="text">
0621              <string>Draw grid lines</string>
0622             </property>
0623             <property name="checked">
0624              <bool>true</bool>
0625             </property>
0626            </widget>
0627           </item>
0628          </layout>
0629         </item>
0630         <item row="1" column="0">
0631          <widget class="QLabel" name="label_3">
0632           <property name="sizePolicy">
0633            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0634             <horstretch>0</horstretch>
0635             <verstretch>0</verstretch>
0636            </sizepolicy>
0637           </property>
0638           <property name="text">
0639            <string>Minor tic&amp;k count:</string>
0640           </property>
0641           <property name="alignment">
0642            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0643           </property>
0644           <property name="buddy">
0645            <cstring>_axisMinorTickCount</cstring>
0646           </property>
0647          </widget>
0648         </item>
0649         <item row="1" column="1" colspan="2">
0650          <widget class="QSpinBox" name="_axisMinorTickCount">
0651           <property name="sizePolicy">
0652            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0653             <horstretch>0</horstretch>
0654             <verstretch>0</verstretch>
0655            </sizepolicy>
0656           </property>
0657           <property name="minimum">
0658            <number>1</number>
0659           </property>
0660           <property name="maximum">
0661            <number>10</number>
0662           </property>
0663           <property name="value">
0664            <number>4</number>
0665           </property>
0666          </widget>
0667         </item>
0668         <item row="1" column="3">
0669          <widget class="QCheckBox" name="_autoMinorTicks">
0670           <property name="text">
0671            <string>Auto</string>
0672           </property>
0673          </widget>
0674         </item>
0675         <item row="2" column="0">
0676          <widget class="QLabel" name="_axisMinorLineStyleLabel">
0677           <property name="text">
0678            <string>Line st&amp;yle:</string>
0679           </property>
0680           <property name="alignment">
0681            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0682           </property>
0683           <property name="buddy">
0684            <cstring>_axisMinorLineStyle</cstring>
0685           </property>
0686          </widget>
0687         </item>
0688         <item row="2" column="1" colspan="3">
0689          <widget class="QComboBox" name="_axisMinorLineStyle">
0690           <property name="sizePolicy">
0691            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0692             <horstretch>0</horstretch>
0693             <verstretch>0</verstretch>
0694            </sizepolicy>
0695           </property>
0696          </widget>
0697         </item>
0698         <item row="3" column="0">
0699          <widget class="QLabel" name="label_12">
0700           <property name="text">
0701            <string>Lin&amp;e color:</string>
0702           </property>
0703           <property name="alignment">
0704            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0705           </property>
0706           <property name="buddy">
0707            <cstring>_axisMinorLineColor</cstring>
0708           </property>
0709          </widget>
0710         </item>
0711         <item row="3" column="1">
0712          <widget class="Kst::ColorButton" name="_axisMinorLineColor"/>
0713         </item>
0714         <item row="3" column="2">
0715          <widget class="QLabel" name="label_6">
0716           <property name="sizePolicy">
0717            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0718             <horstretch>0</horstretch>
0719             <verstretch>0</verstretch>
0720            </sizepolicy>
0721           </property>
0722           <property name="text">
0723            <string>Width:</string>
0724           </property>
0725          </widget>
0726         </item>
0727         <item row="3" column="3">
0728          <widget class="QDoubleSpinBox" name="_axisMinorLineWidth"/>
0729         </item>
0730        </layout>
0731       </widget>
0732      </item>
0733     </layout>
0734    </item>
0735   </layout>
0736  </widget>
0737  <customwidgets>
0738   <customwidget>
0739    <class>Kst::ColorButton</class>
0740    <extends>QToolButton</extends>
0741    <header>colorbutton.h</header>
0742   </customwidget>
0743  </customwidgets>
0744  <resources/>
0745  <connections>
0746   <connection>
0747    <sender>_drawAxisMajorGridLines</sender>
0748    <signal>toggled(bool)</signal>
0749    <receiver>_Label_3</receiver>
0750    <slot>setEnabled(bool)</slot>
0751    <hints>
0752     <hint type="sourcelabel">
0753      <x>280</x>
0754      <y>290</y>
0755     </hint>
0756     <hint type="destinationlabel">
0757      <x>58</x>
0758      <y>345</y>
0759     </hint>
0760    </hints>
0761   </connection>
0762   <connection>
0763    <sender>_drawAxisMajorGridLines</sender>
0764    <signal>toggled(bool)</signal>
0765    <receiver>_axisMajorLineColor</receiver>
0766    <slot>setEnabled(bool)</slot>
0767    <hints>
0768     <hint type="sourcelabel">
0769      <x>280</x>
0770      <y>290</y>
0771     </hint>
0772     <hint type="destinationlabel">
0773      <x>132</x>
0774      <y>374</y>
0775     </hint>
0776    </hints>
0777   </connection>
0778   <connection>
0779    <sender>_drawAxisMajorGridLines</sender>
0780    <signal>toggled(bool)</signal>
0781    <receiver>_axisMajorLineStyle</receiver>
0782    <slot>setEnabled(bool)</slot>
0783    <hints>
0784     <hint type="sourcelabel">
0785      <x>280</x>
0786      <y>290</y>
0787     </hint>
0788     <hint type="destinationlabel">
0789      <x>311</x>
0790      <y>345</y>
0791     </hint>
0792    </hints>
0793   </connection>
0794   <connection>
0795    <sender>_drawAxisMinorGridLines</sender>
0796    <signal>toggled(bool)</signal>
0797    <receiver>_axisMinorLineStyleLabel</receiver>
0798    <slot>setEnabled(bool)</slot>
0799    <hints>
0800     <hint type="sourcelabel">
0801      <x>598</x>
0802      <y>290</y>
0803     </hint>
0804     <hint type="destinationlabel">
0805      <x>433</x>
0806      <y>345</y>
0807     </hint>
0808    </hints>
0809   </connection>
0810   <connection>
0811    <sender>_drawAxisMinorGridLines</sender>
0812    <signal>toggled(bool)</signal>
0813    <receiver>_axisMinorLineColor</receiver>
0814    <slot>setEnabled(bool)</slot>
0815    <hints>
0816     <hint type="sourcelabel">
0817      <x>598</x>
0818      <y>290</y>
0819     </hint>
0820     <hint type="destinationlabel">
0821      <x>463</x>
0822      <y>374</y>
0823     </hint>
0824    </hints>
0825   </connection>
0826   <connection>
0827    <sender>_drawAxisMinorGridLines</sender>
0828    <signal>toggled(bool)</signal>
0829    <receiver>_axisMinorLineStyle</receiver>
0830    <slot>setEnabled(bool)</slot>
0831    <hints>
0832     <hint type="sourcelabel">
0833      <x>598</x>
0834      <y>290</y>
0835     </hint>
0836     <hint type="destinationlabel">
0837      <x>629</x>
0838      <y>345</y>
0839     </hint>
0840    </hints>
0841   </connection>
0842   <connection>
0843    <sender>_scaleInterpret</sender>
0844    <signal>toggled(bool)</signal>
0845    <receiver>_Label_6</receiver>
0846    <slot>setEnabled(bool)</slot>
0847    <hints>
0848     <hint type="sourcelabel">
0849      <x>114</x>
0850      <y>80</y>
0851     </hint>
0852     <hint type="destinationlabel">
0853      <x>114</x>
0854      <y>108</y>
0855     </hint>
0856    </hints>
0857   </connection>
0858   <connection>
0859    <sender>_drawAxisMajorGridLines</sender>
0860    <signal>toggled(bool)</signal>
0861    <receiver>label_5</receiver>
0862    <slot>setEnabled(bool)</slot>
0863    <hints>
0864     <hint type="sourcelabel">
0865      <x>280</x>
0866      <y>290</y>
0867     </hint>
0868     <hint type="destinationlabel">
0869      <x>175</x>
0870      <y>374</y>
0871     </hint>
0872    </hints>
0873   </connection>
0874   <connection>
0875    <sender>_drawAxisMajorGridLines</sender>
0876    <signal>toggled(bool)</signal>
0877    <receiver>_axisMajorLineWidth</receiver>
0878    <slot>setEnabled(bool)</slot>
0879    <hints>
0880     <hint type="sourcelabel">
0881      <x>280</x>
0882      <y>290</y>
0883     </hint>
0884     <hint type="destinationlabel">
0885      <x>311</x>
0886      <y>372</y>
0887     </hint>
0888    </hints>
0889   </connection>
0890   <connection>
0891    <sender>_drawAxisMinorGridLines</sender>
0892    <signal>toggled(bool)</signal>
0893    <receiver>label_6</receiver>
0894    <slot>setEnabled(bool)</slot>
0895    <hints>
0896     <hint type="sourcelabel">
0897      <x>598</x>
0898      <y>290</y>
0899     </hint>
0900     <hint type="destinationlabel">
0901      <x>506</x>
0902      <y>374</y>
0903     </hint>
0904    </hints>
0905   </connection>
0906   <connection>
0907    <sender>_drawAxisMinorGridLines</sender>
0908    <signal>toggled(bool)</signal>
0909    <receiver>_axisMinorLineWidth</receiver>
0910    <slot>setEnabled(bool)</slot>
0911    <hints>
0912     <hint type="sourcelabel">
0913      <x>598</x>
0914      <y>290</y>
0915     </hint>
0916     <hint type="destinationlabel">
0917      <x>629</x>
0918      <y>372</y>
0919     </hint>
0920    </hints>
0921   </connection>
0922   <connection>
0923    <sender>_scaleInterpret</sender>
0924    <signal>toggled(bool)</signal>
0925    <receiver>label_7</receiver>
0926    <slot>setEnabled(bool)</slot>
0927    <hints>
0928     <hint type="sourcelabel">
0929      <x>73</x>
0930      <y>80</y>
0931     </hint>
0932     <hint type="destinationlabel">
0933      <x>295</x>
0934      <y>108</y>
0935     </hint>
0936    </hints>
0937   </connection>
0938   <connection>
0939    <sender>_scaleInterpret</sender>
0940    <signal>toggled(bool)</signal>
0941    <receiver>_scaleInterpretType</receiver>
0942    <slot>setEnabled(bool)</slot>
0943    <hints>
0944     <hint type="sourcelabel">
0945      <x>63</x>
0946      <y>65</y>
0947     </hint>
0948     <hint type="destinationlabel">
0949      <x>154</x>
0950      <y>69</y>
0951     </hint>
0952    </hints>
0953   </connection>
0954   <connection>
0955    <sender>_scaleInterpret</sender>
0956    <signal>toggled(bool)</signal>
0957    <receiver>_scaleDisplayType</receiver>
0958    <slot>setEnabled(bool)</slot>
0959    <hints>
0960     <hint type="sourcelabel">
0961      <x>17</x>
0962      <y>71</y>
0963     </hint>
0964     <hint type="destinationlabel">
0965      <x>195</x>
0966      <y>97</y>
0967     </hint>
0968    </hints>
0969   </connection>
0970   <connection>
0971    <sender>_scaleInterpret</sender>
0972    <signal>toggled(bool)</signal>
0973    <receiver>_timeZone</receiver>
0974    <slot>setEnabled(bool)</slot>
0975    <hints>
0976     <hint type="sourcelabel">
0977      <x>77</x>
0978      <y>61</y>
0979     </hint>
0980     <hint type="destinationlabel">
0981      <x>375</x>
0982      <y>97</y>
0983     </hint>
0984    </hints>
0985   </connection>
0986  </connections>
0987 </ui>