Warning, /education/kstars/kstars/ekos/capture/dslrinfo.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>DSLRInfo</class>
0004  <widget class="QDialog" name="DSLRInfo">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>391</width>
0010     <height>162</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>DSLR Camera Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="DSLRIcon">
0021        <property name="sizePolicy">
0022         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0023          <horstretch>0</horstretch>
0024          <verstretch>0</verstretch>
0025         </sizepolicy>
0026        </property>
0027        <property name="minimumSize">
0028         <size>
0029          <width>48</width>
0030          <height>48</height>
0031         </size>
0032        </property>
0033        <property name="text">
0034         <string/>
0035        </property>
0036        <property name="alignment">
0037         <set>Qt::AlignCenter</set>
0038        </property>
0039       </widget>
0040      </item>
0041      <item>
0042       <widget class="QLabel" name="label">
0043        <property name="text">
0044         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Please fill the required information below. This is a one-time setup. You can obtain these values from your camera manual or from online sources such as &lt;a href=&quot;https://www.digicamdb.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Digital Camera Database&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0045        </property>
0046        <property name="wordWrap">
0047         <bool>true</bool>
0048        </property>
0049       </widget>
0050      </item>
0051     </layout>
0052    </item>
0053    <item>
0054     <layout class="QFormLayout" name="formLayout">
0055      <item row="0" column="0">
0056       <widget class="QLabel" name="label_3">
0057        <property name="toolTip">
0058         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sensor resolution in pixels (W x H)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0059        </property>
0060        <property name="text">
0061         <string>Sensor Resolution:</string>
0062        </property>
0063       </widget>
0064      </item>
0065      <item row="0" column="1">
0066       <layout class="QHBoxLayout" name="horizontalLayout_2">
0067        <item>
0068         <widget class="QSpinBox" name="maxWidth">
0069          <property name="maximum">
0070           <number>12000</number>
0071          </property>
0072          <property name="singleStep">
0073           <number>100</number>
0074          </property>
0075         </widget>
0076        </item>
0077        <item>
0078         <widget class="QLabel" name="label_4">
0079          <property name="text">
0080           <string>x</string>
0081          </property>
0082          <property name="alignment">
0083           <set>Qt::AlignCenter</set>
0084          </property>
0085         </widget>
0086        </item>
0087        <item>
0088         <widget class="QSpinBox" name="maxHeight">
0089          <property name="maximum">
0090           <number>12000</number>
0091          </property>
0092          <property name="singleStep">
0093           <number>100</number>
0094          </property>
0095         </widget>
0096        </item>
0097        <item>
0098         <spacer name="horizontalSpacer">
0099          <property name="orientation">
0100           <enum>Qt::Horizontal</enum>
0101          </property>
0102          <property name="sizeHint" stdset="0">
0103           <size>
0104            <width>40</width>
0105            <height>20</height>
0106           </size>
0107          </property>
0108         </spacer>
0109        </item>
0110       </layout>
0111      </item>
0112      <item row="1" column="0">
0113       <widget class="QLabel" name="label_5">
0114        <property name="toolTip">
0115         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pixel pitch in micrometers. For squared-pixel cameras, put the same value in the horizontal and vertical pixel pitches.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0116        </property>
0117        <property name="text">
0118         <string>Pixel Pitch:</string>
0119        </property>
0120        <property name="wordWrap">
0121         <bool>true</bool>
0122        </property>
0123       </widget>
0124      </item>
0125      <item row="1" column="1">
0126       <layout class="QHBoxLayout" name="horizontalLayout_3">
0127        <item>
0128         <widget class="QDoubleSpinBox" name="pixelX">
0129          <property name="maximum">
0130           <double>60.000000000000000</double>
0131          </property>
0132         </widget>
0133        </item>
0134        <item>
0135         <widget class="QLabel" name="label_7">
0136          <property name="text">
0137           <string>x</string>
0138          </property>
0139          <property name="alignment">
0140           <set>Qt::AlignCenter</set>
0141          </property>
0142         </widget>
0143        </item>
0144        <item>
0145         <widget class="QDoubleSpinBox" name="pixelY">
0146          <property name="maximum">
0147           <double>60.000000000000000</double>
0148          </property>
0149         </widget>
0150        </item>
0151        <item>
0152         <spacer name="horizontalSpacer_2">
0153          <property name="orientation">
0154           <enum>Qt::Horizontal</enum>
0155          </property>
0156          <property name="sizeHint" stdset="0">
0157           <size>
0158            <width>40</width>
0159            <height>20</height>
0160           </size>
0161          </property>
0162         </spacer>
0163        </item>
0164       </layout>
0165      </item>
0166     </layout>
0167    </item>
0168    <item>
0169     <widget class="QDialogButtonBox" name="buttonBox">
0170      <property name="orientation">
0171       <enum>Qt::Horizontal</enum>
0172      </property>
0173      <property name="standardButtons">
0174       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
0175      </property>
0176     </widget>
0177    </item>
0178   </layout>
0179  </widget>
0180  <resources/>
0181  <connections>
0182   <connection>
0183    <sender>buttonBox</sender>
0184    <signal>accepted()</signal>
0185    <receiver>DSLRInfo</receiver>
0186    <slot>accept()</slot>
0187    <hints>
0188     <hint type="sourcelabel">
0189      <x>248</x>
0190      <y>254</y>
0191     </hint>
0192     <hint type="destinationlabel">
0193      <x>157</x>
0194      <y>274</y>
0195     </hint>
0196    </hints>
0197   </connection>
0198   <connection>
0199    <sender>buttonBox</sender>
0200    <signal>rejected()</signal>
0201    <receiver>DSLRInfo</receiver>
0202    <slot>reject()</slot>
0203    <hints>
0204     <hint type="sourcelabel">
0205      <x>316</x>
0206      <y>260</y>
0207     </hint>
0208     <hint type="destinationlabel">
0209      <x>286</x>
0210      <y>274</y>
0211     </hint>
0212    </hints>
0213   </connection>
0214  </connections>
0215 </ui>