Warning, /education/kstars/kstars/printing/pwizfovtypeselection.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>PWizFovTypeSelection</class>
0004  <widget class="QWidget" name="PWizFovTypeSelection">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>586</width>
0010     <height>395</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <item>
0015     <widget class="QLabel" name="banner">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="minimumSize">
0023       <size>
0024        <width>120</width>
0025        <height>360</height>
0026       </size>
0027      </property>
0028      <property name="text">
0029       <string/>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <spacer name="horSpacer4">
0035      <property name="orientation">
0036       <enum>Qt::Horizontal</enum>
0037      </property>
0038      <property name="sizeType">
0039       <enum>QSizePolicy::Fixed</enum>
0040      </property>
0041      <property name="sizeHint" stdset="0">
0042       <size>
0043        <width>5</width>
0044        <height>20</height>
0045       </size>
0046      </property>
0047     </spacer>
0048    </item>
0049    <item>
0050     <layout class="QVBoxLayout" name="fovTypeLayout">
0051      <property name="spacing">
0052       <number>6</number>
0053      </property>
0054      <property name="margin">
0055       <number>0</number>
0056      </property>
0057      <item>
0058       <widget class="QLabel" name="stepTitle">
0059        <property name="font">
0060         <font>
0061          <family>Sans Serif</family>
0062          <pointsize>11</pointsize>
0063          <weight>75</weight>
0064          <italic>false</italic>
0065          <bold>true</bold>
0066          <underline>false</underline>
0067          <strikeout>false</strikeout>
0068         </font>
0069        </property>
0070        <property name="text">
0071         <string>Choose Field of View Capture Method</string>
0072        </property>
0073       </widget>
0074      </item>
0075      <item>
0076       <spacer name="vertSpacer1">
0077        <property name="orientation">
0078         <enum>Qt::Vertical</enum>
0079        </property>
0080        <property name="sizeType">
0081         <enum>QSizePolicy::Fixed</enum>
0082        </property>
0083        <property name="sizeHint" stdset="0">
0084         <size>
0085          <width>20</width>
0086          <height>12</height>
0087         </size>
0088        </property>
0089       </spacer>
0090      </item>
0091      <item>
0092       <widget class="QLabel" name="stepText">
0093        <property name="text">
0094         <string>&lt;p&gt;Select field of view capture method. There are two methods: manual and star hopping-based.&lt;/p&gt;
0095 &lt;p&gt;In &lt;b&gt;manual method&lt;/b&gt; you navigate the sky map to find the objects of interest, then capture multiple fields of view representations.&lt;/p&gt;
0096 &lt;p&gt;&lt;b&gt;Star hopping-based method&lt;/b&gt; automatically captures FOV snapshots using star hopping. This is experimental feature.&lt;/p&gt;
0097 &lt;p&gt;Once you have selected field of view capture method, press &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;</string>
0098        </property>
0099        <property name="wordWrap">
0100         <bool>true</bool>
0101        </property>
0102       </widget>
0103      </item>
0104      <item>
0105       <spacer name="vertSpacer2">
0106        <property name="orientation">
0107         <enum>Qt::Vertical</enum>
0108        </property>
0109        <property name="sizeType">
0110         <enum>QSizePolicy::Maximum</enum>
0111        </property>
0112        <property name="sizeHint" stdset="0">
0113         <size>
0114          <width>20</width>
0115          <height>12</height>
0116         </size>
0117        </property>
0118       </spacer>
0119      </item>
0120      <item>
0121       <widget class="QLabel" name="typeLabel">
0122        <property name="font">
0123         <font>
0124          <weight>75</weight>
0125          <bold>true</bold>
0126         </font>
0127        </property>
0128        <property name="text">
0129         <string>Field of view definition method:</string>
0130        </property>
0131       </widget>
0132      </item>
0133      <item>
0134       <widget class="QRadioButton" name="manualRadio">
0135        <property name="text">
0136         <string>Manually capture field of view snapshots</string>
0137        </property>
0138        <property name="checked">
0139         <bool>true</bool>
0140        </property>
0141       </widget>
0142      </item>
0143      <item>
0144       <widget class="QRadioButton" name="hopperRadio">
0145        <property name="sizePolicy">
0146         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0147          <horstretch>0</horstretch>
0148          <verstretch>0</verstretch>
0149         </sizepolicy>
0150        </property>
0151        <property name="text">
0152         <string>Star hopper-based fields of view capture (experimental)</string>
0153        </property>
0154       </widget>
0155      </item>
0156      <item>
0157       <spacer name="vertSpacer3">
0158        <property name="orientation">
0159         <enum>Qt::Vertical</enum>
0160        </property>
0161        <property name="sizeHint" stdset="0">
0162         <size>
0163          <width>20</width>
0164          <height>40</height>
0165         </size>
0166        </property>
0167       </spacer>
0168      </item>
0169     </layout>
0170    </item>
0171   </layout>
0172  </widget>
0173  <resources/>
0174  <connections/>
0175 </ui>