Warning, /education/kstars/kstars/ekos/auxiliary/filtersettings.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>FilterSettings</class>
0004  <widget class="QDialog" name="FilterSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>436</width>
0010     <height>315</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Filter Settings</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <layout class="QHBoxLayout" name="horizontalLayout">
0025      <item>
0026       <widget class="QLabel" name="label">
0027        <property name="text">
0028         <string>Filter Wheel</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item>
0033       <widget class="QLabel" name="filterNameLabel">
0034        <property name="styleSheet">
0035         <string notr="true">font-weight:bold;</string>
0036        </property>
0037        <property name="text">
0038         <string/>
0039        </property>
0040       </widget>
0041      </item>
0042      <item>
0043       <spacer name="horizontalSpacer">
0044        <property name="orientation">
0045         <enum>Qt::Horizontal</enum>
0046        </property>
0047        <property name="sizeHint" stdset="0">
0048         <size>
0049          <width>40</width>
0050          <height>20</height>
0051         </size>
0052        </property>
0053       </spacer>
0054      </item>
0055     </layout>
0056    </item>
0057    <item>
0058     <widget class="QTableView" name="m_FilterView">
0059      <property name="sizeAdjustPolicy">
0060       <enum>QAbstractScrollArea::AdjustToContents</enum>
0061      </property>
0062      <property name="editTriggers">
0063       <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
0064      </property>
0065      <property name="selectionMode">
0066       <enum>QAbstractItemView::SingleSelection</enum>
0067      </property>
0068      <attribute name="horizontalHeaderStretchLastSection">
0069       <bool>true</bool>
0070      </attribute>
0071      <attribute name="verticalHeaderStretchLastSection">
0072       <bool>false</bool>
0073      </attribute>
0074     </widget>
0075    </item>
0076    <item>
0077     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
0078      <property name="spacing">
0079       <number>3</number>
0080      </property>
0081      <item>
0082       <widget class="QLabel" name="label_2">
0083        <property name="text">
0084         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set &lt;span style=&quot; font-style:italic;&quot;&gt;relative&lt;/span&gt; filter offsets in steps either directly in the table or use the Build Offsets tool.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0085        </property>
0086        <property name="wordWrap">
0087         <bool>true</bool>
0088        </property>
0089       </widget>
0090      </item>
0091      <item>
0092       <widget class="QPushButton" name="buildOffsetsButton">
0093        <property name="sizePolicy">
0094         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0095          <horstretch>0</horstretch>
0096          <verstretch>0</verstretch>
0097         </sizepolicy>
0098        </property>
0099        <property name="text">
0100         <string>Build Offsets</string>
0101        </property>
0102       </widget>
0103      </item>
0104     </layout>
0105    </item>
0106    <item>
0107     <layout class="QHBoxLayout" name="horizontalLayout_3">
0108      <property name="spacing">
0109       <number>3</number>
0110      </property>
0111      <item>
0112       <widget class="QCheckBox" name="kcfg_FlatSyncFocus">
0113        <property name="toolTip">
0114         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If using a filter wheel and an absolute position focuser, then always remember the focus position of the autofocus process for light frames in each filter. Before a flat frame is captured, the focuser is moved to the same focus point as light frames.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0115        </property>
0116        <property name="text">
0117         <string>Capture flats at the same focus as lights</string>
0118        </property>
0119       </widget>
0120      </item>
0121      <item>
0122       <widget class="QDialogButtonBox" name="buttonBox">
0123        <property name="orientation">
0124         <enum>Qt::Horizontal</enum>
0125        </property>
0126        <property name="standardButtons">
0127         <set>QDialogButtonBox::Close</set>
0128        </property>
0129       </widget>
0130      </item>
0131     </layout>
0132    </item>
0133   </layout>
0134  </widget>
0135  <resources/>
0136  <connections>
0137   <connection>
0138    <sender>buttonBox</sender>
0139    <signal>accepted()</signal>
0140    <receiver>FilterSettings</receiver>
0141    <slot>accept()</slot>
0142    <hints>
0143     <hint type="sourcelabel">
0144      <x>248</x>
0145      <y>254</y>
0146     </hint>
0147     <hint type="destinationlabel">
0148      <x>157</x>
0149      <y>274</y>
0150     </hint>
0151    </hints>
0152   </connection>
0153   <connection>
0154    <sender>buttonBox</sender>
0155    <signal>rejected()</signal>
0156    <receiver>FilterSettings</receiver>
0157    <slot>reject()</slot>
0158    <hints>
0159     <hint type="sourcelabel">
0160      <x>316</x>
0161      <y>260</y>
0162     </hint>
0163     <hint type="destinationlabel">
0164      <x>286</x>
0165      <y>274</y>
0166     </hint>
0167    </hints>
0168   </connection>
0169  </connections>
0170 </ui>