Warning, /education/kstars/kstars/options/opsdeveloper.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>OpsDeveloper</class>
0004  <widget class="QWidget" name="OpsDeveloper">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>170</width>
0010     <height>107</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <property name="leftMargin">
0015     <number>3</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="spacing">
0027     <number>3</number>
0028    </property>
0029    <item row="1" column="0">
0030     <layout class="QVBoxLayout" name="verticalLayout">
0031      <item>
0032       <widget class="QGroupBox" name="groupBox_2">
0033        <property name="title">
0034         <string>Developer Options</string>
0035        </property>
0036        <layout class="QGridLayout" name="gridLayout_2">
0037         <item row="0" column="0">
0038          <widget class="QCheckBox" name="kcfg_SaveFocusImages">
0039           <property name="toolTip">
0040            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save autofocus frames. Only enable to troubleshoot autofocus by examining frames. This can consume a lot of storage space.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0041           </property>
0042           <property name="text">
0043            <string>Save Focus Images</string>
0044           </property>
0045          </widget>
0046         </item>
0047         <item row="1" column="0">
0048          <widget class="QCheckBox" name="kcfg_SaveGuideImages">
0049           <property name="toolTip">
0050            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save Internal Guider frames. Only enable to troubleshoot guider by examining frames. This can consume a lot of storage space.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0051           </property>
0052           <property name="text">
0053            <string>Save Guider Images</string>
0054           </property>
0055          </widget>
0056         </item>
0057         <item row="2" column="0">
0058          <widget class="QCheckBox" name="kcfg_SaveAlignImages">
0059           <property name="toolTip">
0060            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save Internal Align frames. Only enable to troubleshoot align by examining frames. This can consume some extra storage space.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0061           </property>
0062           <property name="text">
0063            <string>Save Align Images</string>
0064           </property>
0065          </widget>
0066         </item>
0067         <item row="3" column="0">
0068          <widget class="QCheckBox" name="kcfg_SaveFailedAlignImages">
0069           <property name="toolTip">
0070            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save Align images where align failed. Only enable to troubleshoot align by examining frames. This can consume some extra storage space.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0071           </property>
0072           <property name="text">
0073            <string>Save Failed Align Images</string>
0074           </property>
0075          </widget>
0076         </item>
0077        </layout>
0078       </widget>
0079      </item>
0080     </layout>
0081    </item>
0082    <item row="2" column="0">
0083     <spacer name="verticalSpacer">
0084      <property name="orientation">
0085       <enum>Qt::Vertical</enum>
0086      </property>
0087      <property name="sizeHint" stdset="0">
0088       <size>
0089        <width>20</width>
0090        <height>40</height>
0091       </size>
0092      </property>
0093     </spacer>
0094    </item>
0095   </layout>
0096  </widget>
0097  <tabstops>
0098   <tabstop>kcfg_SaveFocusImages</tabstop>
0099   <tabstop>kcfg_SaveGuideImages</tabstop>
0100   <tabstop>kcfg_SaveAlignImages</tabstop>
0101  </tabstops>
0102  <resources/>
0103  <connections/>
0104 </ui>