Warning, /education/kstars/kstars/ekos/align/align.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>Align</class>
0004  <widget class="QWidget" name="Align">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>648</width>
0010     <height>640</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout_2">
0014    <item>
0015     <widget class="QSplitter" name="mainSplitter">
0016      <property name="orientation">
0017       <enum>Qt::Horizontal</enum>
0018      </property>
0019      <widget class="QWidget" name="layoutWidget">
0020       <layout class="QVBoxLayout" name="leftLayout">
0021        <property name="spacing">
0022         <number>3</number>
0023        </property>
0024        <item>
0025         <layout class="QHBoxLayout" name="trainLayout">
0026          <property name="spacing">
0027           <number>3</number>
0028          </property>
0029          <item>
0030           <widget class="QLabel" name="trainLabel">
0031            <property name="text">
0032             <string>Train:</string>
0033            </property>
0034           </widget>
0035          </item>
0036          <item>
0037           <widget class="QComboBox" name="opticalTrainCombo">
0038            <property name="sizePolicy">
0039             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0040              <horstretch>0</horstretch>
0041              <verstretch>0</verstretch>
0042             </sizepolicy>
0043            </property>
0044            <property name="minimumSize">
0045             <size>
0046              <width>0</width>
0047              <height>32</height>
0048             </size>
0049            </property>
0050           </widget>
0051          </item>
0052          <item>
0053           <widget class="QPushButton" name="trainB">
0054            <property name="enabled">
0055             <bool>false</bool>
0056            </property>
0057            <property name="minimumSize">
0058             <size>
0059              <width>24</width>
0060              <height>24</height>
0061             </size>
0062            </property>
0063            <property name="maximumSize">
0064             <size>
0065              <width>16777215</width>
0066              <height>32</height>
0067             </size>
0068            </property>
0069            <property name="text">
0070             <string/>
0071            </property>
0072            <property name="icon">
0073             <iconset theme="document-edit"/>
0074            </property>
0075            <property name="iconSize">
0076             <size>
0077              <width>24</width>
0078              <height>24</height>
0079             </size>
0080            </property>
0081           </widget>
0082          </item>
0083         </layout>
0084        </item>
0085        <item>
0086         <layout class="QHBoxLayout" name="controlLayout">
0087          <property name="spacing">
0088           <number>3</number>
0089          </property>
0090          <item>
0091           <widget class="QGroupBox" name="controlBox">
0092            <property name="title">
0093             <string>Solver Control</string>
0094            </property>
0095            <property name="alignment">
0096             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0097            </property>
0098            <layout class="QVBoxLayout" name="verticalLayout_4">
0099             <property name="spacing">
0100              <number>3</number>
0101             </property>
0102             <property name="leftMargin">
0103              <number>3</number>
0104             </property>
0105             <property name="topMargin">
0106              <number>3</number>
0107             </property>
0108             <property name="rightMargin">
0109              <number>3</number>
0110             </property>
0111             <property name="bottomMargin">
0112              <number>3</number>
0113             </property>
0114             <item>
0115              <widget class="QPushButton" name="solveB">
0116               <property name="enabled">
0117                <bool>true</bool>
0118               </property>
0119               <property name="text">
0120                <string>Capture &amp;&amp; Solve</string>
0121               </property>
0122               <property name="autoDefault">
0123                <bool>true</bool>
0124               </property>
0125               <property name="default">
0126                <bool>true</bool>
0127               </property>
0128              </widget>
0129             </item>
0130             <item>
0131              <widget class="QPushButton" name="loadSlewB">
0132               <property name="toolTip">
0133                <string>Load a FITS image and solve. Slew mount to image central coordinates.</string>
0134               </property>
0135               <property name="text">
0136                <string>Load &amp;&amp; Slew...</string>
0137               </property>
0138              </widget>
0139             </item>
0140             <item>
0141              <layout class="QHBoxLayout" name="stopLayout">
0142               <item>
0143                <widget class="QPushButton" name="stopB">
0144                 <property name="enabled">
0145                  <bool>false</bool>
0146                 </property>
0147                 <property name="text">
0148                  <string>Stop</string>
0149                 </property>
0150                </widget>
0151               </item>
0152              </layout>
0153             </item>
0154            </layout>
0155           </widget>
0156          </item>
0157          <item>
0158           <widget class="QGroupBox" name="gotoBox">
0159            <property name="toolTip">
0160             <string>Select which action to perform after the captured image is solved</string>
0161            </property>
0162            <property name="statusTip">
0163             <string>Select what action to take once a solution is found.</string>
0164            </property>
0165            <property name="title">
0166             <string>Solver Action</string>
0167            </property>
0168            <layout class="QVBoxLayout" name="verticalLayout_7">
0169             <property name="spacing">
0170              <number>3</number>
0171             </property>
0172             <property name="leftMargin">
0173              <number>3</number>
0174             </property>
0175             <property name="topMargin">
0176              <number>3</number>
0177             </property>
0178             <property name="rightMargin">
0179              <number>3</number>
0180             </property>
0181             <property name="bottomMargin">
0182              <number>3</number>
0183             </property>
0184             <item>
0185              <widget class="QRadioButton" name="syncR">
0186               <property name="toolTip">
0187                <string>Synchronize the telescope to the solution coordinates</string>
0188               </property>
0189               <property name="statusTip">
0190                <string/>
0191               </property>
0192               <property name="text">
0193                <string>S&amp;ync</string>
0194               </property>
0195               <property name="checked">
0196                <bool>true</bool>
0197               </property>
0198               <attribute name="buttonGroup">
0199                <string notr="true">gotoModeButtonGroup</string>
0200               </attribute>
0201              </widget>
0202             </item>
0203             <item>
0204              <widget class="QRadioButton" name="slewR">
0205               <property name="toolTip">
0206                <string>Synchronize the telescope to the solution coordinates and then slew to the target coordinates</string>
0207               </property>
0208               <property name="statusTip">
0209                <string/>
0210               </property>
0211               <property name="text">
0212                <string>S&amp;lew to Target</string>
0213               </property>
0214               <attribute name="buttonGroup">
0215                <string notr="true">gotoModeButtonGroup</string>
0216               </attribute>
0217              </widget>
0218             </item>
0219             <item>
0220              <widget class="QRadioButton" name="nothingR">
0221               <property name="toolTip">
0222                <string>Just solve</string>
0223               </property>
0224               <property name="statusTip">
0225                <string/>
0226               </property>
0227               <property name="text">
0228                <string>&amp;Nothing</string>
0229               </property>
0230               <attribute name="buttonGroup">
0231                <string notr="true">gotoModeButtonGroup</string>
0232               </attribute>
0233              </widget>
0234             </item>
0235            </layout>
0236           </widget>
0237          </item>
0238         </layout>
0239        </item>
0240        <item>
0241         <widget class="QGroupBox" name="telescopeCoordinateGroup">
0242          <property name="title">
0243           <string>Telescope Coordinates (JNow)</string>
0244          </property>
0245          <layout class="QGridLayout" name="gridLayout">
0246           <property name="leftMargin">
0247            <number>3</number>
0248           </property>
0249           <property name="topMargin">
0250            <number>3</number>
0251           </property>
0252           <property name="rightMargin">
0253            <number>3</number>
0254           </property>
0255           <property name="bottomMargin">
0256            <number>3</number>
0257           </property>
0258           <property name="spacing">
0259            <number>3</number>
0260           </property>
0261           <item row="0" column="3">
0262            <widget class="QSpinBox" name="alignAccuracyThreshold">
0263             <property name="toolTip">
0264              <string>Accuracy threshold in arcseconds between solution and target coordinates. Plate solver shall be repeatedly executed until the solution coordinates are below the accuracy threshold</string>
0265             </property>
0266             <property name="minimum">
0267              <number>1</number>
0268             </property>
0269             <property name="maximum">
0270              <number>1200</number>
0271             </property>
0272             <property name="singleStep">
0273              <number>10</number>
0274             </property>
0275             <property name="value">
0276              <number>30</number>
0277             </property>
0278            </widget>
0279           </item>
0280           <item row="1" column="0">
0281            <widget class="QLabel" name="label_13">
0282             <property name="text">
0283              <string>DE:</string>
0284             </property>
0285            </widget>
0286           </item>
0287           <item row="1" column="1">
0288            <widget class="QLineEdit" name="ScopeDecOut">
0289             <property name="readOnly">
0290              <bool>true</bool>
0291             </property>
0292            </widget>
0293           </item>
0294           <item row="1" column="2">
0295            <widget class="QLabel" name="label_22">
0296             <property name="toolTip">
0297              <string>After telescope completes slewing, wait until it settles for this many milliseconds before capturing the next image.</string>
0298             </property>
0299             <property name="text">
0300              <string>Settle:</string>
0301             </property>
0302            </widget>
0303           </item>
0304           <item row="0" column="1">
0305            <widget class="QLineEdit" name="ScopeRAOut">
0306             <property name="readOnly">
0307              <bool>true</bool>
0308             </property>
0309            </widget>
0310           </item>
0311           <item row="1" column="3">
0312            <widget class="QSpinBox" name="alignSettlingTime">
0313             <property name="toolTip">
0314              <string>After telescope completes slewing, wait until it settles for this many milliseconds before capturing the next image.</string>
0315             </property>
0316             <property name="maximum">
0317              <number>15000</number>
0318             </property>
0319             <property name="singleStep">
0320              <number>100</number>
0321             </property>
0322            </widget>
0323           </item>
0324           <item row="0" column="0">
0325            <widget class="QLabel" name="label_12">
0326             <property name="text">
0327              <string>RA:</string>
0328             </property>
0329            </widget>
0330           </item>
0331           <item row="0" column="2">
0332            <widget class="QLabel" name="label_9">
0333             <property name="toolTip">
0334              <string>Accuracy threshold in arcseconds between solution and target coordinates. Plate solver shall be repeatedly executed until the solution coordinates are below the accuracy threshold</string>
0335             </property>
0336             <property name="text">
0337              <string>Accuracy:</string>
0338             </property>
0339            </widget>
0340           </item>
0341          </layout>
0342         </widget>
0343        </item>
0344        <item>
0345         <widget class="QGroupBox" name="solutionCoordinatesGroupBox">
0346          <property name="title">
0347           <string>Solution Coordinates (JNow)</string>
0348          </property>
0349          <layout class="QGridLayout" name="gridLayout_2">
0350           <property name="leftMargin">
0351            <number>3</number>
0352           </property>
0353           <property name="topMargin">
0354            <number>3</number>
0355           </property>
0356           <property name="rightMargin">
0357            <number>3</number>
0358           </property>
0359           <property name="bottomMargin">
0360            <number>3</number>
0361           </property>
0362           <property name="spacing">
0363            <number>3</number>
0364           </property>
0365           <item row="3" column="0">
0366            <widget class="QLabel" name="label_8">
0367             <property name="toolTip">
0368              <string>Effective field of view size in arcminutes.</string>
0369             </property>
0370             <property name="text">
0371              <string>FOV:</string>
0372             </property>
0373            </widget>
0374           </item>
0375           <item row="0" column="1">
0376            <widget class="QLineEdit" name="SolverRAOut">
0377             <property name="readOnly">
0378              <bool>true</bool>
0379             </property>
0380            </widget>
0381           </item>
0382           <item row="0" column="2">
0383            <widget class="QLabel" name="label_6">
0384             <property name="text">
0385              <string>DE:</string>
0386             </property>
0387            </widget>
0388           </item>
0389           <item row="1" column="0">
0390            <widget class="QLabel" name="err">
0391             <property name="toolTip">
0392              <string>Difference between telescope coordinates and solution coordinates in arcsec</string>
0393             </property>
0394             <property name="text">
0395              <string>Err:</string>
0396             </property>
0397            </widget>
0398           </item>
0399           <item row="1" column="1" colspan="3">
0400            <widget class="QLineEdit" name="errOut">
0401             <property name="toolTip">
0402              <string>Difference between telescope coordinates and solution coordinates in arcsec</string>
0403             </property>
0404             <property name="text">
0405              <string/>
0406             </property>
0407             <property name="readOnly">
0408              <bool>true</bool>
0409             </property>
0410            </widget>
0411           </item>
0412           <item row="0" column="0">
0413            <widget class="QLabel" name="label_2">
0414             <property name="text">
0415              <string>RA:</string>
0416             </property>
0417            </widget>
0418           </item>
0419           <item row="2" column="0">
0420            <widget class="QLabel" name="label_17">
0421             <property name="toolTip">
0422              <string>Image scale in arcsecs/pixel</string>
0423             </property>
0424             <property name="text">
0425              <string>Pix:</string>
0426             </property>
0427            </widget>
0428           </item>
0429           <item row="0" column="3">
0430            <widget class="QLineEdit" name="SolverDecOut">
0431             <property name="readOnly">
0432              <bool>true</bool>
0433             </property>
0434            </widget>
0435           </item>
0436           <item row="2" column="2">
0437            <widget class="QLabel" name="label_10">
0438             <property name="toolTip">
0439              <string>Image rotation angle, East of North</string>
0440             </property>
0441             <property name="text">
0442              <string>PA:</string>
0443             </property>
0444            </widget>
0445           </item>
0446           <item row="2" column="3">
0447            <widget class="QLineEdit" name="PAOut">
0448             <property name="toolTip">
0449              <string>Position angle in degrees, East of North</string>
0450             </property>
0451             <property name="readOnly">
0452              <bool>true</bool>
0453             </property>
0454            </widget>
0455           </item>
0456           <item row="2" column="1">
0457            <widget class="QLineEdit" name="pixScaleOut">
0458             <property name="toolTip">
0459              <string>Image scale in arcsecs/pixel</string>
0460             </property>
0461             <property name="readOnly">
0462              <bool>true</bool>
0463             </property>
0464            </widget>
0465           </item>
0466           <item row="4" column="0">
0467            <widget class="QLabel" name="label_14">
0468             <property name="text">
0469              <string>FL:</string>
0470             </property>
0471            </widget>
0472           </item>
0473           <item row="4" column="1">
0474            <widget class="QLineEdit" name="FocalLengthOut">
0475             <property name="toolTip">
0476              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Calculated telescope (effective) focal length in millimeters. The effective focal length is measured from plate-solving.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0477             </property>
0478             <property name="readOnly">
0479              <bool>true</bool>
0480             </property>
0481            </widget>
0482           </item>
0483           <item row="4" column="2">
0484            <widget class="QLabel" name="label_16">
0485             <property name="text">
0486              <string>F/:</string>
0487             </property>
0488            </widget>
0489           </item>
0490           <item row="4" column="3">
0491            <widget class="QLineEdit" name="FocalRatioOut">
0492             <property name="toolTip">
0493              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Calculated telescope (effective) focal ratio. The effective focal ratio is measured from astrometry.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0494             </property>
0495             <property name="readOnly">
0496              <bool>true</bool>
0497             </property>
0498            </widget>
0499           </item>
0500           <item row="3" column="1">
0501            <widget class="QLineEdit" name="FOVOut">
0502             <property name="toolTip">
0503              <string>Effective field of view size in arcminutes.</string>
0504             </property>
0505             <property name="text">
0506              <string/>
0507             </property>
0508             <property name="readOnly">
0509              <bool>false</bool>
0510             </property>
0511            </widget>
0512           </item>
0513           <item row="3" column="2">
0514            <widget class="QLabel" name="label">
0515             <property name="text">
0516              <string>R:</string>
0517             </property>
0518            </widget>
0519           </item>
0520           <item row="3" column="3">
0521            <widget class="QLineEdit" name="ReducerOut">
0522             <property name="toolTip">
0523              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reducer or Barlow factor.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0524             </property>
0525            </widget>
0526           </item>
0527          </layout>
0528         </widget>
0529        </item>
0530        <item>
0531         <widget class="QGroupBox" name="plateSolverOptionsGroup">
0532          <property name="title">
0533           <string>Plate Solve Capture Options</string>
0534          </property>
0535          <layout class="QGridLayout" name="gridLayout_3">
0536           <property name="leftMargin">
0537            <number>3</number>
0538           </property>
0539           <property name="topMargin">
0540            <number>3</number>
0541           </property>
0542           <property name="rightMargin">
0543            <number>3</number>
0544           </property>
0545           <property name="bottomMargin">
0546            <number>3</number>
0547           </property>
0548           <property name="spacing">
0549            <number>3</number>
0550           </property>
0551           <item row="2" column="2">
0552            <widget class="QLabel" name="label_5">
0553             <property name="text">
0554              <string>Gain:</string>
0555             </property>
0556            </widget>
0557           </item>
0558           <item row="2" column="0">
0559            <widget class="QLabel" name="label_18">
0560             <property name="text">
0561              <string>Bin:</string>
0562             </property>
0563            </widget>
0564           </item>
0565           <item row="5" column="1">
0566            <widget class="QComboBox" name="alignFilter"/>
0567           </item>
0568           <item row="1" column="4">
0569            <widget class="QPushButton" name="showFITSViewerB">
0570             <property name="minimumSize">
0571              <size>
0572               <width>24</width>
0573               <height>24</height>
0574              </size>
0575             </property>
0576             <property name="maximumSize">
0577              <size>
0578               <width>16777215</width>
0579               <height>32</height>
0580              </size>
0581             </property>
0582             <property name="toolTip">
0583              <string>Show in FITS Viewer...</string>
0584             </property>
0585             <property name="text">
0586              <string/>
0587             </property>
0588             <property name="iconSize">
0589              <size>
0590               <width>24</width>
0591               <height>24</height>
0592              </size>
0593             </property>
0594            </widget>
0595           </item>
0596           <item row="3" column="3" colspan="2">
0597            <widget class="QCheckBox" name="alignDarkFrame">
0598             <property name="toolTip">
0599              <string>Subtract dark frame. If no suitable dark frame is available, a dark frame shall be captured.</string>
0600             </property>
0601             <property name="text">
0602              <string>Dark</string>
0603             </property>
0604            </widget>
0605           </item>
0606           <item row="2" column="1">
0607            <widget class="QComboBox" name="alignBinning">
0608             <property name="toolTip">
0609              <string>Camera binning</string>
0610             </property>
0611            </widget>
0612           </item>
0613           <item row="1" column="3">
0614            <widget class="QPushButton" name="toggleFullScreenB">
0615             <property name="minimumSize">
0616              <size>
0617               <width>24</width>
0618               <height>24</height>
0619              </size>
0620             </property>
0621             <property name="maximumSize">
0622              <size>
0623               <width>16777215</width>
0624               <height>32</height>
0625              </size>
0626             </property>
0627             <property name="toolTip">
0628              <string>Toggle Full Screen</string>
0629             </property>
0630             <property name="text">
0631              <string/>
0632             </property>
0633             <property name="iconSize">
0634              <size>
0635               <width>24</width>
0636               <height>24</height>
0637              </size>
0638             </property>
0639            </widget>
0640           </item>
0641           <item row="1" column="1" colspan="2">
0642            <widget class="QDoubleSpinBox" name="alignExposure">
0643             <property name="toolTip">
0644              <string>Exposure duration in seconds</string>
0645             </property>
0646             <property name="minimum">
0647              <double>0.100000000000000</double>
0648             </property>
0649             <property name="maximum">
0650              <double>300.000000000000000</double>
0651             </property>
0652             <property name="singleStep">
0653              <double>1.000000000000000</double>
0654             </property>
0655             <property name="value">
0656              <double>5.000000000000000</double>
0657             </property>
0658            </widget>
0659           </item>
0660           <item row="2" column="3" colspan="2">
0661            <widget class="QDoubleSpinBox" name="alignGain">
0662             <property name="sizePolicy">
0663              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0664               <horstretch>0</horstretch>
0665               <verstretch>0</verstretch>
0666              </sizepolicy>
0667             </property>
0668             <property name="toolTip">
0669              <string>Camera Gain</string>
0670             </property>
0671             <property name="decimals">
0672              <number>1</number>
0673             </property>
0674             <property name="maximum">
0675              <double>10000.000000000000000</double>
0676             </property>
0677             <property name="singleStep">
0678              <double>10.000000000000000</double>
0679             </property>
0680            </widget>
0681           </item>
0682           <item row="5" column="0">
0683            <widget class="QLabel" name="FilterPosLabel">
0684             <property name="text">
0685              <string>Filter:</string>
0686             </property>
0687            </widget>
0688           </item>
0689           <item row="3" column="1">
0690            <widget class="QComboBox" name="alignISO">
0691             <property name="toolTip">
0692              <string>Camera ISO</string>
0693             </property>
0694            </widget>
0695           </item>
0696           <item row="1" column="0">
0697            <widget class="QLabel" name="label_7">
0698             <property name="text">
0699              <string>Exp:</string>
0700             </property>
0701            </widget>
0702           </item>
0703           <item row="3" column="2">
0704            <widget class="QPushButton" name="rotatorB">
0705             <property name="enabled">
0706              <bool>false</bool>
0707             </property>
0708             <property name="minimumSize">
0709              <size>
0710               <width>24</width>
0711               <height>24</height>
0712              </size>
0713             </property>
0714             <property name="toolTip">
0715              <string>Rotator Settings</string>
0716             </property>
0717             <property name="text">
0718              <string/>
0719             </property>
0720             <property name="icon">
0721              <iconset theme="rotation-allowed"/>
0722             </property>
0723             <property name="iconSize">
0724              <size>
0725               <width>24</width>
0726               <height>24</height>
0727              </size>
0728             </property>
0729            </widget>
0730           </item>
0731           <item row="3" column="0">
0732            <widget class="QLabel" name="label_11">
0733             <property name="text">
0734              <string>ISO:</string>
0735             </property>
0736            </widget>
0737           </item>
0738           <item row="5" column="2" colspan="3">
0739            <widget class="QCheckBox" name="alignUseCurrentFilter">
0740             <property name="toolTip">
0741              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, the currently selected filter will be used for alignment. &lt;/p&gt;&lt;p&gt;If you want to use a certain (fixed) filter for alignment, leave unchecked and select the filter manually.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0742             </property>
0743             <property name="text">
0744              <string>Use current</string>
0745             </property>
0746            </widget>
0747           </item>
0748          </layout>
0749         </widget>
0750        </item>
0751        <item>
0752         <widget class="QGroupBox" name="stellarSolverOptionsGroup">
0753          <property name="title">
0754           <string>Solver Mode</string>
0755          </property>
0756          <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
0757           <property name="spacing">
0758            <number>3</number>
0759           </property>
0760           <property name="leftMargin">
0761            <number>3</number>
0762           </property>
0763           <property name="topMargin">
0764            <number>3</number>
0765           </property>
0766           <property name="rightMargin">
0767            <number>3</number>
0768           </property>
0769           <property name="bottomMargin">
0770            <number>3</number>
0771           </property>
0772           <item>
0773            <widget class="QRadioButton" name="localSolverR">
0774             <property name="text">
0775              <string>StellarSolver</string>
0776             </property>
0777             <property name="checked">
0778              <bool>true</bool>
0779             </property>
0780             <attribute name="buttonGroup">
0781              <string notr="true">solverModeButtonGroup</string>
0782             </attribute>
0783            </widget>
0784           </item>
0785           <item>
0786            <widget class="QRadioButton" name="remoteSolverR">
0787             <property name="enabled">
0788              <bool>false</bool>
0789             </property>
0790             <property name="text">
0791              <string>Remote</string>
0792             </property>
0793             <attribute name="buttonGroup">
0794              <string notr="true">solverModeButtonGroup</string>
0795             </attribute>
0796            </widget>
0797           </item>
0798           <item>
0799            <spacer name="horizontalSpacer">
0800             <property name="orientation">
0801              <enum>Qt::Horizontal</enum>
0802             </property>
0803             <property name="sizeHint" stdset="0">
0804              <size>
0805               <width>40</width>
0806               <height>20</height>
0807              </size>
0808             </property>
0809            </spacer>
0810           </item>
0811          </layout>
0812         </widget>
0813        </item>
0814       </layout>
0815      </widget>
0816      <widget class="QSplitter" name="rightLayout">
0817       <property name="sizePolicy">
0818        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0819         <horstretch>0</horstretch>
0820         <verstretch>0</verstretch>
0821        </sizepolicy>
0822       </property>
0823       <property name="orientation">
0824        <enum>Qt::Vertical</enum>
0825       </property>
0826       <widget class="QWidget" name="alignWidget" native="true">
0827        <property name="sizePolicy">
0828         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0829          <horstretch>0</horstretch>
0830          <verstretch>0</verstretch>
0831         </sizepolicy>
0832        </property>
0833        <property name="minimumSize">
0834         <size>
0835          <width>320</width>
0836          <height>240</height>
0837         </size>
0838        </property>
0839       </widget>
0840       <widget class="QTabWidget" name="tabWidget">
0841        <property name="currentIndex">
0842         <number>0</number>
0843        </property>
0844        <widget class="QWidget" name="solutionResults">
0845         <attribute name="title">
0846          <string>Solution Results</string>
0847         </attribute>
0848         <layout class="QVBoxLayout" name="verticalLayout_11">
0849          <property name="spacing">
0850           <number>3</number>
0851          </property>
0852          <property name="leftMargin">
0853           <number>0</number>
0854          </property>
0855          <property name="topMargin">
0856           <number>0</number>
0857          </property>
0858          <property name="rightMargin">
0859           <number>0</number>
0860          </property>
0861          <property name="bottomMargin">
0862           <number>0</number>
0863          </property>
0864          <item>
0865           <widget class="QLabel" name="label_15">
0866            <property name="sizePolicy">
0867             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0868              <horstretch>0</horstretch>
0869              <verstretch>0</verstretch>
0870             </sizepolicy>
0871            </property>
0872            <property name="text">
0873             <string>The results from Astrometric Solutions from the Capture and Solve Tool, the Load and Slew Tool, and the Mount Model Tool will be displayed below.</string>
0874            </property>
0875            <property name="wordWrap">
0876             <bool>true</bool>
0877            </property>
0878           </widget>
0879          </item>
0880          <item>
0881           <widget class="QSplitter" name="alignSplitter">
0882            <property name="sizePolicy">
0883             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0884              <horstretch>0</horstretch>
0885              <verstretch>0</verstretch>
0886             </sizepolicy>
0887            </property>
0888            <property name="orientation">
0889             <enum>Qt::Horizontal</enum>
0890            </property>
0891            <widget class="QWidget" name="verticalLayoutWidget">
0892             <layout class="QVBoxLayout" name="verticalLayout_20">
0893              <property name="spacing">
0894               <number>0</number>
0895              </property>
0896              <property name="rightMargin">
0897               <number>0</number>
0898              </property>
0899              <item>
0900               <widget class="QTableWidget" name="solutionTable">
0901                <property name="columnCount">
0902                 <number>6</number>
0903                </property>
0904                <attribute name="horizontalHeaderDefaultSectionSize">
0905                 <number>75</number>
0906                </attribute>
0907                <column>
0908                 <property name="text">
0909                  <string>RA</string>
0910                 </property>
0911                </column>
0912                <column>
0913                 <property name="text">
0914                  <string>DEC</string>
0915                 </property>
0916                </column>
0917                <column>
0918                 <property name="text">
0919                  <string>Obj Name</string>
0920                 </property>
0921                </column>
0922                <column>
0923                 <property name="text">
0924                  <string>~~</string>
0925                 </property>
0926                </column>
0927                <column>
0928                 <property name="text">
0929                  <string>dRA</string>
0930                 </property>
0931                </column>
0932                <column>
0933                 <property name="text">
0934                  <string>dDE</string>
0935                 </property>
0936                </column>
0937               </widget>
0938              </item>
0939              <item>
0940               <layout class="QHBoxLayout" name="horizontalLayout_19">
0941                <property name="topMargin">
0942                 <number>0</number>
0943                </property>
0944                <item>
0945                 <widget class="QPushButton" name="clearAllSolutionsB">
0946                  <property name="minimumSize">
0947                   <size>
0948                    <width>32</width>
0949                    <height>32</height>
0950                   </size>
0951                  </property>
0952                  <property name="maximumSize">
0953                   <size>
0954                    <width>32</width>
0955                    <height>32</height>
0956                   </size>
0957                  </property>
0958                  <property name="toolTip">
0959                   <string>Clear all of the solutions from the solutions table.  Be careful because you cannot get them back.</string>
0960                  </property>
0961                  <property name="text">
0962                   <string/>
0963                  </property>
0964                 </widget>
0965                </item>
0966                <item>
0967                 <widget class="QPushButton" name="removeSolutionB">
0968                  <property name="minimumSize">
0969                   <size>
0970                    <width>32</width>
0971                    <height>32</height>
0972                   </size>
0973                  </property>
0974                  <property name="maximumSize">
0975                   <size>
0976                    <width>32</width>
0977                    <height>33</height>
0978                   </size>
0979                  </property>
0980                  <property name="toolTip">
0981                   <string>Remove the selected row from the solutions table.  This can be useful for getting rid of results that did not actually solve from the table and/or results that you do not need any more.  It can clean up clutter on both the graph and table.</string>
0982                  </property>
0983                  <property name="text">
0984                   <string/>
0985                  </property>
0986                 </widget>
0987                </item>
0988                <item>
0989                 <widget class="QPushButton" name="exportSolutionsCSV">
0990                  <property name="minimumSize">
0991                   <size>
0992                    <width>32</width>
0993                    <height>32</height>
0994                   </size>
0995                  </property>
0996                  <property name="maximumSize">
0997                   <size>
0998                    <width>32</width>
0999                    <height>33</height>
1000                   </size>
1001                  </property>
1002                  <property name="toolTip">
1003                   <string>Export all of the solutions in the Solution Results table to CSV file of your choosing for further analysis in a spreadsheet.</string>
1004                  </property>
1005                  <property name="text">
1006                   <string/>
1007                  </property>
1008                 </widget>
1009                </item>
1010                <item>
1011                 <widget class="QPushButton" name="autoScaleGraphB">
1012                  <property name="minimumSize">
1013                   <size>
1014                    <width>32</width>
1015                    <height>32</height>
1016                   </size>
1017                  </property>
1018                  <property name="maximumSize">
1019                   <size>
1020                    <width>32</width>
1021                    <height>33</height>
1022                   </size>
1023                  </property>
1024                  <property name="toolTip">
1025                   <string>Auto scale and center the Solution Results graph.</string>
1026                  </property>
1027                  <property name="text">
1028                   <string/>
1029                  </property>
1030                 </widget>
1031                </item>
1032                <item>
1033                 <spacer name="horizontalSpacer_11">
1034                  <property name="orientation">
1035                   <enum>Qt::Horizontal</enum>
1036                  </property>
1037                  <property name="sizeHint" stdset="0">
1038                   <size>
1039                    <width>40</width>
1040                    <height>20</height>
1041                   </size>
1042                  </property>
1043                 </spacer>
1044                </item>
1045                <item>
1046                 <widget class="QPushButton" name="mountModelB">
1047                  <property name="toolTip">
1048                   <string>Launch the mount model tool. This tool enables you to create pre-programmed list of points to go to and solve. It can aid in building a pointing model for better accuracy.</string>
1049                  </property>
1050                  <property name="text">
1051                   <string>Mount Model</string>
1052                  </property>
1053                 </widget>
1054                </item>
1055               </layout>
1056              </item>
1057             </layout>
1058            </widget>
1059            <widget class="QCustomPlot" name="alignPlot" native="true">
1060             <property name="sizePolicy">
1061              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1062               <horstretch>0</horstretch>
1063               <verstretch>0</verstretch>
1064              </sizepolicy>
1065             </property>
1066             <property name="minimumSize">
1067              <size>
1068               <width>100</width>
1069               <height>100</height>
1070              </size>
1071             </property>
1072             <property name="baseSize">
1073              <size>
1074               <width>190</width>
1075               <height>190</height>
1076              </size>
1077             </property>
1078            </widget>
1079           </widget>
1080          </item>
1081         </layout>
1082        </widget>
1083       </widget>
1084      </widget>
1085     </widget>
1086    </item>
1087   </layout>
1088  </widget>
1089  <customwidgets>
1090   <customwidget>
1091    <class>QCustomPlot</class>
1092    <extends>QWidget</extends>
1093    <header>auxiliary/qcustomplot.h</header>
1094    <container>1</container>
1095   </customwidget>
1096  </customwidgets>
1097  <tabstops>
1098   <tabstop>opticalTrainCombo</tabstop>
1099   <tabstop>trainB</tabstop>
1100   <tabstop>solveB</tabstop>
1101   <tabstop>loadSlewB</tabstop>
1102   <tabstop>stopB</tabstop>
1103   <tabstop>syncR</tabstop>
1104   <tabstop>slewR</tabstop>
1105   <tabstop>nothingR</tabstop>
1106   <tabstop>ScopeRAOut</tabstop>
1107   <tabstop>alignAccuracyThreshold</tabstop>
1108   <tabstop>ScopeDecOut</tabstop>
1109   <tabstop>alignSettlingTime</tabstop>
1110   <tabstop>SolverRAOut</tabstop>
1111   <tabstop>SolverDecOut</tabstop>
1112   <tabstop>errOut</tabstop>
1113   <tabstop>pixScaleOut</tabstop>
1114   <tabstop>PAOut</tabstop>
1115   <tabstop>FOVOut</tabstop>
1116   <tabstop>ReducerOut</tabstop>
1117   <tabstop>FocalLengthOut</tabstop>
1118   <tabstop>FocalRatioOut</tabstop>
1119   <tabstop>alignExposure</tabstop>
1120   <tabstop>toggleFullScreenB</tabstop>
1121   <tabstop>showFITSViewerB</tabstop>
1122   <tabstop>alignBinning</tabstop>
1123   <tabstop>alignGain</tabstop>
1124   <tabstop>alignISO</tabstop>
1125   <tabstop>rotatorB</tabstop>
1126   <tabstop>alignDarkFrame</tabstop>
1127   <tabstop>alignFilter</tabstop>
1128   <tabstop>localSolverR</tabstop>
1129   <tabstop>remoteSolverR</tabstop>
1130   <tabstop>clearAllSolutionsB</tabstop>
1131   <tabstop>removeSolutionB</tabstop>
1132   <tabstop>exportSolutionsCSV</tabstop>
1133   <tabstop>autoScaleGraphB</tabstop>
1134   <tabstop>mountModelB</tabstop>
1135   <tabstop>tabWidget</tabstop>
1136   <tabstop>solutionTable</tabstop>
1137  </tabstops>
1138  <resources/>
1139  <connections/>
1140  <buttongroups>
1141   <buttongroup name="solverModeButtonGroup"/>
1142   <buttongroup name="gotoModeButtonGroup"/>
1143  </buttongroups>
1144 </ui>