Warning, /education/kstars/kstars/ekos/align/polaralignmentassistant.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>PolarAlignmentAssistant</class>
0004  <widget class="QWidget" name="PolarAlignmentAssistant">
0005   <property name="enabled">
0006    <bool>true</bool>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>550</width>
0013     <height>198</height>
0014    </rect>
0015   </property>
0016   <property name="minimumSize">
0017    <size>
0018     <width>0</width>
0019     <height>150</height>
0020    </size>
0021   </property>
0022   <layout class="QVBoxLayout" name="mainPALayout">
0023    <property name="spacing">
0024     <number>3</number>
0025    </property>
0026    <property name="leftMargin">
0027     <number>3</number>
0028    </property>
0029    <property name="topMargin">
0030     <number>3</number>
0031    </property>
0032    <property name="rightMargin">
0033     <number>3</number>
0034    </property>
0035    <property name="bottomMargin">
0036     <number>3</number>
0037    </property>
0038    <item>
0039     <widget class="QStackedWidget" name="PAHWidgets">
0040      <property name="enabled">
0041       <bool>true</bool>
0042      </property>
0043      <property name="toolTip">
0044       <string>&lt;p&gt;Polar Alignment Helper tool requires the following:&lt;/p&gt;&lt;p&gt;1. German Equatorial Mount&lt;/p&gt;&lt;p&gt;2. Wide FOV &amp;gt; 1 degrees&lt;/p&gt;&lt;p&gt;For small FOVs, use the Legacy Polar Alignment Tool.&lt;/p&gt;</string>
0045      </property>
0046      <property name="frameShape">
0047       <enum>QFrame::NoFrame</enum>
0048      </property>
0049      <property name="currentIndex">
0050       <number>0</number>
0051      </property>
0052      <widget class="QWidget" name="PAHIntroPage">
0053       <property name="enabled">
0054        <bool>true</bool>
0055       </property>
0056       <layout class="QVBoxLayout" name="verticalLayout_6">
0057        <property name="spacing">
0058         <number>3</number>
0059        </property>
0060        <property name="leftMargin">
0061         <number>3</number>
0062        </property>
0063        <property name="topMargin">
0064         <number>3</number>
0065        </property>
0066        <property name="rightMargin">
0067         <number>3</number>
0068        </property>
0069        <property name="bottomMargin">
0070         <number>3</number>
0071        </property>
0072        <item>
0073         <widget class="QLabel" name="introText">
0074          <property name="enabled">
0075           <bool>true</bool>
0076          </property>
0077          <property name="text">
0078           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Put your equatorial mount either (a) in the home position pointed toward the celestial pole or (b) pointed anywhere ideally near the meridian. Select &lt;span style=&quot; font-weight:600;&quot;&gt;mount direction&lt;/span&gt; and &lt;span style=&quot; font-weight:600;&quot;&gt;speed &lt;/span&gt;and then click &lt;span style=&quot; font-weight:600;&quot;&gt;Start&lt;/span&gt; to begin the polar alignment process.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0079          </property>
0080          <property name="wordWrap">
0081           <bool>true</bool>
0082          </property>
0083         </widget>
0084        </item>
0085        <item>
0086         <widget class="QLabel" name="FOVDisabledLabel">
0087          <property name="text">
0088           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Disabled: FOV must be 10 arcmins or wider. 60+ arcminutes is recommended.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0089          </property>
0090          <property name="textFormat">
0091           <enum>Qt::RichText</enum>
0092          </property>
0093         </widget>
0094        </item>
0095        <item>
0096         <layout class="QHBoxLayout" name="horizontalLayout_4">
0097          <property name="spacing">
0098           <number>3</number>
0099          </property>
0100          <item>
0101           <widget class="QLabel" name="directionLabel">
0102            <property name="enabled">
0103             <bool>false</bool>
0104            </property>
0105            <property name="text">
0106             <string>Direction:</string>
0107            </property>
0108           </widget>
0109          </item>
0110          <item>
0111           <widget class="QComboBox" name="pAHDirection">
0112            <property name="enabled">
0113             <bool>false</bool>
0114            </property>
0115            <property name="toolTip">
0116             <string>Mount direction</string>
0117            </property>
0118            <item>
0119             <property name="text">
0120              <string>West</string>
0121             </property>
0122            </item>
0123            <item>
0124             <property name="text">
0125              <string>East</string>
0126             </property>
0127            </item>
0128           </widget>
0129          </item>
0130          <item>
0131           <widget class="QSpinBox" name="pAHRotation">
0132            <property name="enabled">
0133             <bool>false</bool>
0134            </property>
0135            <property name="toolTip">
0136             <string>Rotation magnitude in degrees</string>
0137            </property>
0138            <property name="minimum">
0139             <number>15</number>
0140            </property>
0141            <property name="maximum">
0142             <number>60</number>
0143            </property>
0144            <property name="singleStep">
0145             <number>15</number>
0146            </property>
0147            <property name="value">
0148             <number>30</number>
0149            </property>
0150           </widget>
0151          </item>
0152          <item>
0153           <widget class="QLabel" name="label">
0154            <property name="text">
0155             <string>Speed:</string>
0156            </property>
0157           </widget>
0158          </item>
0159          <item>
0160           <widget class="QComboBox" name="pAHMountSpeed"/>
0161          </item>
0162          <item>
0163           <widget class="QCheckBox" name="pAHManualSlew">
0164            <property name="enabled">
0165             <bool>false</bool>
0166            </property>
0167            <property name="toolTip">
0168             <string>Toggle for manual slewing with non-GOTO mounts</string>
0169            </property>
0170            <property name="text">
0171             <string>Manual slew</string>
0172            </property>
0173           </widget>
0174          </item>
0175          <item>
0176           <spacer name="horizontalSpacer_3">
0177            <property name="orientation">
0178             <enum>Qt::Horizontal</enum>
0179            </property>
0180            <property name="sizeHint" stdset="0">
0181             <size>
0182              <width>40</width>
0183              <height>20</height>
0184             </size>
0185            </property>
0186           </spacer>
0187          </item>
0188         </layout>
0189        </item>
0190       </layout>
0191      </widget>
0192      <widget class="QWidget" name="PAHMessagePage">
0193       <layout class="QVBoxLayout" name="verticalLayout_5">
0194        <property name="spacing">
0195         <number>3</number>
0196        </property>
0197        <property name="leftMargin">
0198         <number>3</number>
0199        </property>
0200        <property name="topMargin">
0201         <number>3</number>
0202        </property>
0203        <property name="rightMargin">
0204         <number>3</number>
0205        </property>
0206        <property name="bottomMargin">
0207         <number>3</number>
0208        </property>
0209        <item>
0210         <widget class="QLabel" name="PAHMessageText">
0211          <property name="text">
0212           <string>&lt;p&gt;The assistant requires three images to find a solution.  Ekos is now capturing the first image...&lt;/p&gt;</string>
0213          </property>
0214          <property name="wordWrap">
0215           <bool>true</bool>
0216          </property>
0217         </widget>
0218        </item>
0219        <item>
0220         <spacer name="verticalSpacer_1">
0221          <property name="orientation">
0222           <enum>Qt::Vertical</enum>
0223          </property>
0224          <property name="sizeType">
0225           <enum>QSizePolicy::Expanding</enum>
0226          </property>
0227          <property name="sizeHint" stdset="0">
0228           <size>
0229            <width>0</width>
0230            <height>150</height>
0231           </size>
0232          </property>
0233         </spacer>
0234        </item>
0235       </layout>
0236      </widget>
0237      <widget class="QWidget" name="PAHManualRotatePage">
0238       <layout class="QVBoxLayout" name="verticalLayout_manual">
0239        <property name="spacing">
0240         <number>3</number>
0241        </property>
0242        <property name="leftMargin">
0243         <number>3</number>
0244        </property>
0245        <property name="topMargin">
0246         <number>3</number>
0247        </property>
0248        <property name="rightMargin">
0249         <number>3</number>
0250        </property>
0251        <property name="bottomMargin">
0252         <number>3</number>
0253        </property>
0254        <item>
0255         <layout class="QHBoxLayout" name="horizontalLayout_manual">
0256          <property name="spacing">
0257           <number>3</number>
0258          </property>
0259          <item>
0260           <widget class="QLabel" name="manualRotateText">
0261            <property name="text">
0262             <string>Please rotate your mount in RA</string>
0263            </property>
0264            <property name="wordWrap">
0265             <bool>true</bool>
0266            </property>
0267           </widget>
0268          </item>
0269          <item>
0270           <widget class="QPushButton" name="PAHManualDone">
0271            <property name="maximumSize">
0272             <size>
0273              <width>80</width>
0274              <height>16777215</height>
0275             </size>
0276            </property>
0277            <property name="text">
0278             <string>Done</string>
0279            </property>
0280           </widget>
0281          </item>
0282         </layout>
0283        </item>
0284       </layout>
0285      </widget>
0286      <widget class="QWidget" name="PAHRefreshPage">
0287       <layout class="QVBoxLayout" name="verticalLayout_15">
0288        <property name="spacing">
0289         <number>3</number>
0290        </property>
0291        <property name="leftMargin">
0292         <number>3</number>
0293        </property>
0294        <property name="topMargin">
0295         <number>3</number>
0296        </property>
0297        <property name="rightMargin">
0298         <number>3</number>
0299        </property>
0300        <property name="bottomMargin">
0301         <number>3</number>
0302        </property>
0303        <item>
0304         <widget class="QLabel" name="refreshText">
0305          <property name="text">
0306           <string/>
0307          </property>
0308          <property name="wordWrap">
0309           <bool>true</bool>
0310          </property>
0311         </widget>
0312        </item>
0313        <item>
0314         <spacer name="verticalSpacer_2">
0315          <property name="orientation">
0316           <enum>Qt::Vertical</enum>
0317          </property>
0318          <property name="sizeType">
0319           <enum>QSizePolicy::Maximum</enum>
0320          </property>
0321          <property name="sizeHint" stdset="0">
0322           <size>
0323            <width>0</width>
0324            <height>100</height>
0325           </size>
0326          </property>
0327         </spacer>
0328        </item>
0329        <item>
0330         <layout class="QHBoxLayout" name="horizontalLayout_15">
0331          <property name="spacing">
0332           <number>3</number>
0333          </property>
0334          <item>
0335           <widget class="QPushButton" name="PAHRefreshB">
0336            <property name="toolTip">
0337             <string>Start the refresh phase--where image captures loop while you adjust the altitude and azimuth knobs to correct polar alignment.</string>
0338            </property>
0339            <property name="text">
0340             <string>Refresh</string>
0341            </property>
0342           </widget>
0343          </item>
0344          <item>
0345           <widget class="QDoubleSpinBox" name="pAHExposure">
0346            <property name="toolTip">
0347             <string>Exposure duration in seconds during refresh phase</string>
0348            </property>
0349            <property name="decimals">
0350             <number>1</number>
0351            </property>
0352            <property name="minimum">
0353             <double>1.000000000000000</double>
0354            </property>
0355            <property name="maximum">
0356             <double>30.000000000000000</double>
0357            </property>
0358            <property name="value">
0359             <double>2.000000000000000</double>
0360            </property>
0361           </widget>
0362          </item>
0363          <item>
0364           <spacer name="horizontalSpacer_7">
0365            <property name="orientation">
0366             <enum>Qt::Horizontal</enum>
0367            </property>
0368            <property name="sizeType">
0369             <enum>QSizePolicy::Maximum</enum>
0370            </property>
0371            <property name="sizeHint" stdset="0">
0372             <size>
0373              <width>20</width>
0374              <height>20</height>
0375             </size>
0376            </property>
0377           </spacer>
0378          </item>
0379          <item>
0380           <widget class="QLabel" name="PAHIteration">
0381            <property name="enabled">
0382             <bool>true</bool>
0383            </property>
0384            <property name="text">
0385             <string>Image#</string>
0386            </property>
0387           </widget>
0388          </item>
0389          <item>
0390           <spacer name="horizontalSpacer_7c">
0391            <property name="orientation">
0392             <enum>Qt::Horizontal</enum>
0393            </property>
0394            <property name="sizeType">
0395             <enum>QSizePolicy::Maximum</enum>
0396            </property>
0397            <property name="sizeHint" stdset="0">
0398             <size>
0399              <width>20</width>
0400              <height>20</height>
0401             </size>
0402            </property>
0403           </spacer>
0404          </item>
0405          <item>
0406           <widget class="QComboBox" name="pAHRefreshAlgorithm">
0407            <property name="sizePolicy">
0408             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0409              <horstretch>0</horstretch>
0410              <verstretch>0</verstretch>
0411             </sizepolicy>
0412            </property>
0413            <property name="toolTip">
0414             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select polar-alignment correction algorithm:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Plate Solve&lt;/span&gt;: Uses plate solving to track what the corrected alignment error is during the Refresh process. User should try to reduce the error in the Updated Err line below and minimize the size of the arrows. This is the only scheme that can fully correct an error larger than the image field-of-view, but depends on reliable plate solving. &lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Move Star&lt;/span&gt;: A triangle is overlayed on the above captured image. User selects a star and moves the star along the triangle to improve the polar alignment. Corrected polar-alignment error is not estimated during the process. If the alignment error is larger than the image field-of-view, this scheme must be used iteratively.&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Move Star and Calc Error&lt;/span&gt;: Like Move Star, but Ekos attempts to track the star being moved and estimates the current alignment error when it can.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0415            </property>
0416            <item>
0417             <property name="text">
0418              <string>Plate Solve</string>
0419             </property>
0420            </item>
0421            <item>
0422             <property name="text">
0423              <string>Move Star</string>
0424             </property>
0425            </item>
0426            <item>
0427             <property name="text">
0428              <string>Move Star &amp; Calc Error</string>
0429             </property>
0430            </item>
0431           </widget>
0432          </item>
0433          <item>
0434           <spacer name="horizontalSpacer_7b">
0435            <property name="orientation">
0436             <enum>Qt::Horizontal</enum>
0437            </property>
0438            <property name="sizeHint" stdset="0">
0439             <size>
0440              <width>40</width>
0441              <height>20</height>
0442             </size>
0443            </property>
0444           </spacer>
0445          </item>
0446         </layout>
0447        </item>
0448        <item>
0449         <spacer name="verticalSpacerBeforeErrors">
0450          <property name="orientation">
0451           <enum>Qt::Vertical</enum>
0452          </property>
0453          <property name="sizeType">
0454           <enum>QSizePolicy::Expanding</enum>
0455          </property>
0456          <property name="sizeHint" stdset="0">
0457           <size>
0458            <width>20</width>
0459            <height>20</height>
0460           </size>
0461          </property>
0462         </spacer>
0463        </item>
0464        <item>
0465         <layout class="QGridLayout" name="PAHErrorLines" rowstretch="0,0,0" columnstretch="0,0,0,0,0,0,0">
0466          <item row="0" column="2" colspan="2" alignment="Qt::AlignHCenter">
0467           <widget class="QLabel" name="arrowAlt">
0468            <property name="enabled">
0469             <bool>true</bool>
0470            </property>
0471            <property name="text">
0472             <string/>
0473            </property>
0474           </widget>
0475          </item>
0476          <item row="0" column="4" colspan="2" alignment="Qt::AlignHCenter">
0477           <widget class="QLabel" name="arrowAz">
0478            <property name="enabled">
0479             <bool>true</bool>
0480            </property>
0481            <property name="text">
0482             <string/>
0483            </property>
0484           </widget>
0485          </item>
0486          <item row="1" column="0">
0487           <widget class="QLabel" name="label_PAHOrigErrorTotal">
0488            <property name="minimumSize">
0489             <size>
0490              <width>100</width>
0491              <height>0</height>
0492             </size>
0493            </property>
0494            <property name="maximumSize">
0495             <size>
0496              <width>100</width>
0497              <height>16777215</height>
0498             </size>
0499            </property>
0500            <property name="toolTip">
0501             <string>Polar Alignment total error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0502            </property>
0503            <property name="text">
0504             <string>Measured Err:</string>
0505            </property>
0506            <property name="alignment">
0507             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0508            </property>
0509           </widget>
0510          </item>
0511          <item row="1" column="1">
0512           <widget class="QLabel" name="PAHOrigErrorTotal">
0513            <property name="minimumSize">
0514             <size>
0515              <width>100</width>
0516              <height>0</height>
0517             </size>
0518            </property>
0519            <property name="maximumSize">
0520             <size>
0521              <width>100</width>
0522              <height>16777215</height>
0523             </size>
0524            </property>
0525            <property name="toolTip">
0526             <string>Polar Alignment total error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0527            </property>
0528           </widget>
0529          </item>
0530          <item row="1" column="2">
0531           <widget class="QLabel" name="label_PAHOrigErrorAlt">
0532            <property name="minimumSize">
0533             <size>
0534              <width>50</width>
0535              <height>0</height>
0536             </size>
0537            </property>
0538            <property name="maximumSize">
0539             <size>
0540              <width>50</width>
0541              <height>16777215</height>
0542             </size>
0543            </property>
0544            <property name="toolTip">
0545             <string>Polar Alignment altitude error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0546            </property>
0547            <property name="text">
0548             <string>Alt:</string>
0549            </property>
0550            <property name="alignment">
0551             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0552            </property>
0553           </widget>
0554          </item>
0555          <item row="1" column="3">
0556           <widget class="QLabel" name="PAHOrigErrorAlt">
0557            <property name="minimumSize">
0558             <size>
0559              <width>100</width>
0560              <height>0</height>
0561             </size>
0562            </property>
0563            <property name="maximumSize">
0564             <size>
0565              <width>100</width>
0566              <height>16777215</height>
0567             </size>
0568            </property>
0569            <property name="toolTip">
0570             <string>Polar Alignment altitude error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0571            </property>
0572           </widget>
0573          </item>
0574          <item row="1" column="4">
0575           <widget class="QLabel" name="label_PAHOrigErrorAz">
0576            <property name="minimumSize">
0577             <size>
0578              <width>50</width>
0579              <height>0</height>
0580             </size>
0581            </property>
0582            <property name="maximumSize">
0583             <size>
0584              <width>50</width>
0585              <height>16777215</height>
0586             </size>
0587            </property>
0588            <property name="toolTip">
0589             <string>Polar Alignment azimuth error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0590            </property>
0591            <property name="text">
0592             <string>Az:</string>
0593            </property>
0594            <property name="alignment">
0595             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0596            </property>
0597           </widget>
0598          </item>
0599          <item row="1" column="5">
0600           <widget class="QLabel" name="PAHOrigErrorAz">
0601            <property name="minimumSize">
0602             <size>
0603              <width>100</width>
0604              <height>0</height>
0605             </size>
0606            </property>
0607            <property name="maximumSize">
0608             <size>
0609              <width>100</width>
0610              <height>16777215</height>
0611             </size>
0612            </property>
0613            <property name="toolTip">
0614             <string>Polar Alignment azimuth error measured by the 3 exposures at the start of the polar-alignment procedure.</string>
0615            </property>
0616           </widget>
0617          </item>
0618          <item row="1" column="6">
0619           <spacer name="horizontalSpacer_origError">
0620            <property name="orientation">
0621             <enum>Qt::Horizontal</enum>
0622            </property>
0623            <property name="sizeHint" stdset="0">
0624             <size>
0625              <width>40</width>
0626              <height>20</height>
0627             </size>
0628            </property>
0629           </spacer>
0630          </item>
0631          <item row="2" column="0">
0632           <widget class="QLabel" name="label_PAHUpdatedErrorTotal">
0633            <property name="minimumSize">
0634             <size>
0635              <width>100</width>
0636              <height>0</height>
0637             </size>
0638            </property>
0639            <property name="maximumSize">
0640             <size>
0641              <width>100</width>
0642              <height>16777215</height>
0643             </size>
0644            </property>
0645            <property name="toolTip">
0646             <string>Polar Alignment total error estimated after recent adjustments.</string>
0647            </property>
0648            <property name="text">
0649             <string>Updated Err:</string>
0650            </property>
0651            <property name="alignment">
0652             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0653            </property>
0654           </widget>
0655          </item>
0656          <item row="2" column="1">
0657           <widget class="QLabel" name="PAHUpdatedErrorTotal">
0658            <property name="minimumSize">
0659             <size>
0660              <width>100</width>
0661              <height>0</height>
0662             </size>
0663            </property>
0664            <property name="maximumSize">
0665             <size>
0666              <width>100</width>
0667              <height>16777215</height>
0668             </size>
0669            </property>
0670            <property name="toolTip">
0671             <string>Polar Alignment total error estimated after recent adjustments.</string>
0672            </property>
0673           </widget>
0674          </item>
0675          <item row="2" column="2">
0676           <widget class="QLabel" name="label_PAHUpdatedErrorAlt">
0677            <property name="minimumSize">
0678             <size>
0679              <width>50</width>
0680              <height>0</height>
0681             </size>
0682            </property>
0683            <property name="maximumSize">
0684             <size>
0685              <width>50</width>
0686              <height>16777215</height>
0687             </size>
0688            </property>
0689            <property name="toolTip">
0690             <string>Polar Alignment altitude error estimated after recent adjustments.</string>
0691            </property>
0692            <property name="text">
0693             <string/>
0694            </property>
0695            <property name="alignment">
0696             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0697            </property>
0698           </widget>
0699          </item>
0700          <item row="2" column="3">
0701           <widget class="QLabel" name="PAHUpdatedErrorAlt">
0702            <property name="minimumSize">
0703             <size>
0704              <width>100</width>
0705              <height>0</height>
0706             </size>
0707            </property>
0708            <property name="maximumSize">
0709             <size>
0710              <width>50</width>
0711              <height>16777215</height>
0712             </size>
0713            </property>
0714            <property name="toolTip">
0715             <string>Polar Alignment altitude error estimated after recent adjustments.</string>
0716            </property>
0717           </widget>
0718          </item>
0719          <item row="2" column="4">
0720           <widget class="QLabel" name="label_PAHUpdatedErrorAz">
0721            <property name="minimumSize">
0722             <size>
0723              <width>50</width>
0724              <height>0</height>
0725             </size>
0726            </property>
0727            <property name="maximumSize">
0728             <size>
0729              <width>50</width>
0730              <height>16777215</height>
0731             </size>
0732            </property>
0733            <property name="toolTip">
0734             <string>Polar Alignment azimuth error estimated after recent adjustments.</string>
0735            </property>
0736            <property name="text">
0737             <string/>
0738            </property>
0739            <property name="alignment">
0740             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0741            </property>
0742           </widget>
0743          </item>
0744          <item row="2" column="5">
0745           <widget class="QLabel" name="PAHUpdatedErrorAz">
0746            <property name="minimumSize">
0747             <size>
0748              <width>100</width>
0749              <height>0</height>
0750             </size>
0751            </property>
0752            <property name="maximumSize">
0753             <size>
0754              <width>100</width>
0755              <height>16777215</height>
0756             </size>
0757            </property>
0758            <property name="toolTip">
0759             <string>Polar Alignment azimuth error estimated after recent adjustments.</string>
0760            </property>
0761           </widget>
0762          </item>
0763          <item row="2" column="6">
0764           <spacer name="horizontalSpacer_updatedError">
0765            <property name="orientation">
0766             <enum>Qt::Horizontal</enum>
0767            </property>
0768            <property name="sizeHint" stdset="0">
0769             <size>
0770              <width>40</width>
0771              <height>20</height>
0772             </size>
0773            </property>
0774           </spacer>
0775          </item>
0776         </layout>
0777        </item>
0778       </layout>
0779      </widget>
0780     </widget>
0781    </item>
0782    <item>
0783     <layout class="QHBoxLayout" name="horizontalLayout_2">
0784      <property name="spacing">
0785       <number>3</number>
0786      </property>
0787      <item>
0788       <spacer name="horizontalSpacer_2">
0789        <property name="orientation">
0790         <enum>Qt::Horizontal</enum>
0791        </property>
0792        <property name="sizeHint" stdset="0">
0793         <size>
0794          <width>40</width>
0795          <height>20</height>
0796         </size>
0797        </property>
0798       </spacer>
0799      </item>
0800      <item>
0801       <widget class="QPushButton" name="PAHStartB">
0802        <property name="enabled">
0803         <bool>false</bool>
0804        </property>
0805        <property name="toolTip">
0806         <string>Start</string>
0807        </property>
0808        <property name="text">
0809         <string>Start</string>
0810        </property>
0811       </widget>
0812      </item>
0813      <item>
0814       <widget class="QPushButton" name="PAHStopB">
0815        <property name="enabled">
0816         <bool>false</bool>
0817        </property>
0818        <property name="toolTip">
0819         <string>Stop</string>
0820        </property>
0821        <property name="text">
0822         <string>Stop</string>
0823        </property>
0824       </widget>
0825      </item>
0826     </layout>
0827    </item>
0828   </layout>
0829  </widget>
0830  <resources/>
0831  <connections/>
0832 </ui>