<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Astro</class> <widget class="QWidget" name="Astro"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>441</width> <height>483</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QGroupBox" name="gbPointing"> <property name="geometry"> <rect> <x>269</x> <y>19</y> <width>151</width> <height>431</height> </rect> </property> <property name="title"> <string/> </property> <widget class="QRadioButton" name="rb1"> <property name="geometry"> <rect> <x>10</x> <y>100</y> <width>30</width> <height>17</height> </rect> </property> <property name="text"> <string>1</string> </property> </widget> <widget class="QRadioButton" name="rb2"> <property name="geometry"> <rect> <x>60</x> <y>100</y> <width>40</width> <height>17</height> </rect> </property> <property name="text"> <string>2, 5</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton" name="rb3"> <property name="geometry"> <rect> <x>110</x> <y>100</y> <width>30</width> <height>17</height> </rect> </property> <property name="text"> <string>3</string> </property> </widget> <widget class="QRadioButton" name="rb4"> <property name="geometry"> <rect> <x>60</x> <y>150</y> <width>30</width> <height>17</height> </rect> </property> <property name="text"> <string>4</string> </property> </widget> <widget class="QRadioButton" name="rb6"> <property name="geometry"> <rect> <x>60</x> <y>50</y> <width>30</width> <height>17</height> </rect> </property> <property name="text"> <string>6</string> </property> </widget> <widget class="QDoubleSpinBox" name="sbOffset"> <property name="geometry"> <rect> <x>10</x> <y>230</y> <width>130</width> <height>22</height> </rect> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>Offset </string> </property> <property name="suffix"> <string> deg</string> </property> <property name="decimals"> <number>1</number> </property> <property name="minimum"> <double>0.500000000000000</double> </property> <property name="maximum"> <double>20.000000000000000</double> </property> <property name="singleStep"> <double>0.500000000000000</double> </property> <property name="value"> <double>2.500000000000000</double> </property> </widget> <widget class="QCheckBox" name="cbAutoCycle"> <property name="geometry"> <rect> <x>30</x> <y>330</y> <width>91</width> <height>17</height> </rect> </property> <property name="text"> <string>Auto Cycle</string> </property> </widget> <widget class="QCheckBox" name="cbOnOff"> <property name="geometry"> <rect> <x>30</x> <y>380</y> <width>70</width> <height>17</height> </rect> </property> <property name="text"> <string>On Off</string> </property> </widget> <widget class="QSpinBox" name="sbDwell"> <property name="geometry"> <rect> <x>10</x> <y>280</y> <width>130</width> <height>22</height> </rect> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="suffix"> <string> s</string> </property> <property name="prefix"> <string>Dwell </string> </property> <property name="minimum"> <number>10</number> </property> <property name="maximum"> <number>300</number> </property> <property name="singleStep"> <number>10</number> </property> </widget> </widget> <widget class="QWidget" name=""> <property name="geometry"> <rect> <x>0</x> <y>10</y> <width>258</width> <height>471</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTextBrowser" name="astroTextBrowser"> <property name="font"> <font> <family>Courier New</family> <pointsize>20</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="cbPointingTests"> <property name="text"> <string>Pointing Tests</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>