Warning, /education/kstars/kstars/ekos/guide/manualdither.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>ManualDither</class>
0004  <widget class="QDialog" name="ManualDither">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>281</width>
0010     <height>92</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Manual Dithering</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QGridLayout" name="gridLayout">
0019      <item row="0" column="0">
0020       <widget class="QRadioButton" name="magnitudeR">
0021        <property name="text">
0022         <string>Magnitude</string>
0023        </property>
0024        <property name="checked">
0025         <bool>true</bool>
0026        </property>
0027        <attribute name="buttonGroup">
0028         <string notr="true">ditherActionGroup</string>
0029        </attribute>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QDoubleSpinBox" name="magnitude">
0034        <property name="minimum">
0035         <double>0.500000000000000</double>
0036        </property>
0037        <property name="maximum">
0038         <double>60.000000000000000</double>
0039        </property>
0040        <property name="value">
0041         <double>3.000000000000000</double>
0042        </property>
0043       </widget>
0044      </item>
0045      <item row="0" column="2">
0046       <widget class="QLabel" name="label">
0047        <property name="text">
0048         <string>pixels</string>
0049        </property>
0050       </widget>
0051      </item>
0052      <item row="1" column="0">
0053       <widget class="QRadioButton" name="coordinatesR">
0054        <property name="text">
0055         <string>Coordinates</string>
0056        </property>
0057        <attribute name="buttonGroup">
0058         <string notr="true">ditherActionGroup</string>
0059        </attribute>
0060       </widget>
0061      </item>
0062      <item row="1" column="1">
0063       <layout class="QHBoxLayout" name="horizontalLayout_2">
0064        <item>
0065         <widget class="QLabel" name="label_3">
0066          <property name="text">
0067           <string>X:</string>
0068          </property>
0069         </widget>
0070        </item>
0071        <item>
0072         <widget class="QDoubleSpinBox" name="x">
0073          <property name="minimum">
0074           <double>1.000000000000000</double>
0075          </property>
0076          <property name="maximum">
0077           <double>10000.000000000000000</double>
0078          </property>
0079         </widget>
0080        </item>
0081       </layout>
0082      </item>
0083      <item row="1" column="2">
0084       <layout class="QHBoxLayout" name="horizontalLayout">
0085        <item>
0086         <widget class="QLabel" name="label_4">
0087          <property name="text">
0088           <string>Y:</string>
0089          </property>
0090         </widget>
0091        </item>
0092        <item>
0093         <widget class="QDoubleSpinBox" name="y">
0094          <property name="minimum">
0095           <double>1.000000000000000</double>
0096          </property>
0097          <property name="maximum">
0098           <double>10000.000000000000000</double>
0099          </property>
0100         </widget>
0101        </item>
0102       </layout>
0103      </item>
0104     </layout>
0105    </item>
0106    <item>
0107     <widget class="QDialogButtonBox" name="dialogButtonBox">
0108      <property name="orientation">
0109       <enum>Qt::Horizontal</enum>
0110      </property>
0111      <property name="standardButtons">
0112       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0113      </property>
0114     </widget>
0115    </item>
0116   </layout>
0117  </widget>
0118  <resources/>
0119  <connections>
0120   <connection>
0121    <sender>dialogButtonBox</sender>
0122    <signal>accepted()</signal>
0123    <receiver>ManualDither</receiver>
0124    <slot>accept()</slot>
0125    <hints>
0126     <hint type="sourcelabel">
0127      <x>248</x>
0128      <y>254</y>
0129     </hint>
0130     <hint type="destinationlabel">
0131      <x>157</x>
0132      <y>274</y>
0133     </hint>
0134    </hints>
0135   </connection>
0136   <connection>
0137    <sender>dialogButtonBox</sender>
0138    <signal>rejected()</signal>
0139    <receiver>ManualDither</receiver>
0140    <slot>reject()</slot>
0141    <hints>
0142     <hint type="sourcelabel">
0143      <x>316</x>
0144      <y>260</y>
0145     </hint>
0146     <hint type="destinationlabel">
0147      <x>286</x>
0148      <y>274</y>
0149     </hint>
0150    </hints>
0151   </connection>
0152  </connections>
0153  <buttongroups>
0154   <buttongroup name="ditherActionGroup"/>
0155  </buttongroups>
0156 </ui>