Warning, /education/kstars/kstars/ekos/guide/guide.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>Guide</class>
0004  <widget class="QWidget" name="Guide">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>750</width>
0010     <height>598</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <property name="spacing">
0015     <number>3</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>3</number>
0028    </property>
0029    <item>
0030     <widget class="QSplitter" name="mainSplitter">
0031      <property name="orientation">
0032       <enum>Qt::Horizontal</enum>
0033      </property>
0034      <widget class="QWidget" name="layoutWidget">
0035       <layout class="QVBoxLayout" name="LeftLayout">
0036        <property name="spacing">
0037         <number>3</number>
0038        </property>
0039        <item>
0040         <layout class="QHBoxLayout" name="trainLayout">
0041          <item>
0042           <widget class="QLabel" name="trainLabel">
0043            <property name="text">
0044             <string>Train:</string>
0045            </property>
0046           </widget>
0047          </item>
0048          <item>
0049           <widget class="QComboBox" name="opticalTrainCombo">
0050            <property name="sizePolicy">
0051             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0052              <horstretch>0</horstretch>
0053              <verstretch>0</verstretch>
0054             </sizepolicy>
0055            </property>
0056            <property name="minimumSize">
0057             <size>
0058              <width>0</width>
0059              <height>32</height>
0060             </size>
0061            </property>
0062           </widget>
0063          </item>
0064          <item>
0065           <widget class="QPushButton" name="trainB">
0066            <property name="enabled">
0067             <bool>false</bool>
0068            </property>
0069            <property name="minimumSize">
0070             <size>
0071              <width>24</width>
0072              <height>24</height>
0073             </size>
0074            </property>
0075            <property name="text">
0076             <string/>
0077            </property>
0078            <property name="icon">
0079             <iconset theme="document-edit">
0080              <normaloff>.</normaloff>.</iconset>
0081            </property>
0082            <property name="iconSize">
0083             <size>
0084              <width>24</width>
0085              <height>24</height>
0086             </size>
0087            </property>
0088           </widget>
0089          </item>
0090         </layout>
0091        </item>
0092        <item>
0093         <widget class="QGroupBox" name="controlGroupBox">
0094          <property name="title">
0095           <string>Control</string>
0096          </property>
0097          <layout class="QVBoxLayout" name="verticalLayout_4">
0098           <property name="spacing">
0099            <number>3</number>
0100           </property>
0101           <property name="leftMargin">
0102            <number>3</number>
0103           </property>
0104           <property name="topMargin">
0105            <number>3</number>
0106           </property>
0107           <property name="rightMargin">
0108            <number>3</number>
0109           </property>
0110           <property name="bottomMargin">
0111            <number>3</number>
0112           </property>
0113           <item>
0114            <layout class="QGridLayout" name="controlLayout">
0115             <property name="spacing">
0116              <number>3</number>
0117             </property>
0118             <item row="2" column="1">
0119              <widget class="QCheckBox" name="guideAutoStar">
0120               <property name="toolTip">
0121                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Automatically select the calibration star. &lt;br/&gt;Please note: 'SEP Multi Star' does  &lt;span style=&quot; font-weight:600;&quot;&gt;always&lt;/span&gt; use 'auto star' detection.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0122               </property>
0123               <property name="text">
0124                <string>Auto Star</string>
0125               </property>
0126              </widget>
0127             </item>
0128             <item row="0" column="0">
0129              <widget class="QPushButton" name="captureB">
0130               <property name="sizePolicy">
0131                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0132                 <horstretch>0</horstretch>
0133                 <verstretch>0</verstretch>
0134                </sizepolicy>
0135               </property>
0136               <property name="text">
0137                <string>Capture</string>
0138               </property>
0139              </widget>
0140             </item>
0141             <item row="3" column="0">
0142              <widget class="QPushButton" name="stopB">
0143               <property name="enabled">
0144                <bool>false</bool>
0145               </property>
0146               <property name="sizePolicy">
0147                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0148                 <horstretch>0</horstretch>
0149                 <verstretch>0</verstretch>
0150                </sizepolicy>
0151               </property>
0152               <property name="text">
0153                <string>Stop</string>
0154               </property>
0155              </widget>
0156             </item>
0157             <item row="0" column="2">
0158              <widget class="QPushButton" name="showFITSViewerB">
0159               <property name="minimumSize">
0160                <size>
0161                 <width>24</width>
0162                 <height>24</height>
0163                </size>
0164               </property>
0165               <property name="toolTip">
0166                <string>Show in FITS Viewer...</string>
0167               </property>
0168               <property name="text">
0169                <string/>
0170               </property>
0171               <property name="iconSize">
0172                <size>
0173                 <width>24</width>
0174                 <height>24</height>
0175                </size>
0176               </property>
0177              </widget>
0178             </item>
0179             <item row="2" column="2">
0180              <widget class="QPushButton" name="clearCalibrationB">
0181               <property name="minimumSize">
0182                <size>
0183                 <width>24</width>
0184                 <height>24</height>
0185                </size>
0186               </property>
0187               <property name="toolTip">
0188                <string>Clear calibration data.</string>
0189               </property>
0190               <property name="text">
0191                <string/>
0192               </property>
0193               <property name="icon">
0194                <iconset theme="edit-delete">
0195                 <normaloff>.</normaloff>.</iconset>
0196               </property>
0197               <property name="iconSize">
0198                <size>
0199                 <width>24</width>
0200                 <height>24</height>
0201                </size>
0202               </property>
0203              </widget>
0204             </item>
0205             <item row="3" column="2">
0206              <widget class="QPushButton" name="manualDitherB">
0207               <property name="enabled">
0208                <bool>false</bool>
0209               </property>
0210               <property name="minimumSize">
0211                <size>
0212                 <width>24</width>
0213                 <height>24</height>
0214                </size>
0215               </property>
0216               <property name="toolTip">
0217                <string>Manual Dither</string>
0218               </property>
0219               <property name="text">
0220                <string/>
0221               </property>
0222               <property name="icon">
0223                <iconset theme="path-simplify">
0224                 <normaloff>.</normaloff>.</iconset>
0225               </property>
0226               <property name="iconSize">
0227                <size>
0228                 <width>24</width>
0229                 <height>24</height>
0230                </size>
0231               </property>
0232              </widget>
0233             </item>
0234             <item row="3" column="1">
0235              <widget class="QCheckBox" name="guideDarkFrame">
0236               <property name="toolTip">
0237                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Subtract dark frame. If no dark frame is available, a new dark frame shall be captured and saved for future use.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0238               </property>
0239               <property name="text">
0240                <string>Dark</string>
0241               </property>
0242              </widget>
0243             </item>
0244             <item row="0" column="1">
0245              <widget class="QPushButton" name="loopB">
0246               <property name="text">
0247                <string>Loop</string>
0248               </property>
0249              </widget>
0250             </item>
0251             <item row="1" column="0" rowspan="2">
0252              <widget class="QPushButton" name="guideB">
0253               <property name="enabled">
0254                <bool>false</bool>
0255               </property>
0256               <property name="sizePolicy">
0257                <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0258                 <horstretch>0</horstretch>
0259                 <verstretch>0</verstretch>
0260                </sizepolicy>
0261               </property>
0262               <property name="text">
0263                <string>Guide</string>
0264               </property>
0265               <property name="autoDefault">
0266                <bool>true</bool>
0267               </property>
0268               <property name="default">
0269                <bool>true</bool>
0270               </property>
0271              </widget>
0272             </item>
0273             <item row="1" column="1">
0274              <widget class="QCheckBox" name="guideSubframe">
0275               <property name="toolTip">
0276                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Subframe the image around the guide star. Or for PHD2, receive the Guide Star Image instead of the full image frame. For the Internal Guider, before checking this option, you must &lt;span style=&quot; font-weight:600;&quot;&gt;first&lt;/span&gt; capture an image and select a guide star. Uncheck it to take a full frame again. &lt;br/&gt;Please note: 'SEP Multi Star' &lt;span style=&quot; font-weight:600;&quot;&gt;cannot&lt;/span&gt; use subframe.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0277               </property>
0278               <property name="text">
0279                <string>Subframe</string>
0280               </property>
0281              </widget>
0282             </item>
0283            </layout>
0284           </item>
0285           <item>
0286            <layout class="QGridLayout" name="gridLayout_6">
0287             <property name="horizontalSpacing">
0288              <number>1</number>
0289             </property>
0290             <property name="verticalSpacing">
0291              <number>3</number>
0292             </property>
0293             <item row="5" column="1">
0294              <layout class="QHBoxLayout" name="horizontalLayout_7">
0295               <property name="spacing">
0296                <number>2</number>
0297               </property>
0298               <item>
0299                <widget class="QCheckBox" name="eastRAGuideEnabled">
0300                 <property name="toolTip">
0301                  <string>East Direction Guiding</string>
0302                 </property>
0303                 <property name="text">
0304                  <string>+</string>
0305                 </property>
0306                </widget>
0307               </item>
0308               <item>
0309                <widget class="QCheckBox" name="westRAGuideEnabled">
0310                 <property name="toolTip">
0311                  <string>West Direction Guiding</string>
0312                 </property>
0313                 <property name="text">
0314                  <string>-</string>
0315                 </property>
0316                </widget>
0317               </item>
0318              </layout>
0319             </item>
0320             <item row="6" column="0" colspan="2">
0321              <widget class="QPushButton" name="externalConnectB">
0322               <property name="enabled">
0323                <bool>false</bool>
0324               </property>
0325               <property name="toolTip">
0326                <string>Connect to external guiding application.</string>
0327               </property>
0328               <property name="text">
0329                <string>Connect</string>
0330               </property>
0331              </widget>
0332             </item>
0333             <item row="4" column="2">
0334              <widget class="QCheckBox" name="dECGuideEnabled">
0335               <property name="toolTip">
0336                <string>Guide Declination Axis</string>
0337               </property>
0338               <property name="styleSheet">
0339                <string notr="true"/>
0340               </property>
0341               <property name="text">
0342                <string>DEC</string>
0343               </property>
0344              </widget>
0345             </item>
0346             <item row="1" column="1">
0347              <widget class="NonLinearDoubleSpinBox" name="guideExposure">
0348               <property name="decimals">
0349                <number>3</number>
0350               </property>
0351               <property name="maximum">
0352                <double>60.000000000000000</double>
0353               </property>
0354               <property name="value">
0355                <double>1.000000000000000</double>
0356               </property>
0357              </widget>
0358             </item>
0359             <item row="2" column="0">
0360              <widget class="QLabel" name="label_5">
0361               <property name="toolTip">
0362                <string>Guide star tracking box size. Box size must be set in accordance to the selected star size.</string>
0363               </property>
0364               <property name="text">
0365                <string>Box:</string>
0366               </property>
0367              </widget>
0368             </item>
0369             <item row="1" column="0">
0370              <widget class="QLabel" name="label_3">
0371               <property name="toolTip">
0372                <string>Exposure time in seconds</string>
0373               </property>
0374               <property name="text">
0375                <string>Exp:</string>
0376               </property>
0377              </widget>
0378             </item>
0379             <item row="2" column="3">
0380              <widget class="QComboBox" name="guideBinning"/>
0381             </item>
0382             <item row="6" column="2" colspan="2">
0383              <widget class="QPushButton" name="externalDisconnectB">
0384               <property name="enabled">
0385                <bool>false</bool>
0386               </property>
0387               <property name="toolTip">
0388                <string>Disconnect from external guiding application.</string>
0389               </property>
0390               <property name="text">
0391                <string>Disconnect</string>
0392               </property>
0393              </widget>
0394             </item>
0395             <item row="2" column="2">
0396              <widget class="QLabel" name="label_8">
0397               <property name="toolTip">
0398                <string>Apply filter to image after capture to enhance it</string>
0399               </property>
0400               <property name="text">
0401                <string>Bin:</string>
0402               </property>
0403              </widget>
0404             </item>
0405             <item row="1" column="2">
0406              <widget class="QLabel" name="label_4">
0407               <property name="toolTip">
0408                <string>Guide camera binning. It is recommended to set binning to 2x2 or higher.</string>
0409               </property>
0410               <property name="text">
0411                <string>Delay:</string>
0412               </property>
0413              </widget>
0414             </item>
0415             <item row="4" column="1">
0416              <widget class="QCheckBox" name="rAGuideEnabled">
0417               <property name="toolTip">
0418                <string>Guide Right Ascention Axis</string>
0419               </property>
0420               <property name="styleSheet">
0421                <string notr="true"/>
0422               </property>
0423               <property name="text">
0424                <string>RA</string>
0425               </property>
0426              </widget>
0427             </item>
0428             <item row="4" column="0">
0429              <widget class="QLabel" name="l_9">
0430               <property name="text">
0431                <string>Directions:</string>
0432               </property>
0433              </widget>
0434             </item>
0435             <item row="1" column="3">
0436              <widget class="QDoubleSpinBox" name="guideDelay">
0437               <property name="toolTip">
0438                <string>Delay next guide exposure this many seconds after a pulse is sent</string>
0439               </property>
0440               <property name="maximum">
0441                <double>60.000000000000000</double>
0442               </property>
0443              </widget>
0444             </item>
0445             <item row="5" column="2">
0446              <layout class="QHBoxLayout" name="horizontalLayout_10">
0447               <property name="spacing">
0448                <number>2</number>
0449               </property>
0450               <item>
0451                <widget class="QCheckBox" name="northDECGuideEnabled">
0452                 <property name="toolTip">
0453                  <string>North Direction Guiding</string>
0454                 </property>
0455                 <property name="text">
0456                  <string>+</string>
0457                 </property>
0458                </widget>
0459               </item>
0460               <item>
0461                <widget class="QCheckBox" name="southDECGuideEnabled">
0462                 <property name="toolTip">
0463                  <string>South Direction Guiding</string>
0464                 </property>
0465                 <property name="text">
0466                  <string>-</string>
0467                 </property>
0468                </widget>
0469               </item>
0470              </layout>
0471             </item>
0472             <item row="2" column="1">
0473              <widget class="QComboBox" name="guideSquareSize">
0474               <item>
0475                <property name="text">
0476                 <string>8</string>
0477                </property>
0478               </item>
0479               <item>
0480                <property name="text">
0481                 <string>16</string>
0482                </property>
0483               </item>
0484               <item>
0485                <property name="text">
0486                 <string>32</string>
0487                </property>
0488               </item>
0489               <item>
0490                <property name="text">
0491                 <string>64</string>
0492                </property>
0493               </item>
0494               <item>
0495                <property name="text">
0496                 <string>128</string>
0497                </property>
0498               </item>
0499              </widget>
0500             </item>
0501             <item row="4" column="3">
0502              <widget class="QPushButton" name="manualPulseB">
0503               <property name="toolTip">
0504                <string>Manual Pulse...</string>
0505               </property>
0506               <property name="text">
0507                <string/>
0508               </property>
0509               <property name="icon">
0510                <iconset theme="go-jump">
0511                 <normaloff>.</normaloff>.</iconset>
0512               </property>
0513               <property name="iconSize">
0514                <size>
0515                 <width>24</width>
0516                 <height>24</height>
0517                </size>
0518               </property>
0519              </widget>
0520             </item>
0521            </layout>
0522           </item>
0523          </layout>
0524         </widget>
0525        </item>
0526        <item>
0527         <widget class="QGroupBox" name="infoGroupScope">
0528          <property name="title">
0529           <string>Scope / Lens Info</string>
0530          </property>
0531          <layout class="QGridLayout" name="gridLayout_2">
0532           <property name="leftMargin">
0533            <number>3</number>
0534           </property>
0535           <property name="topMargin">
0536            <number>3</number>
0537           </property>
0538           <property name="rightMargin">
0539            <number>3</number>
0540           </property>
0541           <property name="bottomMargin">
0542            <number>3</number>
0543           </property>
0544           <property name="spacing">
0545            <number>3</number>
0546           </property>
0547           <item row="1" column="3" colspan="3">
0548            <widget class="QLabel" name="l_FOV">
0549             <property name="toolTip">
0550              <string>Field of View (arcmin)</string>
0551             </property>
0552             <property name="text">
0553              <string>--</string>
0554             </property>
0555             <property name="scaledContents">
0556              <bool>false</bool>
0557             </property>
0558             <property name="alignment">
0559              <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0560             </property>
0561            </widget>
0562           </item>
0563           <item row="0" column="0">
0564            <widget class="QLabel" name="focalLengthIcon">
0565             <property name="minimumSize">
0566              <size>
0567               <width>32</width>
0568               <height>32</height>
0569              </size>
0570             </property>
0571             <property name="maximumSize">
0572              <size>
0573               <width>32</width>
0574               <height>32</height>
0575              </size>
0576             </property>
0577             <property name="text">
0578              <string/>
0579             </property>
0580            </widget>
0581           </item>
0582           <item row="1" column="2">
0583            <widget class="QLabel" name="FOVIcon">
0584             <property name="minimumSize">
0585              <size>
0586               <width>32</width>
0587               <height>32</height>
0588              </size>
0589             </property>
0590             <property name="maximumSize">
0591              <size>
0592               <width>32</width>
0593               <height>32</height>
0594              </size>
0595             </property>
0596             <property name="text">
0597              <string/>
0598             </property>
0599            </widget>
0600           </item>
0601           <item row="0" column="3">
0602            <widget class="QLabel" name="l_Aperture">
0603             <property name="toolTip">
0604              <string>Aperture (mm)</string>
0605             </property>
0606             <property name="text">
0607              <string notr="true">--</string>
0608             </property>
0609             <property name="scaledContents">
0610              <bool>false</bool>
0611             </property>
0612             <property name="alignment">
0613              <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0614             </property>
0615            </widget>
0616           </item>
0617           <item row="0" column="2">
0618            <widget class="QLabel" name="apertureIcon">
0619             <property name="minimumSize">
0620              <size>
0621               <width>32</width>
0622               <height>32</height>
0623              </size>
0624             </property>
0625             <property name="maximumSize">
0626              <size>
0627               <width>32</width>
0628               <height>32</height>
0629              </size>
0630             </property>
0631             <property name="text">
0632              <string/>
0633             </property>
0634            </widget>
0635           </item>
0636           <item row="1" column="0">
0637            <widget class="QLabel" name="focalRatioIcon">
0638             <property name="minimumSize">
0639              <size>
0640               <width>32</width>
0641               <height>32</height>
0642              </size>
0643             </property>
0644             <property name="maximumSize">
0645              <size>
0646               <width>32</width>
0647               <height>32</height>
0648              </size>
0649             </property>
0650             <property name="text">
0651              <string/>
0652             </property>
0653            </widget>
0654           </item>
0655           <item row="0" column="1">
0656            <widget class="QLabel" name="l_Focal">
0657             <property name="toolTip">
0658              <string>Focal Length (mm)</string>
0659             </property>
0660             <property name="text">
0661              <string notr="true">--</string>
0662             </property>
0663             <property name="scaledContents">
0664              <bool>false</bool>
0665             </property>
0666             <property name="alignment">
0667              <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0668             </property>
0669            </widget>
0670           </item>
0671           <item row="0" column="5">
0672            <widget class="QLabel" name="l_Reducer">
0673             <property name="toolTip">
0674              <string>Reducer</string>
0675             </property>
0676             <property name="text">
0677              <string>--</string>
0678             </property>
0679            </widget>
0680           </item>
0681           <item row="1" column="1">
0682            <widget class="QLabel" name="l_FbyD">
0683             <property name="toolTip">
0684              <string>Focal Ratio</string>
0685             </property>
0686             <property name="text">
0687              <string notr="true">--</string>
0688             </property>
0689             <property name="scaledContents">
0690              <bool>false</bool>
0691             </property>
0692             <property name="alignment">
0693              <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0694             </property>
0695            </widget>
0696           </item>
0697           <item row="0" column="4">
0698            <widget class="QLabel" name="reducerIcon">
0699             <property name="minimumSize">
0700              <size>
0701               <width>32</width>
0702               <height>32</height>
0703              </size>
0704             </property>
0705             <property name="maximumSize">
0706              <size>
0707               <width>32</width>
0708               <height>32</height>
0709              </size>
0710             </property>
0711             <property name="text">
0712              <string/>
0713             </property>
0714            </widget>
0715           </item>
0716          </layout>
0717         </widget>
0718        </item>
0719        <item>
0720         <widget class="QGroupBox" name="infoGroup">
0721          <property name="title">
0722           <string>Guide Info</string>
0723          </property>
0724          <layout class="QVBoxLayout" name="guideInfoLayout">
0725           <property name="spacing">
0726            <number>3</number>
0727           </property>
0728           <property name="leftMargin">
0729            <number>3</number>
0730           </property>
0731           <property name="topMargin">
0732            <number>3</number>
0733           </property>
0734           <property name="rightMargin">
0735            <number>3</number>
0736           </property>
0737           <property name="bottomMargin">
0738            <number>3</number>
0739           </property>
0740           <item>
0741            <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
0742             <property name="spacing">
0743              <number>3</number>
0744             </property>
0745             <item row="1" column="0">
0746              <widget class="QLabel" name="l_17">
0747               <property name="text">
0748                <string>Pulse length (ms):</string>
0749               </property>
0750              </widget>
0751             </item>
0752             <item row="0" column="0">
0753              <widget class="QLabel" name="l_16">
0754               <property name="text">
0755                <string>Guiding delta &quot;:</string>
0756               </property>
0757              </widget>
0758             </item>
0759             <item row="1" column="1">
0760              <layout class="QHBoxLayout" name="horizontalLayout_4">
0761               <property name="spacing">
0762                <number>1</number>
0763               </property>
0764               <item>
0765                <widget class="QLabel" name="l_PulseRA">
0766                 <property name="toolTip">
0767                  <string>Generated RA pulse</string>
0768                 </property>
0769                 <property name="text">
0770                  <string notr="true">xxx</string>
0771                 </property>
0772                 <property name="alignment">
0773                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0774                 </property>
0775                </widget>
0776               </item>
0777               <item>
0778                <widget class="QLabel" name="l_PulseDEC">
0779                 <property name="toolTip">
0780                  <string>Generated DEC pulse</string>
0781                 </property>
0782                 <property name="text">
0783                  <string notr="true">xxx</string>
0784                 </property>
0785                 <property name="alignment">
0786                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0787                 </property>
0788                </widget>
0789               </item>
0790              </layout>
0791             </item>
0792             <item row="0" column="1">
0793              <layout class="QHBoxLayout" name="horizontalLayout_3">
0794               <property name="spacing">
0795                <number>1</number>
0796               </property>
0797               <item>
0798                <widget class="QLabel" name="l_DeltaRA">
0799                 <property name="toolTip">
0800                  <string>Immediate Guiding RA deviation in arcseconds</string>
0801                 </property>
0802                 <property name="text">
0803                  <string notr="true">xxx</string>
0804                 </property>
0805                 <property name="alignment">
0806                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0807                 </property>
0808                </widget>
0809               </item>
0810               <item>
0811                <widget class="QLabel" name="l_DeltaDEC">
0812                 <property name="toolTip">
0813                  <string>Immediate Guiding DEC deviation in arcseconds</string>
0814                 </property>
0815                 <property name="text">
0816                  <string notr="true">xxx</string>
0817                 </property>
0818                 <property name="alignment">
0819                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0820                 </property>
0821                </widget>
0822               </item>
0823              </layout>
0824             </item>
0825             <item row="2" column="0">
0826              <widget class="QLabel" name="l_17b">
0827               <property name="toolTip">
0828                <string>Guiding RMS error</string>
0829               </property>
0830               <property name="text">
0831                <string>RMS&quot; (RA/DEC):</string>
0832               </property>
0833              </widget>
0834             </item>
0835             <item row="2" column="1">
0836              <layout class="QHBoxLayout" name="horizontalLayout_4b">
0837               <property name="spacing">
0838                <number>1</number>
0839               </property>
0840               <item>
0841                <widget class="QLabel" name="l_ErrRA">
0842                 <property name="toolTip">
0843                  <string>Guiding RA RMS error</string>
0844                 </property>
0845                 <property name="text">
0846                  <string notr="true">xxx</string>
0847                 </property>
0848                 <property name="alignment">
0849                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0850                 </property>
0851                </widget>
0852               </item>
0853               <item>
0854                <widget class="QLabel" name="l_ErrDEC">
0855                 <property name="toolTip">
0856                  <string>Guiding DEC RMS error</string>
0857                 </property>
0858                 <property name="text">
0859                  <string notr="true">xxx</string>
0860                 </property>
0861                 <property name="alignment">
0862                  <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0863                 </property>
0864                </widget>
0865               </item>
0866              </layout>
0867             </item>
0868             <item row="3" column="0">
0869              <widget class="QLabel" name="label_7">
0870               <property name="text">
0871                <string>Total RMS&quot;:</string>
0872               </property>
0873               <property name="alignment">
0874                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0875               </property>
0876              </widget>
0877             </item>
0878             <item row="3" column="1">
0879              <widget class="QLabel" name="l_TotalRMS">
0880               <property name="text">
0881                <string>xxx</string>
0882               </property>
0883               <property name="alignment">
0884                <set>Qt::AlignCenter</set>
0885               </property>
0886              </widget>
0887             </item>
0888             <item row="4" column="0">
0889              <widget class="QLabel" name="label_7b">
0890               <property name="text">
0891                <string>Guide SNR:</string>
0892               </property>
0893               <property name="alignment">
0894                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0895               </property>
0896              </widget>
0897             </item>
0898             <item row="4" column="1">
0899              <widget class="QLabel" name="l_SNR">
0900               <property name="text">
0901                <string>xxx</string>
0902               </property>
0903               <property name="alignment">
0904                <set>Qt::AlignCenter</set>
0905               </property>
0906              </widget>
0907             </item>
0908             <item row="5" column="0">
0909              <widget class="QLabel" name="guideInfoLabel">
0910               <property name="text">
0911                <string/>
0912               </property>
0913               <property name="alignment">
0914                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0915               </property>
0916              </widget>
0917             </item>
0918             <item row="5" column="1">
0919              <widget class="QLabel" name="guideInfoText">
0920               <property name="text">
0921                <string/>
0922               </property>
0923               <property name="alignment">
0924                <set>Qt::AlignCenter</set>
0925               </property>
0926              </widget>
0927             </item>
0928            </layout>
0929           </item>
0930           <item>
0931            <spacer name="verticalSpacer2">
0932             <property name="orientation">
0933              <enum>Qt::Vertical</enum>
0934             </property>
0935             <property name="sizeHint" stdset="0">
0936              <size>
0937               <width>20</width>
0938               <height>40</height>
0939              </size>
0940             </property>
0941            </spacer>
0942           </item>
0943          </layout>
0944         </widget>
0945        </item>
0946       </layout>
0947      </widget>
0948      <widget class="QWidget" name="layoutWidget">
0949       <layout class="QVBoxLayout" name="RightLayout" stretch="2,0">
0950        <property name="spacing">
0951         <number>1</number>
0952        </property>
0953        <property name="leftMargin">
0954         <number>0</number>
0955        </property>
0956        <item>
0957         <widget class="QSplitter" name="rightLayout">
0958          <property name="sizePolicy">
0959           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0960            <horstretch>0</horstretch>
0961            <verstretch>0</verstretch>
0962           </sizepolicy>
0963          </property>
0964          <property name="orientation">
0965           <enum>Qt::Vertical</enum>
0966          </property>
0967          <widget class="QWidget" name="guideWidget" native="true">
0968           <property name="sizePolicy">
0969            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0970             <horstretch>0</horstretch>
0971             <verstretch>0</verstretch>
0972            </sizepolicy>
0973           </property>
0974           <property name="minimumSize">
0975            <size>
0976             <width>320</width>
0977             <height>240</height>
0978            </size>
0979           </property>
0980           <property name="sizeIncrement">
0981            <size>
0982             <width>40</width>
0983             <height>30</height>
0984            </size>
0985           </property>
0986          </widget>
0987          <widget class="QSplitter" name="driftSplitter">
0988           <property name="orientation">
0989            <enum>Qt::Horizontal</enum>
0990           </property>
0991           <widget class="QGroupBox" name="driftGraphicsGroup">
0992            <property name="sizePolicy">
0993             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0994              <horstretch>2</horstretch>
0995              <verstretch>2</verstretch>
0996             </sizepolicy>
0997            </property>
0998            <property name="title">
0999             <string/>
1000            </property>
1001            <layout class="QVBoxLayout" name="verticalLayout_2">
1002             <property name="spacing">
1003              <number>1</number>
1004             </property>
1005             <property name="leftMargin">
1006              <number>3</number>
1007             </property>
1008             <property name="topMargin">
1009              <number>3</number>
1010             </property>
1011             <property name="rightMargin">
1012              <number>3</number>
1013             </property>
1014             <property name="bottomMargin">
1015              <number>3</number>
1016             </property>
1017             <item>
1018              <layout class="QHBoxLayout" name="horizontalLayout_11">
1019               <property name="spacing">
1020                <number>0</number>
1021               </property>
1022               <item>
1023                <spacer name="horizontalSpacer">
1024                 <property name="orientation">
1025                  <enum>Qt::Horizontal</enum>
1026                 </property>
1027                 <property name="sizeType">
1028                  <enum>QSizePolicy::Minimum</enum>
1029                 </property>
1030                 <property name="sizeHint" stdset="0">
1031                  <size>
1032                   <width>1</width>
1033                   <height>20</height>
1034                  </size>
1035                 </property>
1036                </spacer>
1037               </item>
1038               <item>
1039                <widget class="GuideDriftGraph" name="driftGraph" native="true">
1040                 <property name="minimumSize">
1041                  <size>
1042                   <width>200</width>
1043                   <height>200</height>
1044                  </size>
1045                 </property>
1046                 <property name="maximumSize">
1047                  <size>
1048                   <width>16777215</width>
1049                   <height>16777215</height>
1050                  </size>
1051                 </property>
1052                </widget>
1053               </item>
1054               <item>
1055                <spacer name="horizontalSpacer_2">
1056                 <property name="orientation">
1057                  <enum>Qt::Horizontal</enum>
1058                 </property>
1059                 <property name="sizeType">
1060                  <enum>QSizePolicy::Minimum</enum>
1061                 </property>
1062                 <property name="sizeHint" stdset="0">
1063                  <size>
1064                   <width>1</width>
1065                   <height>20</height>
1066                  </size>
1067                 </property>
1068                </spacer>
1069               </item>
1070               <item>
1071                <widget class="QSlider" name="correctionSlider">
1072                 <property name="toolTip">
1073                  <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Drag the slider to adjust the scale of the Corrections Graphs relative to the scale of the drift graphs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1074                 </property>
1075                 <property name="minimum">
1076                  <number>1</number>
1077                 </property>
1078                 <property name="maximum">
1079                  <number>500</number>
1080                 </property>
1081                 <property name="pageStep">
1082                  <number>200</number>
1083                 </property>
1084                 <property name="value">
1085                  <number>50</number>
1086                 </property>
1087                 <property name="orientation">
1088                  <enum>Qt::Vertical</enum>
1089                 </property>
1090                 <property name="invertedAppearance">
1091                  <bool>true</bool>
1092                 </property>
1093                 <property name="invertedControls">
1094                  <bool>false</bool>
1095                 </property>
1096                </widget>
1097               </item>
1098              </layout>
1099             </item>
1100            </layout>
1101           </widget>
1102           <widget class="QTabWidget" name="tabWidget">
1103            <property name="sizePolicy">
1104             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1105              <horstretch>0</horstretch>
1106              <verstretch>0</verstretch>
1107             </sizepolicy>
1108            </property>
1109            <property name="minimumSize">
1110             <size>
1111              <width>225</width>
1112              <height>200</height>
1113             </size>
1114            </property>
1115            <property name="currentIndex">
1116             <number>0</number>
1117            </property>
1118            <widget class="QWidget" name="tab_2">
1119             <attribute name="title">
1120              <string>Drift Plot</string>
1121             </attribute>
1122             <layout class="QVBoxLayout" name="verticalLayout_7">
1123              <property name="leftMargin">
1124               <number>0</number>
1125              </property>
1126              <property name="topMargin">
1127               <number>0</number>
1128              </property>
1129              <property name="rightMargin">
1130               <number>0</number>
1131              </property>
1132              <property name="bottomMargin">
1133               <number>0</number>
1134              </property>
1135              <item>
1136               <widget class="GuideTargetPlot" name="targetPlot" native="true">
1137                <property name="sizePolicy">
1138                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1139                  <horstretch>0</horstretch>
1140                  <verstretch>0</verstretch>
1141                 </sizepolicy>
1142                </property>
1143                <property name="minimumSize">
1144                 <size>
1145                  <width>200</width>
1146                  <height>200</height>
1147                 </size>
1148                </property>
1149               </widget>
1150              </item>
1151             </layout>
1152            </widget>
1153            <widget class="QWidget" name="tab_3">
1154             <attribute name="title">
1155              <string>Calibration Plot</string>
1156             </attribute>
1157             <layout class="QVBoxLayout" name="verticalLayout_9">
1158              <property name="leftMargin">
1159               <number>0</number>
1160              </property>
1161              <property name="topMargin">
1162               <number>0</number>
1163              </property>
1164              <property name="rightMargin">
1165               <number>0</number>
1166              </property>
1167              <property name="bottomMargin">
1168               <number>0</number>
1169              </property>
1170              <item>
1171               <widget class="QCustomPlot" name="calibrationPlot" native="true">
1172                <property name="sizePolicy">
1173                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1174                  <horstretch>0</horstretch>
1175                  <verstretch>0</verstretch>
1176                 </sizepolicy>
1177                </property>
1178                <property name="minimumSize">
1179                 <size>
1180                  <width>200</width>
1181                  <height>200</height>
1182                 </size>
1183                </property>
1184               </widget>
1185              </item>
1186             </layout>
1187            </widget>
1188           </widget>
1189          </widget>
1190         </widget>
1191        </item>
1192        <item>
1193         <layout class="QHBoxLayout" name="horizontalLayout_12">
1194          <property name="spacing">
1195           <number>3</number>
1196          </property>
1197          <property name="topMargin">
1198           <number>0</number>
1199          </property>
1200          <item>
1201           <layout class="QVBoxLayout" name="verticalLayout_5">
1202            <property name="spacing">
1203             <number>2</number>
1204            </property>
1205            <property name="leftMargin">
1206             <number>0</number>
1207            </property>
1208            <item>
1209             <widget class="QCheckBox" name="rADisplayedOnGuideGraph">
1210              <property name="toolTip">
1211               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display the RA graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1212              </property>
1213              <property name="text">
1214               <string>RA </string>
1215              </property>
1216              <property name="checked">
1217               <bool>true</bool>
1218              </property>
1219             </widget>
1220            </item>
1221            <item>
1222             <widget class="QCheckBox" name="rACorrDisplayedOnGuideGraph">
1223              <property name="toolTip">
1224               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display the RA Corrections graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1225              </property>
1226              <property name="text">
1227               <string>Corr</string>
1228              </property>
1229             </widget>
1230            </item>
1231           </layout>
1232          </item>
1233          <item>
1234           <layout class="QVBoxLayout" name="verticalLayout_8">
1235            <property name="spacing">
1236             <number>2</number>
1237            </property>
1238            <property name="leftMargin">
1239             <number>0</number>
1240            </property>
1241            <item>
1242             <widget class="QCheckBox" name="dEDisplayedOnGuideGraph">
1243              <property name="toolTip">
1244               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display DEC graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1245              </property>
1246              <property name="text">
1247               <string>DEC</string>
1248              </property>
1249              <property name="checked">
1250               <bool>true</bool>
1251              </property>
1252             </widget>
1253            </item>
1254            <item>
1255             <widget class="QCheckBox" name="dECorrDisplayedOnGuideGraph">
1256              <property name="toolTip">
1257               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display the DEC Corrections graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1258              </property>
1259              <property name="text">
1260               <string>Corr</string>
1261              </property>
1262             </widget>
1263            </item>
1264           </layout>
1265          </item>
1266          <item>
1267           <layout class="QVBoxLayout" name="verticalLayout_8b">
1268            <property name="spacing">
1269             <number>2</number>
1270            </property>
1271            <property name="leftMargin">
1272             <number>0</number>
1273            </property>
1274            <item>
1275             <widget class="QCheckBox" name="sNRDisplayedOnGuideGraph">
1276              <property name="toolTip">
1277               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display SNR graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1278              </property>
1279              <property name="text">
1280               <string>SNR</string>
1281              </property>
1282              <property name="checked">
1283               <bool>true</bool>
1284              </property>
1285             </widget>
1286            </item>
1287            <item>
1288             <widget class="QCheckBox" name="rMSDisplayedOnGuideGraph">
1289              <property name="toolTip">
1290               <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display RMS graph in the Drift Graphics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1291              </property>
1292              <property name="text">
1293               <string>RMS</string>
1294              </property>
1295              <property name="checked">
1296               <bool>true</bool>
1297              </property>
1298             </widget>
1299            </item>
1300           </layout>
1301          </item>
1302          <item>
1303           <layout class="QVBoxLayout" name="verticalLayout_10">
1304            <property name="spacing">
1305             <number>2</number>
1306            </property>
1307            <property name="leftMargin">
1308             <number>0</number>
1309            </property>
1310            <item>
1311             <layout class="QHBoxLayout" name="horizontalLayout_13">
1312              <property name="spacing">
1313               <number>3</number>
1314              </property>
1315              <property name="topMargin">
1316               <number>0</number>
1317              </property>
1318              <item>
1319               <widget class="QPushButton" name="guideZoomInXB">
1320                <property name="minimumSize">
1321                 <size>
1322                  <width>24</width>
1323                  <height>24</height>
1324                 </size>
1325                </property>
1326                <property name="font">
1327                 <font>
1328                  <pointsize>16</pointsize>
1329                  <bold>true</bold>
1330                 </font>
1331                </property>
1332                <property name="toolTip">
1333                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zoom in for the X-Axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1334                </property>
1335                <property name="text">
1336                 <string/>
1337                </property>
1338                <property name="iconSize">
1339                 <size>
1340                  <width>24</width>
1341                  <height>24</height>
1342                 </size>
1343                </property>
1344               </widget>
1345              </item>
1346              <item>
1347               <widget class="QPushButton" name="guideZoomOutXB">
1348                <property name="minimumSize">
1349                 <size>
1350                  <width>24</width>
1351                  <height>24</height>
1352                 </size>
1353                </property>
1354                <property name="font">
1355                 <font>
1356                  <pointsize>16</pointsize>
1357                  <bold>true</bold>
1358                 </font>
1359                </property>
1360                <property name="toolTip">
1361                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zoom out for the X-Axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1362                </property>
1363                <property name="text">
1364                 <string/>
1365                </property>
1366                <property name="iconSize">
1367                 <size>
1368                  <width>24</width>
1369                  <height>24</height>
1370                 </size>
1371                </property>
1372               </widget>
1373              </item>
1374             </layout>
1375            </item>
1376            <item>
1377             <layout class="QHBoxLayout" name="horizontalLayout_14">
1378              <property name="spacing">
1379               <number>3</number>
1380              </property>
1381              <property name="topMargin">
1382               <number>0</number>
1383              </property>
1384              <item>
1385               <widget class="QLabel" name="label_10">
1386                <property name="text">
1387                 <string>Trace:</string>
1388                </property>
1389               </widget>
1390              </item>
1391              <item>
1392               <widget class="QSlider" name="guideSlider">
1393                <property name="toolTip">
1394                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Drag the slider to scroll through guide history while displaying the RA and DEC error points on both graphs. Dragging to the far right will set the guide plots to display the latest guide data and autoscroll the graph.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1395                </property>
1396                <property name="maximum">
1397                 <number>10</number>
1398                </property>
1399                <property name="value">
1400                 <number>10</number>
1401                </property>
1402                <property name="orientation">
1403                 <enum>Qt::Horizontal</enum>
1404                </property>
1405               </widget>
1406              </item>
1407              <item>
1408               <widget class="QCheckBox" name="latestCheck">
1409                <property name="toolTip">
1410                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to display the latest guide data and autoscroll the graph.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1411                </property>
1412                <property name="text">
1413                 <string>Max </string>
1414                </property>
1415                <property name="checked">
1416                 <bool>true</bool>
1417                </property>
1418               </widget>
1419              </item>
1420             </layout>
1421            </item>
1422           </layout>
1423          </item>
1424          <item>
1425           <widget class="QPushButton" name="guideAutoScaleGraphB">
1426            <property name="minimumSize">
1427             <size>
1428              <width>24</width>
1429              <height>24</height>
1430             </size>
1431            </property>
1432            <property name="toolTip">
1433             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Autoscale both Guide Graphs to their default scale. If any points are located outside this range, the view is expanded to include them (with the exception of the time axis in the drift graphics).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1434            </property>
1435            <property name="text">
1436             <string/>
1437            </property>
1438            <property name="iconSize">
1439             <size>
1440              <width>24</width>
1441              <height>24</height>
1442             </size>
1443            </property>
1444           </widget>
1445          </item>
1446          <item>
1447           <widget class="QPushButton" name="guideSaveDataB">
1448            <property name="minimumSize">
1449             <size>
1450              <width>24</width>
1451              <height>24</height>
1452             </size>
1453            </property>
1454            <property name="toolTip">
1455             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export the guide data from the current session to a CSV file readable by a spreadsheet program.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1456            </property>
1457            <property name="text">
1458             <string/>
1459            </property>
1460            <property name="iconSize">
1461             <size>
1462              <width>24</width>
1463              <height>24</height>
1464             </size>
1465            </property>
1466           </widget>
1467          </item>
1468          <item>
1469           <widget class="QPushButton" name="guideDataClearB">
1470            <property name="minimumSize">
1471             <size>
1472              <width>24</width>
1473              <height>24</height>
1474             </size>
1475            </property>
1476            <property name="toolTip">
1477             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clear all the recent guide data.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1478            </property>
1479            <property name="text">
1480             <string/>
1481            </property>
1482            <property name="iconSize">
1483             <size>
1484              <width>24</width>
1485              <height>24</height>
1486             </size>
1487            </property>
1488           </widget>
1489          </item>
1490          <item>
1491           <widget class="QDoubleSpinBox" name="guiderAccuracyThreshold">
1492            <property name="toolTip">
1493             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set the desired guiding accuracy in the Drift Plot. The number represents the radius of the green concentric circle in arcseconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1494            </property>
1495            <property name="decimals">
1496             <number>1</number>
1497            </property>
1498            <property name="maximum">
1499             <double>20.000000000000000</double>
1500            </property>
1501            <property name="singleStep">
1502             <double>0.500000000000000</double>
1503            </property>
1504            <property name="value">
1505             <double>2.000000000000000</double>
1506            </property>
1507           </widget>
1508          </item>
1509         </layout>
1510        </item>
1511       </layout>
1512      </widget>
1513     </widget>
1514    </item>
1515   </layout>
1516  </widget>
1517  <customwidgets>
1518   <customwidget>
1519    <class>QCustomPlot</class>
1520    <extends>QWidget</extends>
1521    <header>auxiliary/qcustomplot.h</header>
1522    <container>1</container>
1523   </customwidget>
1524   <customwidget>
1525    <class>NonLinearDoubleSpinBox</class>
1526    <extends>QDoubleSpinBox</extends>
1527    <header>auxiliary/nonlineardoublespinbox.h</header>
1528   </customwidget>
1529   <customwidget>
1530    <class>GuideDriftGraph</class>
1531    <extends>QWidget</extends>
1532    <header>ekos/guide/guidedriftgraph.h</header>
1533    <container>1</container>
1534   </customwidget>
1535   <customwidget>
1536    <class>GuideTargetPlot</class>
1537    <extends>QWidget</extends>
1538    <header>ekos/guide/guidetargetplot.h</header>
1539    <container>1</container>
1540   </customwidget>
1541  </customwidgets>
1542  <tabstops>
1543   <tabstop>opticalTrainCombo</tabstop>
1544   <tabstop>trainB</tabstop>
1545   <tabstop>captureB</tabstop>
1546   <tabstop>loopB</tabstop>
1547   <tabstop>showFITSViewerB</tabstop>
1548   <tabstop>guideB</tabstop>
1549   <tabstop>guideSubframe</tabstop>
1550   <tabstop>guideAutoStar</tabstop>
1551   <tabstop>clearCalibrationB</tabstop>
1552   <tabstop>stopB</tabstop>
1553   <tabstop>guideDarkFrame</tabstop>
1554   <tabstop>manualDitherB</tabstop>
1555   <tabstop>guideExposure</tabstop>
1556   <tabstop>guideDelay</tabstop>
1557   <tabstop>guideSquareSize</tabstop>
1558   <tabstop>guideBinning</tabstop>
1559   <tabstop>rAGuideEnabled</tabstop>
1560   <tabstop>dECGuideEnabled</tabstop>
1561   <tabstop>eastRAGuideEnabled</tabstop>
1562   <tabstop>westRAGuideEnabled</tabstop>
1563   <tabstop>northDECGuideEnabled</tabstop>
1564   <tabstop>southDECGuideEnabled</tabstop>
1565   <tabstop>externalConnectB</tabstop>
1566   <tabstop>externalDisconnectB</tabstop>
1567   <tabstop>rACorrDisplayedOnGuideGraph</tabstop>
1568   <tabstop>dEDisplayedOnGuideGraph</tabstop>
1569   <tabstop>rADisplayedOnGuideGraph</tabstop>
1570   <tabstop>sNRDisplayedOnGuideGraph</tabstop>
1571   <tabstop>guideZoomInXB</tabstop>
1572   <tabstop>guideZoomOutXB</tabstop>
1573   <tabstop>dECorrDisplayedOnGuideGraph</tabstop>
1574   <tabstop>rMSDisplayedOnGuideGraph</tabstop>
1575   <tabstop>guideSlider</tabstop>
1576   <tabstop>latestCheck</tabstop>
1577   <tabstop>guideAutoScaleGraphB</tabstop>
1578   <tabstop>guideSaveDataB</tabstop>
1579   <tabstop>guideDataClearB</tabstop>
1580   <tabstop>guiderAccuracyThreshold</tabstop>
1581   <tabstop>correctionSlider</tabstop>
1582   <tabstop>tabWidget</tabstop>
1583  </tabstops>
1584  <resources/>
1585  <connections/>
1586 </ui>