Warning, /education/kstars/kstars/tools/argchangeviewoption.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>ArgChangeViewOption</class>
0003  <widget class="QWidget" name="ArgChangeViewOption" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>260</width>
0009     <height>171</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <property name="margin" >
0014     <number>10</number>
0015    </property>
0016    <property name="spacing" >
0017     <number>6</number>
0018    </property>
0019    <item>
0020     <layout class="QGridLayout" >
0021      <property name="margin" >
0022       <number>0</number>
0023      </property>
0024      <property name="spacing" >
0025       <number>6</number>
0026      </property>
0027      <item row="0" column="1" >
0028       <widget class="QComboBox" name="OptionName" >
0029        <property name="toolTip" >
0030         <string>List of adjustable options</string>
0031        </property>
0032        <property name="whatsThis" >
0033         <string>Select an option from this list to set its value.  You may also select the option using an organized Tree List using the &quot;Browse Tree...&quot; button.</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item row="1" column="0" >
0038       <spacer>
0039        <property name="orientation" >
0040         <enum>Qt::Horizontal</enum>
0041        </property>
0042        <property name="sizeType" >
0043         <enum>QSizePolicy::Expanding</enum>
0044        </property>
0045        <property name="sizeHint" >
0046         <size>
0047          <width>50</width>
0048          <height>20</height>
0049         </size>
0050        </property>
0051       </spacer>
0052      </item>
0053      <item row="3" column="0" >
0054       <widget class="QLabel" name="textLabel1_2" >
0055        <property name="text" >
0056         <string>Value:</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item row="1" column="1" >
0061       <widget class="QPushButton" name="TreeButton" >
0062        <property name="toolTip" >
0063         <string>Show Tree View of options</string>
0064        </property>
0065        <property name="whatsThis" >
0066         <string>Press this button to select a View Option from a Tree list, in which they are grouped by subject.  Also shown are a short description of each option, and the data type of the option's value (string, integer, float or boolean).</string>
0067        </property>
0068        <property name="text" >
0069         <string>Browse Tree...</string>
0070        </property>
0071       </widget>
0072      </item>
0073      <item row="3" column="1" >
0074       <widget class="QLineEdit" name="OptionValue" >
0075        <property name="toolTip" >
0076         <string>value for selected option</string>
0077        </property>
0078        <property name="whatsThis" >
0079         <string>Set the value for the selected view option here.  Make sure the value you enter matches the data type expected by the option.  For example, the &quot;UseAltAz&quot; option expects a boolean value, so you should enter &quot;true&quot;, &quot;false&quot;, &quot;1&quot;, or &quot;0&quot;.  If you are unsure what data type is expected, examine the Tree View of options using the &quot;Browse Tree...&quot; button.</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item row="2" column="0" colspan="2" >
0084       <spacer>
0085        <property name="orientation" >
0086         <enum>Qt::Horizontal</enum>
0087        </property>
0088        <property name="sizeType" >
0089         <enum>QSizePolicy::Expanding</enum>
0090        </property>
0091        <property name="sizeHint" >
0092         <size>
0093          <width>160</width>
0094          <height>20</height>
0095         </size>
0096        </property>
0097       </spacer>
0098      </item>
0099      <item row="0" column="0" >
0100       <widget class="QLabel" name="textLabel1" >
0101        <property name="text" >
0102         <string>Option:</string>
0103        </property>
0104       </widget>
0105      </item>
0106     </layout>
0107    </item>
0108    <item>
0109     <spacer>
0110      <property name="orientation" >
0111       <enum>Qt::Vertical</enum>
0112      </property>
0113      <property name="sizeType" >
0114       <enum>QSizePolicy::Expanding</enum>
0115      </property>
0116      <property name="sizeHint" >
0117       <size>
0118        <width>20</width>
0119        <height>16</height>
0120       </size>
0121      </property>
0122     </spacer>
0123    </item>
0124   </layout>
0125  </widget>
0126   <customwidgets>
0127   <customwidget>
0128    <class>QLineEdit</class>
0129    <extends></extends>
0130    <header>klineedit.h</header>
0131    <container>0</container>
0132    <pixmap></pixmap>
0133   </customwidget>
0134   <customwidget>
0135    <class>QPushButton</class>
0136    <extends></extends>
0137    <header>kpushbutton.h</header>
0138    <container>0</container>
0139    <pixmap></pixmap>
0140   </customwidget>
0141   <customwidget>
0142    <class>QComboBox</class>
0143    <extends></extends>
0144    <header>QComboBox.h</header>
0145    <container>0</container>
0146    <pixmap></pixmap>
0147   </customwidget>
0148  </customwidgets>
0149  <resources/>
0150  <connections/>
0151 </ui>