Warning, /education/kstars/kstars/ekos/opsekos.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>OpsEkos</class>
0004  <widget class="QTabWidget" name="OpsEkos">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>483</width>
0010     <height>475</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>TabWidget</string>
0015   </property>
0016   <property name="currentIndex">
0017    <number>0</number>
0018   </property>
0019   <widget class="QWidget" name="generalTab">
0020    <attribute name="title">
0021     <string>General</string>
0022    </attribute>
0023    <layout class="QVBoxLayout" name="verticalLayout">
0024     <property name="spacing">
0025      <number>3</number>
0026     </property>
0027     <property name="leftMargin">
0028      <number>3</number>
0029     </property>
0030     <property name="topMargin">
0031      <number>3</number>
0032     </property>
0033     <property name="rightMargin">
0034      <number>3</number>
0035     </property>
0036     <property name="bottomMargin">
0037      <number>3</number>
0038     </property>
0039     <item>
0040      <layout class="QHBoxLayout" name="horizontalLayout">
0041       <property name="spacing">
0042        <number>3</number>
0043       </property>
0044       <item>
0045        <widget class="QGroupBox" name="groupBox_3">
0046         <property name="title">
0047          <string>Configuration</string>
0048         </property>
0049         <layout class="QVBoxLayout" name="verticalLayout_2">
0050          <property name="spacing">
0051           <number>3</number>
0052          </property>
0053          <property name="leftMargin">
0054           <number>3</number>
0055          </property>
0056          <property name="topMargin">
0057           <number>3</number>
0058          </property>
0059          <property name="rightMargin">
0060           <number>3</number>
0061          </property>
0062          <property name="bottomMargin">
0063           <number>3</number>
0064          </property>
0065          <item>
0066           <widget class="QLabel" name="label_2">
0067            <property name="text">
0068             <string>Load device configuration:</string>
0069            </property>
0070           </widget>
0071          </item>
0072          <item>
0073           <widget class="QRadioButton" name="kcfg_neverLoadConfig">
0074            <property name="text">
0075             <string>Ne&amp;ver</string>
0076            </property>
0077            <property name="checked">
0078             <bool>true</bool>
0079            </property>
0080           </widget>
0081          </item>
0082          <item>
0083           <widget class="QRadioButton" name="kcfg_loadConfigOnConnection">
0084            <property name="text">
0085             <string>O&amp;n connection</string>
0086            </property>
0087           </widget>
0088          </item>
0089          <item>
0090           <widget class="QRadioButton" name="kcfg_loadDefaultConfig">
0091            <property name="text">
0092             <string>Alwa&amp;ys load defaults</string>
0093            </property>
0094           </widget>
0095          </item>
0096         </layout>
0097        </widget>
0098       </item>
0099      </layout>
0100     </item>
0101     <item>
0102      <layout class="QHBoxLayout" name="horizontalLayout_3">
0103       <property name="spacing">
0104        <number>3</number>
0105       </property>
0106       <item>
0107        <widget class="QLabel" name="label_4">
0108         <property name="text">
0109          <string>Icons orientation:</string>
0110         </property>
0111        </widget>
0112       </item>
0113       <item>
0114        <widget class="QRadioButton" name="kcfg_EkosTopIcons">
0115         <property name="toolTip">
0116          <string>Ekos modules icons are placed on the top of pages</string>
0117         </property>
0118         <property name="text">
0119          <string>Top</string>
0120         </property>
0121         <property name="checked">
0122          <bool>true</bool>
0123         </property>
0124         <attribute name="buttonGroup">
0125          <string notr="true">ekosIconsPositionGroup</string>
0126         </attribute>
0127        </widget>
0128       </item>
0129       <item>
0130        <widget class="QRadioButton" name="kcfg_EkosLeftIcons">
0131         <property name="toolTip">
0132          <string>Ekos module icons are placed to the left of pages</string>
0133         </property>
0134         <property name="text">
0135          <string>&amp;Left</string>
0136         </property>
0137         <attribute name="buttonGroup">
0138          <string notr="true">ekosIconsPositionGroup</string>
0139         </attribute>
0140        </widget>
0141       </item>
0142       <item>
0143        <spacer name="horizontalSpacer_3">
0144         <property name="orientation">
0145          <enum>Qt::Horizontal</enum>
0146         </property>
0147         <property name="sizeHint" stdset="0">
0148          <size>
0149           <width>40</width>
0150           <height>20</height>
0151          </size>
0152         </property>
0153        </spacer>
0154       </item>
0155      </layout>
0156     </item>
0157     <item>
0158      <widget class="QCheckBox" name="kcfg_independentWindowEkos">
0159       <property name="toolTip">
0160        <string>Make Ekos window independent from KStars main window. Requires restart to take effect.</string>
0161       </property>
0162       <property name="text">
0163        <string>Independent window</string>
0164       </property>
0165      </widget>
0166     </item>
0167     <item>
0168      <spacer name="verticalSpacer_2">
0169       <property name="orientation">
0170        <enum>Qt::Vertical</enum>
0171       </property>
0172       <property name="sizeHint" stdset="0">
0173        <size>
0174         <width>20</width>
0175         <height>40</height>
0176        </size>
0177       </property>
0178      </spacer>
0179     </item>
0180    </layout>
0181   </widget>
0182   <widget class="QWidget" name="schedulerTab">
0183    <attribute name="title">
0184     <string>Scheduler</string>
0185    </attribute>
0186    <layout class="QGridLayout" name="gridLayout_4">
0187     <property name="leftMargin">
0188      <number>3</number>
0189     </property>
0190     <property name="topMargin">
0191      <number>3</number>
0192     </property>
0193     <property name="rightMargin">
0194      <number>3</number>
0195     </property>
0196     <property name="bottomMargin">
0197      <number>3</number>
0198     </property>
0199     <property name="spacing">
0200      <number>3</number>
0201     </property>
0202     <item row="0" column="0" rowspan="2">
0203      <widget class="QGroupBox" name="groupBox_5">
0204       <property name="title">
0205        <string>Offsets</string>
0206       </property>
0207       <layout class="QFormLayout" name="formLayout">
0208        <property name="horizontalSpacing">
0209         <number>3</number>
0210        </property>
0211        <property name="verticalSpacing">
0212         <number>3</number>
0213        </property>
0214        <property name="leftMargin">
0215         <number>3</number>
0216        </property>
0217        <property name="topMargin">
0218         <number>3</number>
0219        </property>
0220        <property name="rightMargin">
0221         <number>3</number>
0222        </property>
0223        <property name="bottomMargin">
0224         <number>3</number>
0225        </property>
0226        <item row="0" column="0">
0227         <widget class="QLabel" name="leadTimeLabel">
0228          <property name="toolTip">
0229           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Lead time is the minimum time in minutes between jobs. The scheduler starts execution of a job before its scheduled startup time by this lead time. Early execution is useful as focusing, alignment, and guiding procedures may take prolonged periods to time to complete.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0230          </property>
0231          <property name="text">
0232           <string>Lead time:</string>
0233          </property>
0234         </widget>
0235        </item>
0236        <item row="0" column="1">
0237         <widget class="QDoubleSpinBox" name="kcfg_LeadTime"/>
0238        </item>
0239        <item row="1" column="0">
0240         <widget class="QLabel" name="preDawnLabel">
0241          <property name="toolTip">
0242           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Do not permit jobs to be scheduled or executed past this many minutes before dawn.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0243          </property>
0244          <property name="text">
0245           <string>Pre-dawn:</string>
0246          </property>
0247         </widget>
0248        </item>
0249        <item row="1" column="1">
0250         <widget class="QDoubleSpinBox" name="kcfg_PreDawnTime"/>
0251        </item>
0252        <item row="2" column="0">
0253         <widget class="QCheckBox" name="kcfg_PreemptiveShutdown">
0254          <property name="toolTip">
0255           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In case no scheduler job is scheduled for this many hours, perform a complete shutdown procedure and restart observatory operations once the next job is ready.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0256          </property>
0257          <property name="text">
0258           <string>Pre-emptive shutdown:</string>
0259          </property>
0260         </widget>
0261        </item>
0262        <item row="2" column="1">
0263         <widget class="QDoubleSpinBox" name="kcfg_PreemptiveShutdownTime">
0264          <property name="toolTip">
0265           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pre-emptive shutdown hours&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0266          </property>
0267         </widget>
0268        </item>
0269        <item row="3" column="0">
0270         <widget class="QLabel" name="settingAltitudeCutoffLabel">
0271          <property name="toolTip">
0272           <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Do not permit jobs to be scheduled less than this many degrees before the altitude restriction. Actual execution proceeds until the altitude limit.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0273          </property>
0274          <property name="text">
0275           <string>Setting altitude cutoff:</string>
0276          </property>
0277         </widget>
0278        </item>
0279        <item row="3" column="1">
0280         <widget class="QDoubleSpinBox" name="kcfg_SettingAltitudeCutoff"/>
0281        </item>
0282        <item row="4" column="0">
0283         <widget class="QLabel" name="duskOffsetLabel">
0284          <property name="toolTip">
0285           <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Offset astronomical dusk by this many hours. This positive or negative value adjusts the twilight restriction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0286          </property>
0287          <property name="text">
0288           <string>Dusk offset:</string>
0289          </property>
0290         </widget>
0291        </item>
0292        <item row="4" column="1">
0293         <widget class="QDoubleSpinBox" name="kcfg_DuskOffset">
0294          <property name="minimum">
0295           <double>-24.000000000000000</double>
0296          </property>
0297          <property name="maximum">
0298           <double>24.000000000000000</double>
0299          </property>
0300          <property name="singleStep">
0301           <double>0.500000000000000</double>
0302          </property>
0303         </widget>
0304        </item>
0305        <item row="5" column="0">
0306         <widget class="QLabel" name="dawnOffsetLabel">
0307          <property name="toolTip">
0308           <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Offset astronomical dawn by this many hours. This positive or negative value adjusts the twilight restriction.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0309          </property>
0310          <property name="text">
0311           <string>Dawn offset:</string>
0312          </property>
0313         </widget>
0314        </item>
0315        <item row="5" column="1">
0316         <widget class="QDoubleSpinBox" name="kcfg_DawnOffset">
0317          <property name="minimum">
0318           <double>-24.000000000000000</double>
0319          </property>
0320          <property name="maximum">
0321           <double>24.000000000000000</double>
0322          </property>
0323          <property name="singleStep">
0324           <double>0.500000000000000</double>
0325          </property>
0326         </widget>
0327        </item>
0328       </layout>
0329      </widget>
0330     </item>
0331     <item row="0" column="1">
0332      <widget class="QGroupBox" name="groupBox_7">
0333       <property name="title">
0334        <string>Cleanup</string>
0335       </property>
0336       <layout class="QVBoxLayout" name="verticalLayout_9">
0337        <property name="spacing">
0338         <number>3</number>
0339        </property>
0340        <property name="leftMargin">
0341         <number>3</number>
0342        </property>
0343        <property name="topMargin">
0344         <number>3</number>
0345        </property>
0346        <property name="rightMargin">
0347         <number>3</number>
0348        </property>
0349        <property name="bottomMargin">
0350         <number>3</number>
0351        </property>
0352        <item>
0353         <widget class="QCheckBox" name="kcfg_StopEkosAfterShutdown">
0354          <property name="toolTip">
0355           <string>After shutdown procedure is successfully executed, stop INDI and Ekos.</string>
0356          </property>
0357          <property name="text">
0358           <string>Stop Ekos after shutdown</string>
0359          </property>
0360         </widget>
0361        </item>
0362        <item>
0363         <widget class="QCheckBox" name="kcfg_ShutdownScriptTerminatesINDI">
0364          <property name="toolTip">
0365           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If the shutdown script terminates INDI server, enable this option so that no disconnection errors are generated.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0366          </property>
0367          <property name="text">
0368           <string>Shutdown script terminates INDI</string>
0369          </property>
0370         </widget>
0371        </item>
0372       </layout>
0373      </widget>
0374     </item>
0375     <item row="1" column="1">
0376      <widget class="QGroupBox" name="groupBox_8">
0377       <property name="title">
0378        <string>Jobs</string>
0379       </property>
0380       <layout class="QVBoxLayout" name="verticalLayout_7">
0381        <property name="spacing">
0382         <number>3</number>
0383        </property>
0384        <property name="leftMargin">
0385         <number>3</number>
0386        </property>
0387        <property name="topMargin">
0388         <number>3</number>
0389        </property>
0390        <property name="rightMargin">
0391         <number>3</number>
0392        </property>
0393        <property name="bottomMargin">
0394         <number>3</number>
0395        </property>
0396        <item>
0397         <widget class="QCheckBox" name="kcfg_RememberJobProgress">
0398          <property name="toolTip">
0399           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When processing a scheduled job, resume the sequence starting from the last image present in storage.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0400          </property>
0401          <property name="text">
0402           <string>Remember job progress</string>
0403          </property>
0404          <property name="checked">
0405           <bool>false</bool>
0406          </property>
0407         </widget>
0408        </item>
0409        <item>
0410         <widget class="QCheckBox" name="kcfg_GreedyScheduling">
0411          <property name="toolTip">
0412           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked the scheduler tries to run lower priority jobs when no higher priority job can run. Recommended.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0413          </property>
0414          <property name="text">
0415           <string>Use greedy scheduling</string>
0416          </property>
0417          <property name="checked">
0418           <bool>true</bool>
0419          </property>
0420         </widget>
0421        </item>
0422       </layout>
0423      </widget>
0424     </item>
0425     <item row="2" column="0" colspan="2">
0426      <widget class="QGroupBox" name="groupBox_6">
0427       <property name="title">
0428        <string>Alignment</string>
0429       </property>
0430       <layout class="QGridLayout" name="gridLayout_3">
0431        <property name="leftMargin">
0432         <number>3</number>
0433        </property>
0434        <property name="topMargin">
0435         <number>3</number>
0436        </property>
0437        <property name="rightMargin">
0438         <number>3</number>
0439        </property>
0440        <property name="bottomMargin">
0441         <number>3</number>
0442        </property>
0443        <property name="spacing">
0444         <number>3</number>
0445        </property>
0446        <item row="1" column="2">
0447         <widget class="QLabel" name="label_10">
0448          <property name="text">
0449           <string>arcminutes</string>
0450          </property>
0451         </widget>
0452        </item>
0453        <item row="0" column="1">
0454         <widget class="QSpinBox" name="kcfg_AlignCheckFrequency">
0455          <property name="maximum">
0456           <number>100</number>
0457          </property>
0458         </widget>
0459        </item>
0460        <item row="4" column="0">
0461         <widget class="QCheckBox" name="kcfg_ForceAlignmentBeforeJob">
0462          <property name="toolTip">
0463           <string>If Align is enabled, scheduler would initiate a realignment procedure before restarting any jobs even if guiding is active.</string>
0464          </property>
0465          <property name="text">
0466           <string>Force re-alignment before re-starting jobs</string>
0467          </property>
0468         </widget>
0469        </item>
0470        <item row="0" column="0">
0471         <widget class="QLabel" name="label_6">
0472          <property name="toolTip">
0473           <string>When calculating position after captures, compute it every Nth capture. Set to 0 to disable.</string>
0474          </property>
0475          <property name="text">
0476           <string>Verify captured image position every:</string>
0477          </property>
0478         </widget>
0479        </item>
0480        <item row="3" column="0" colspan="2">
0481         <widget class="QCheckBox" name="kcfg_ResetMountModelBeforeJob">
0482          <property name="text">
0483           <string>Reset mount model before starting each job:</string>
0484          </property>
0485         </widget>
0486        </item>
0487        <item row="0" column="2">
0488         <widget class="QLabel" name="label_7">
0489          <property name="text">
0490           <string>frames</string>
0491          </property>
0492         </widget>
0493        </item>
0494        <item row="1" column="0">
0495         <widget class="QLabel" name="label_8">
0496          <property name="toolTip">
0497           <string>If captured position exceeds target position by more this many arcminutes, abort capture and reschedule the pipeline.</string>
0498          </property>
0499          <property name="text">
0500           <string>Reset pipeline if verified image delta exceeds:</string>
0501          </property>
0502         </widget>
0503        </item>
0504        <item row="2" column="0">
0505         <widget class="QCheckBox" name="kcfg_ResetMountModelOnAlignFail">
0506          <property name="text">
0507           <string>Reset mount model on alignment failure</string>
0508          </property>
0509         </widget>
0510        </item>
0511        <item row="1" column="1">
0512         <widget class="QDoubleSpinBox" name="kcfg_AlignCheckThreshold">
0513          <property name="maximum">
0514           <double>3600.000000000000000</double>
0515          </property>
0516          <property name="singleStep">
0517           <double>60.000000000000000</double>
0518          </property>
0519         </widget>
0520        </item>
0521        <item row="5" column="0" colspan="2">
0522         <widget class="QCheckBox" name="kcfg_RealignAfterCalibrationFailure">
0523          <property name="toolTip">
0524           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If guiding calibration fails then restart alignment process before proceeding to guiding recalibration process again. This can help recenter the target object in the field of view if the calibration process strayed too far off.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0525          </property>
0526          <property name="text">
0527           <string>Restart alignment on guiding calibration failure</string>
0528          </property>
0529         </widget>
0530        </item>
0531       </layout>
0532      </widget>
0533     </item>
0534     <item row="3" column="0">
0535      <spacer name="verticalSpacer">
0536       <property name="orientation">
0537        <enum>Qt::Vertical</enum>
0538       </property>
0539       <property name="sizeHint" stdset="0">
0540        <size>
0541         <width>20</width>
0542         <height>40</height>
0543        </size>
0544       </property>
0545      </spacer>
0546     </item>
0547    </layout>
0548   </widget>
0549   <widget class="QWidget" name="captureTab">
0550    <attribute name="title">
0551     <string>Capture</string>
0552    </attribute>
0553    <layout class="QVBoxLayout" name="verticalLayout_8">
0554     <property name="spacing">
0555      <number>3</number>
0556     </property>
0557     <property name="leftMargin">
0558      <number>3</number>
0559     </property>
0560     <property name="topMargin">
0561      <number>3</number>
0562     </property>
0563     <property name="rightMargin">
0564      <number>3</number>
0565     </property>
0566     <property name="bottomMargin">
0567      <number>3</number>
0568     </property>
0569     <item>
0570      <widget class="QGroupBox" name="groupBox">
0571       <property name="title">
0572        <string>Miscellaneous</string>
0573       </property>
0574       <layout class="QVBoxLayout" name="verticalLayout_3">
0575        <property name="spacing">
0576         <number>3</number>
0577        </property>
0578        <property name="leftMargin">
0579         <number>3</number>
0580        </property>
0581        <property name="topMargin">
0582         <number>3</number>
0583        </property>
0584        <property name="rightMargin">
0585         <number>3</number>
0586        </property>
0587        <property name="bottomMargin">
0588         <number>3</number>
0589        </property>
0590        <item>
0591         <layout class="QGridLayout" name="gridLayout">
0592          <property name="spacing">
0593           <number>3</number>
0594          </property>
0595          <item row="2" column="0">
0596           <widget class="QLabel" name="label_15">
0597            <property name="toolTip">
0598             <string>Cover or uncover telescope dialog timeout in seconds</string>
0599            </property>
0600            <property name="text">
0601             <string>Dialog timeout:</string>
0602            </property>
0603           </widget>
0604          </item>
0605          <item row="0" column="0">
0606           <widget class="QLabel" name="label">
0607            <property name="toolTip">
0608             <string>Maximum acceptable difference between requested and measured temperature set point. When the temperature threshold is below this value, the temperature set point request is deemed successful.</string>
0609            </property>
0610            <property name="text">
0611             <string>Temperature threshold:</string>
0612            </property>
0613           </widget>
0614          </item>
0615          <item row="0" column="2">
0616           <widget class="QLabel" name="label_3">
0617            <property name="text">
0618             <string>° C</string>
0619            </property>
0620           </widget>
0621          </item>
0622          <item row="2" column="1">
0623           <widget class="QSpinBox" name="kcfg_ManualCoverTimeout">
0624            <property name="maximum">
0625             <number>600</number>
0626            </property>
0627            <property name="singleStep">
0628             <number>10</number>
0629            </property>
0630            <property name="value">
0631             <number>60</number>
0632            </property>
0633           </widget>
0634          </item>
0635          <item row="2" column="2">
0636           <widget class="QLabel" name="label_16">
0637            <property name="text">
0638             <string>seconds</string>
0639            </property>
0640           </widget>
0641          </item>
0642          <item row="1" column="1">
0643           <widget class="QDoubleSpinBox" name="kcfg_GuidingSettle">
0644            <property name="toolTip">
0645             <string>Wait this many seconds after guiding is resumed before starting capture</string>
0646            </property>
0647           </widget>
0648          </item>
0649          <item row="0" column="1">
0650           <widget class="QDoubleSpinBox" name="kcfg_MaxTemperatureDiff">
0651            <property name="minimum">
0652             <double>0.100000000000000</double>
0653            </property>
0654            <property name="maximum">
0655             <double>5.000000000000000</double>
0656            </property>
0657            <property name="singleStep">
0658             <double>0.100000000000000</double>
0659            </property>
0660            <property name="value">
0661             <double>0.100000000000000</double>
0662            </property>
0663           </widget>
0664          </item>
0665          <item row="1" column="0">
0666           <widget class="QLabel" name="label_13">
0667            <property name="toolTip">
0668             <string>Wait this many seconds after guiding is resumed to stabilize the guiding performance before capture.</string>
0669            </property>
0670            <property name="text">
0671             <string>Guiding settle:</string>
0672            </property>
0673           </widget>
0674          </item>
0675          <item row="1" column="2">
0676           <widget class="QLabel" name="label_14">
0677            <property name="text">
0678             <string>seconds</string>
0679            </property>
0680           </widget>
0681          </item>
0682          <item row="0" column="3" rowspan="2">
0683           <spacer name="horizontalSpacer_4">
0684            <property name="orientation">
0685             <enum>Qt::Horizontal</enum>
0686            </property>
0687            <property name="sizeHint" stdset="0">
0688             <size>
0689              <width>163</width>
0690              <height>13</height>
0691             </size>
0692            </property>
0693           </spacer>
0694          </item>
0695          <item row="3" column="0">
0696           <widget class="QLabel" name="label_17">
0697            <property name="toolTip">
0698             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal duration of a meridian flip in seconds. Increase this value if Ekos reports that a meridian flip has failed because the pier side did not change. A good estimation for this value is at least 50% of the typical duration of a meridian flip.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0699            </property>
0700            <property name="text">
0701             <string>Minimal meridian flip duration: </string>
0702            </property>
0703           </widget>
0704          </item>
0705          <item row="3" column="1">
0706           <widget class="QSpinBox" name="kcfg_MinFlipDuration">
0707            <property name="maximum">
0708             <number>360</number>
0709            </property>
0710            <property name="singleStep">
0711             <number>5</number>
0712            </property>
0713            <property name="value">
0714             <number>20</number>
0715            </property>
0716           </widget>
0717          </item>
0718          <item row="3" column="2">
0719           <widget class="QLabel" name="label_18">
0720            <property name="text">
0721             <string>seconds</string>
0722            </property>
0723           </widget>
0724          </item>
0725         </layout>
0726        </item>
0727        <item>
0728         <widget class="QCheckBox" name="kcfg_AlwaysResetSequenceWhenStarting">
0729          <property name="toolTip">
0730           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When starting to process a sequence list, reset all capture counts to zero. Scheduler overrides this option when Remember job progress is enabled.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0731          </property>
0732          <property name="text">
0733           <string>Always reset sequence when starting</string>
0734          </property>
0735          <property name="checked">
0736           <bool>false</bool>
0737          </property>
0738         </widget>
0739        </item>
0740        <item>
0741         <widget class="QCheckBox" name="kcfg_ResetMountModelAfterMeridian">
0742          <property name="text">
0743           <string>Reset mount model after meridian flip</string>
0744          </property>
0745         </widget>
0746        </item>
0747        <item>
0748         <widget class="QCheckBox" name="kcfg_ForcedFlip">
0749          <property name="text">
0750           <string>Use flip command if supported by mount</string>
0751          </property>
0752         </widget>
0753        </item>
0754        <item>
0755         <layout class="QHBoxLayout" name="horizontalLayout_5">
0756          <property name="spacing">
0757           <number>3</number>
0758          </property>
0759          <item>
0760           <widget class="QCheckBox" name="kcfg_useSummaryPreview">
0761            <property name="toolTip">
0762             <string>Display received FITS in the Summary screen preview window.</string>
0763            </property>
0764            <property name="text">
0765             <string>Summary screen preview</string>
0766            </property>
0767           </widget>
0768          </item>
0769          <item>
0770           <spacer name="horizontalSpacer_6">
0771            <property name="orientation">
0772             <enum>Qt::Horizontal</enum>
0773            </property>
0774            <property name="sizeHint" stdset="0">
0775             <size>
0776              <width>40</width>
0777              <height>20</height>
0778             </size>
0779            </property>
0780           </spacer>
0781          </item>
0782         </layout>
0783        </item>
0784       </layout>
0785      </widget>
0786     </item>
0787     <item>
0788      <widget class="QGroupBox" name="groupBox_4">
0789       <property name="title">
0790        <string>DSLR</string>
0791       </property>
0792       <layout class="QHBoxLayout" name="horizontalLayout_4">
0793        <property name="leftMargin">
0794         <number>3</number>
0795        </property>
0796        <property name="topMargin">
0797         <number>3</number>
0798        </property>
0799        <property name="rightMargin">
0800         <number>3</number>
0801        </property>
0802        <property name="bottomMargin">
0803         <number>3</number>
0804        </property>
0805        <item>
0806         <widget class="QCheckBox" name="kcfg_ForceDSLRPresets">
0807          <property name="toolTip">
0808           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Force exposure times to align with DSLR exposure presets. This insures accurate exposure times for sub-second exposures.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0809          </property>
0810          <property name="text">
0811           <string>Force DSLR presets</string>
0812          </property>
0813         </widget>
0814        </item>
0815        <item>
0816         <widget class="QCheckBox" name="kcfg_useDSLRImageViewer">
0817          <property name="toolTip">
0818           <string>Display received DSLR images in the Image Viewer</string>
0819          </property>
0820          <property name="text">
0821           <string>DSLR image viewer</string>
0822          </property>
0823         </widget>
0824        </item>
0825        <item>
0826         <widget class="QPushButton" name="clearDSLRInfoB">
0827          <property name="toolTip">
0828           <string>Clear saved DSLR sizes</string>
0829          </property>
0830          <property name="text">
0831           <string>Clear DSLR Info</string>
0832          </property>
0833          <property name="icon">
0834           <iconset theme="edit-clear">
0835            <normaloff>.</normaloff>.</iconset>
0836          </property>
0837          <property name="iconSize">
0838           <size>
0839            <width>24</width>
0840            <height>24</height>
0841           </size>
0842          </property>
0843         </widget>
0844        </item>
0845        <item>
0846         <spacer name="horizontalSpacer_8">
0847          <property name="orientation">
0848           <enum>Qt::Horizontal</enum>
0849          </property>
0850          <property name="sizeHint" stdset="0">
0851           <size>
0852            <width>28</width>
0853            <height>20</height>
0854           </size>
0855          </property>
0856         </spacer>
0857        </item>
0858       </layout>
0859      </widget>
0860     </item>
0861     <item>
0862      <spacer name="verticalSpacer_3">
0863       <property name="orientation">
0864        <enum>Qt::Vertical</enum>
0865       </property>
0866       <property name="sizeHint" stdset="0">
0867        <size>
0868         <width>20</width>
0869         <height>40</height>
0870        </size>
0871       </property>
0872      </spacer>
0873     </item>
0874    </layout>
0875   </widget>
0876  </widget>
0877  <resources/>
0878  <connections/>
0879  <buttongroups>
0880   <buttongroup name="ekosIconsPositionGroup"/>
0881  </buttongroups>
0882 </ui>