Warning, /education/kstars/kstars/options/opssatellites.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>OpsSatellites</class>
0004  <widget class="QWidget" name="OpsSatellites">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>533</width>
0010     <height>575</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="1" column="0">
0015     <layout class="QVBoxLayout" name="verticalLayout">
0016      <item>
0017       <widget class="QGroupBox" name="groupBox_2">
0018        <property name="title">
0019         <string>View Options</string>
0020        </property>
0021        <layout class="QVBoxLayout" name="verticalLayout_3">
0022         <item>
0023          <layout class="QHBoxLayout" name="horizontalLayout">
0024           <property name="sizeConstraint">
0025            <enum>QLayout::SetDefaultConstraint</enum>
0026           </property>
0027           <item>
0028            <widget class="QCheckBox" name="kcfg_ShowSatellites">
0029             <property name="text">
0030              <string>Show satellites</string>
0031             </property>
0032             <attribute name="buttonGroup">
0033              <string notr="true">satelliteButtonGroup</string>
0034             </attribute>
0035            </widget>
0036           </item>
0037           <item>
0038            <widget class="QCheckBox" name="kcfg_ShowVisibleSatellites">
0039             <property name="text">
0040              <string>Show only visible satellites</string>
0041             </property>
0042             <attribute name="buttonGroup">
0043              <string notr="true">satelliteButtonGroup</string>
0044             </attribute>
0045            </widget>
0046           </item>
0047          </layout>
0048         </item>
0049         <item>
0050          <layout class="QHBoxLayout" name="horizontalLayout_2">
0051           <item>
0052            <widget class="QCheckBox" name="kcfg_ShowSatellitesLabels">
0053             <property name="text">
0054              <string>Show labels</string>
0055             </property>
0056             <attribute name="buttonGroup">
0057              <string notr="true">satelliteButtonGroup</string>
0058             </attribute>
0059            </widget>
0060           </item>
0061           <item>
0062            <widget class="QCheckBox" name="kcfg_DrawSatellitesLikeStars">
0063             <property name="text">
0064              <string>Draw satellites like stars</string>
0065             </property>
0066             <attribute name="buttonGroup">
0067              <string notr="true">satelliteButtonGroup</string>
0068             </attribute>
0069            </widget>
0070           </item>
0071          </layout>
0072         </item>
0073        </layout>
0074       </widget>
0075      </item>
0076      <item>
0077       <widget class="QGroupBox" name="groupBox">
0078        <property name="title">
0079         <string>List of Satellites</string>
0080        </property>
0081        <layout class="QVBoxLayout" name="verticalLayout_2">
0082         <item>
0083          <layout class="QHBoxLayout" name="horizontalLayout_3">
0084           <item>
0085            <widget class="QLineEdit" name="FilterEdit">
0086             <property name="placeholderText">
0087              <string>Search satellites</string>
0088             </property>
0089             <property name="showClearButton" stdset="0">
0090              <bool>true</bool>
0091             </property>
0092            </widget>
0093           </item>
0094           <item>
0095            <widget class="QPushButton" name="UpdateTLEButton">
0096             <property name="sizePolicy">
0097              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0098               <horstretch>0</horstretch>
0099               <verstretch>0</verstretch>
0100              </sizepolicy>
0101             </property>
0102             <property name="text">
0103              <string>Update TLEs</string>
0104             </property>
0105            </widget>
0106           </item>
0107          </layout>
0108         </item>
0109         <item>
0110          <widget class="QTreeView" name="SatListTreeView"/>
0111         </item>
0112        </layout>
0113       </widget>
0114      </item>
0115     </layout>
0116    </item>
0117   </layout>
0118  </widget>
0119  <resources/>
0120  <connections/>
0121  <buttongroups>
0122   <buttongroup name="satelliteButtonGroup">
0123    <property name="exclusive">
0124     <bool>false</bool>
0125    </property>
0126   </buttongroup>
0127  </buttongroups>
0128 </ui>