Warning, /education/kstars/kstars/fitsviewer/fitsdebayer.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>FITSDebayerDialog</class>
0004  <widget class="QDialog" name="FITSDebayerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>210</width>
0010     <height>187</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Image Debayering</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Filter:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QComboBox" name="filterCombo">
0028        <item>
0029         <property name="text">
0030          <string>RGGB</string>
0031         </property>
0032        </item>
0033        <item>
0034         <property name="text">
0035          <string>GBRG</string>
0036         </property>
0037        </item>
0038        <item>
0039         <property name="text">
0040          <string>GRBG</string>
0041         </property>
0042        </item>
0043        <item>
0044         <property name="text">
0045          <string>BGGR</string>
0046         </property>
0047        </item>
0048       </widget>
0049      </item>
0050      <item row="1" column="0">
0051       <widget class="QLabel" name="label_4">
0052        <property name="text">
0053         <string>Method:</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item row="1" column="1">
0058       <widget class="QComboBox" name="methodCombo">
0059        <item>
0060         <property name="text">
0061          <string>Nearest</string>
0062         </property>
0063        </item>
0064        <item>
0065         <property name="text">
0066          <string>Simple</string>
0067         </property>
0068        </item>
0069        <item>
0070         <property name="text">
0071          <string>BILinear</string>
0072         </property>
0073        </item>
0074        <item>
0075         <property name="text">
0076          <string>HQLinear</string>
0077         </property>
0078        </item>
0079        <item>
0080         <property name="text">
0081          <string>VNG</string>
0082         </property>
0083        </item>
0084       </widget>
0085      </item>
0086      <item row="2" column="0">
0087       <widget class="QLabel" name="label_2">
0088        <property name="text">
0089         <string>X Offset:</string>
0090        </property>
0091       </widget>
0092      </item>
0093      <item row="2" column="1">
0094       <widget class="QSpinBox" name="XOffsetSpin">
0095        <property name="minimum">
0096         <number>0</number>
0097        </property>
0098        <property name="maximum">
0099         <number>1</number>
0100        </property>
0101       </widget>
0102      </item>
0103      <item row="3" column="0">
0104       <widget class="QLabel" name="label_3">
0105        <property name="text">
0106         <string>Y Offset:</string>
0107        </property>
0108       </widget>
0109      </item>
0110      <item row="3" column="1">
0111       <widget class="QSpinBox" name="YOffsetSpin">
0112        <property name="minimum">
0113         <number>0</number>
0114        </property>
0115        <property name="maximum">
0116         <number>1</number>
0117        </property>
0118       </widget>
0119      </item>
0120      <item row="4" column="0">
0121       <widget class="QLabel" name="label_5">
0122        <property name="text">
0123         <string>Status:</string>
0124        </property>
0125       </widget>
0126      </item>
0127      <item row="4" column="1">
0128       <widget class="QLineEdit" name="statusEdit">
0129        <property name="text">
0130         <string>Ready.</string>
0131        </property>
0132        <property name="readOnly">
0133         <bool>true</bool>
0134        </property>
0135       </widget>
0136      </item>
0137     </layout>
0138    </item>
0139    <item>
0140     <widget class="QDialogButtonBox" name="buttonBox">
0141      <property name="orientation">
0142       <enum>Qt::Horizontal</enum>
0143      </property>
0144      <property name="standardButtons">
0145       <set>QDialogButtonBox::Apply</set>
0146      </property>
0147     </widget>
0148    </item>
0149   </layout>
0150  </widget>
0151  <resources/>
0152  <connections>
0153   <connection>
0154    <sender>buttonBox</sender>
0155    <signal>accepted()</signal>
0156    <receiver>FITSDebayerDialog</receiver>
0157    <slot>accept()</slot>
0158    <hints>
0159     <hint type="sourcelabel">
0160      <x>248</x>
0161      <y>254</y>
0162     </hint>
0163     <hint type="destinationlabel">
0164      <x>157</x>
0165      <y>274</y>
0166     </hint>
0167    </hints>
0168   </connection>
0169   <connection>
0170    <sender>buttonBox</sender>
0171    <signal>rejected()</signal>
0172    <receiver>FITSDebayerDialog</receiver>
0173    <slot>reject()</slot>
0174    <hints>
0175     <hint type="sourcelabel">
0176      <x>316</x>
0177      <y>260</y>
0178     </hint>
0179     <hint type="destinationlabel">
0180      <x>286</x>
0181      <y>274</y>
0182     </hint>
0183    </hints>
0184   </connection>
0185  </connections>
0186 </ui>