Warning, /education/kstars/kstars/tools/conjunctions.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>ConjunctionsDlg</class>
0004  <widget class="QWidget" name="ConjunctionsDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>534</width>
0010     <height>445</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QGridLayout" name="gridLayout">
0016      <item row="0" column="1">
0017       <widget class="QPushButton" name="LocationButton">
0018        <property name="text">
0019         <string>Greenwich, United Kingdom</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="1" column="1">
0024       <widget class="QDateTimeEdit" name="startDate">
0025        <property name="calendarPopup">
0026         <bool>true</bool>
0027        </property>
0028       </widget>
0029      </item>
0030      <item row="2" column="0">
0031       <widget class="QLabel" name="label_2">
0032        <property name="text">
0033         <string>Ending on:</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item row="2" column="1">
0038       <widget class="QDateTimeEdit" name="stopDate">
0039        <property name="calendarPopup">
0040         <bool>true</bool>
0041        </property>
0042       </widget>
0043      </item>
0044      <item row="3" column="1">
0045       <layout class="QHBoxLayout" name="horizontalLayout">
0046        <item>
0047         <widget class="QComboBox" name="FilterTypeComboBox"/>
0048        </item>
0049        <item>
0050         <widget class="QPushButton" name="Obj1FindButton">
0051          <property name="text">
0052           <string>Find Object...</string>
0053          </property>
0054         </widget>
0055        </item>
0056        <item>
0057         <widget class="QLabel" name="label_4">
0058          <property name="text">
0059           <string>and</string>
0060          </property>
0061          <property name="alignment">
0062           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0063          </property>
0064         </widget>
0065        </item>
0066        <item>
0067         <widget class="QComboBox" name="Obj2ComboBox">
0068          <property name="sizePolicy">
0069           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0070            <horstretch>0</horstretch>
0071            <verstretch>0</verstretch>
0072           </sizepolicy>
0073          </property>
0074         </widget>
0075        </item>
0076       </layout>
0077      </item>
0078      <item row="1" column="0">
0079       <widget class="QLabel" name="label">
0080        <property name="text">
0081         <string>Starting on:</string>
0082        </property>
0083       </widget>
0084      </item>
0085      <item row="0" column="0">
0086       <widget class="QLabel" name="label_3">
0087        <property name="text">
0088         <string>Show conjunctions/oppositions for:</string>
0089        </property>
0090       </widget>
0091      </item>
0092      <item row="3" column="0">
0093       <widget class="QLabel" name="textLabel1">
0094        <property name="sizePolicy">
0095         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0096          <horstretch>0</horstretch>
0097          <verstretch>0</verstretch>
0098         </sizepolicy>
0099        </property>
0100        <property name="text">
0101         <string>Between objects:</string>
0102        </property>
0103       </widget>
0104      </item>
0105      <item row="4" column="0">
0106       <widget class="QLabel" name="label_5">
0107        <property name="text">
0108         <string>Maximum allowed separation:</string>
0109        </property>
0110       </widget>
0111      </item>
0112      <item row="4" column="1">
0113       <layout class="QHBoxLayout" name="horizontalLayout_5">
0114        <item>
0115         <widget class="dmsBox" name="maxSeparationBox"/>
0116        </item>
0117        <item>
0118         <spacer name="horizontalSpacer_3">
0119          <property name="orientation">
0120           <enum>Qt::Horizontal</enum>
0121          </property>
0122          <property name="sizeHint" stdset="0">
0123           <size>
0124            <width>40</width>
0125            <height>20</height>
0126           </size>
0127          </property>
0128         </spacer>
0129        </item>
0130       </layout>
0131      </item>
0132     </layout>
0133    </item>
0134    <item>
0135     <widget class="QStackedWidget" name="ComputeStack">
0136      <property name="sizePolicy">
0137       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0138        <horstretch>0</horstretch>
0139        <verstretch>0</verstretch>
0140       </sizepolicy>
0141      </property>
0142      <property name="currentIndex">
0143       <number>0</number>
0144      </property>
0145      <widget class="QWidget" name="page">
0146       <property name="sizePolicy">
0147        <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0148         <horstretch>0</horstretch>
0149         <verstretch>0</verstretch>
0150        </sizepolicy>
0151       </property>
0152       <layout class="QHBoxLayout" name="horizontalLayout_4">
0153        <item>
0154         <layout class="QHBoxLayout" name="horizontalLayout_2">
0155          <item>
0156           <widget class="QComboBox" name="ModeSelector">
0157            <property name="sizePolicy">
0158             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0159              <horstretch>0</horstretch>
0160              <verstretch>0</verstretch>
0161             </sizepolicy>
0162            </property>
0163            <item>
0164             <property name="text">
0165              <string>Conjunction</string>
0166             </property>
0167            </item>
0168            <item>
0169             <property name="text">
0170              <string>Opposition</string>
0171             </property>
0172            </item>
0173           </widget>
0174          </item>
0175          <item>
0176           <widget class="QPushButton" name="ComputeButton">
0177            <property name="text">
0178             <string>Compute</string>
0179            </property>
0180           </widget>
0181          </item>
0182          <item>
0183           <spacer name="horizontalSpacer_2">
0184            <property name="orientation">
0185             <enum>Qt::Horizontal</enum>
0186            </property>
0187            <property name="sizeHint" stdset="0">
0188             <size>
0189              <width>40</width>
0190              <height>20</height>
0191             </size>
0192            </property>
0193           </spacer>
0194          </item>
0195          <item>
0196           <widget class="QPushButton" name="ExportButton">
0197            <property name="text">
0198             <string>Export...</string>
0199            </property>
0200           </widget>
0201          </item>
0202          <item>
0203           <widget class="QPushButton" name="ClearButton">
0204            <property name="text">
0205             <string>Clear</string>
0206            </property>
0207           </widget>
0208          </item>
0209         </layout>
0210        </item>
0211       </layout>
0212      </widget>
0213      <widget class="QWidget" name="page_2">
0214       <property name="sizePolicy">
0215        <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0216         <horstretch>0</horstretch>
0217         <verstretch>0</verstretch>
0218        </sizepolicy>
0219       </property>
0220       <layout class="QHBoxLayout" name="horizontalLayout_3">
0221        <item>
0222         <widget class="QProgressBar" name="progress">
0223          <property name="value">
0224           <number>0</number>
0225          </property>
0226         </widget>
0227        </item>
0228       </layout>
0229      </widget>
0230     </widget>
0231    </item>
0232    <item>
0233     <widget class="QGroupBox" name="groupBox_2">
0234      <property name="title">
0235       <string>Conjunctions / Oppositions</string>
0236      </property>
0237      <layout class="QVBoxLayout" name="verticalLayout">
0238       <item>
0239        <widget class="QTableView" name="OutputList">
0240         <property name="editTriggers">
0241          <set>QAbstractItemView::NoEditTriggers</set>
0242         </property>
0243         <property name="showDropIndicator" stdset="0">
0244          <bool>false</bool>
0245         </property>
0246         <property name="alternatingRowColors">
0247          <bool>true</bool>
0248         </property>
0249         <property name="selectionMode">
0250          <enum>QAbstractItemView::SingleSelection</enum>
0251         </property>
0252         <property name="selectionBehavior">
0253          <enum>QAbstractItemView::SelectRows</enum>
0254         </property>
0255         <attribute name="horizontalHeaderCascadingSectionResizes">
0256          <bool>true</bool>
0257         </attribute>
0258         <attribute name="horizontalHeaderDefaultSectionSize">
0259          <number>160</number>
0260         </attribute>
0261         <attribute name="horizontalHeaderMinimumSectionSize">
0262          <number>100</number>
0263         </attribute>
0264         <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
0265          <bool>false</bool>
0266         </attribute>
0267         <attribute name="horizontalHeaderStretchLastSection">
0268          <bool>true</bool>
0269         </attribute>
0270        </widget>
0271       </item>
0272       <item>
0273        <layout class="QHBoxLayout" name="horizontalLayout_7">
0274         <item>
0275          <widget class="QPushButton" name="ClearFilterButton">
0276           <property name="text">
0277            <string/>
0278           </property>
0279          </widget>
0280         </item>
0281         <item>
0282          <widget class="QLineEdit" name="FilterEdit"/>
0283         </item>
0284        </layout>
0285       </item>
0286      </layout>
0287     </widget>
0288    </item>
0289   </layout>
0290  </widget>
0291  <customwidgets>
0292   <customwidget>
0293    <class>dmsBox</class>
0294    <extends>QLineEdit</extends>
0295    <header>widgets/dmsbox.h</header>
0296   </customwidget>
0297  </customwidgets>
0298  <resources/>
0299  <connections/>
0300 </ui>