<?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>503</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTextBrowser" name="astroTextBrowser"> <property name="font"> <font> <family>Courier New</family> <pointsize>20</pointsize> <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> </item> <item row="0" column="1"> <widget class="QGroupBox" name="gbPointing"> <property name="title"> <string/> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="1"> <widget class="QRadioButton" name="rb6"> <property name="text"> <string>6</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QRadioButton" name="rb1"> <property name="text"> <string>1</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QRadioButton" name="rb2"> <property name="text"> <string>2, 5</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="1" column="2"> <widget class="QRadioButton" name="rb3"> <property name="text"> <string>3</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QRadioButton" name="rb4"> <property name="text"> <string>4</string> </property> </widget> </item> <item row="3" column="0" colspan="3"> <widget class="QDoubleSpinBox" name="sbOffset"> <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> </item> <item row="4" column="0" colspan="3"> <widget class="QSpinBox" name="sbDwell"> <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> </item> <item row="5" column="0" colspan="3"> <widget class="QCheckBox" name="cbAutoCycle"> <property name="text"> <string>Auto Cycle</string> </property> </widget> </item> <item row="6" column="0" colspan="2"> <widget class="QCheckBox" name="cbOnOff"> <property name="text"> <string>On Off</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>