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

0001 <ui version="4.0" >
0002  <class>modCalcJdDlg</class>
0003  <widget class="QWidget" name="modCalcJdDlg" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>521</width>
0009     <height>340</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <item>
0014     <widget class="QTabWidget" name="tabWidget" >
0015      <property name="currentIndex" >
0016       <number>0</number>
0017      </property>
0018      <widget class="QWidget" name="tab" >
0019       <property name="geometry" >
0020        <rect>
0021         <x>0</x>
0022         <y>0</y>
0023         <width>501</width>
0024         <height>294</height>
0025        </rect>
0026       </property>
0027       <attribute name="title" >
0028        <string>Interactive Mode</string>
0029       </attribute>
0030       <layout class="QVBoxLayout" >
0031        <item>
0032         <layout class="QGridLayout" >
0033          <item row="0" column="0" >
0034           <widget class="QLabel" name="label" >
0035            <property name="text" >
0036             <string>Date and time:</string>
0037            </property>
0038           </widget>
0039          </item>
0040          <item row="0" column="1" >
0041           <layout class="QHBoxLayout" >
0042            <item>
0043             <widget class="QDateTimeEdit" name="DateTimeBox" />
0044            </item>
0045            <item>
0046             <widget class="QPushButton" name="NowButton" >
0047              <property name="text" >
0048               <string>Now</string>
0049              </property>
0050             </widget>
0051            </item>
0052           </layout>
0053          </item>
0054          <item row="1" column="0" >
0055           <widget class="QLabel" name="label_2" >
0056            <property name="text" >
0057             <string>Julian day:</string>
0058            </property>
0059           </widget>
0060          </item>
0061          <item row="1" column="1" >
0062           <widget class="QLineEdit" name="JDBox" />
0063          </item>
0064          <item row="2" column="0" >
0065           <widget class="QLabel" name="label_3" >
0066            <property name="text" >
0067             <string>Modified Julian day:</string>
0068            </property>
0069           </widget>
0070          </item>
0071          <item row="2" column="1" >
0072           <widget class="QLineEdit" name="ModJDBox" />
0073          </item>
0074         </layout>
0075        </item>
0076        <item>
0077         <spacer>
0078          <property name="orientation" >
0079           <enum>Qt::Vertical</enum>
0080          </property>
0081          <property name="sizeHint" stdset="0" >
0082           <size>
0083            <width>21</width>
0084            <height>125</height>
0085           </size>
0086          </property>
0087         </spacer>
0088        </item>
0089       </layout>
0090      </widget>
0091      <widget class="QWidget" name="tab_2" >
0092       <property name="geometry" >
0093        <rect>
0094         <x>0</x>
0095         <y>0</y>
0096         <width>100</width>
0097         <height>30</height>
0098        </rect>
0099       </property>
0100       <attribute name="title" >
0101        <string>Batch Mode</string>
0102       </attribute>
0103       <layout class="QVBoxLayout" >
0104        <item>
0105         <layout class="QHBoxLayout" >
0106          <item>
0107           <widget class="QLabel" name="label_4" >
0108            <property name="text" >
0109             <string>Input parameter: </string>
0110            </property>
0111           </widget>
0112          </item>
0113          <item>
0114           <widget class="QComboBox" name="InputComboBatch" >
0115            <property name="sizeAdjustPolicy" >
0116             <enum>QComboBox::AdjustToContents</enum>
0117            </property>
0118            <item>
0119             <property name="text" >
0120              <string>Date and time</string>
0121             </property>
0122            </item>
0123            <item>
0124             <property name="text" >
0125              <string>Julian day</string>
0126             </property>
0127            </item>
0128            <item>
0129             <property name="text" >
0130              <string>Modified Julian day</string>
0131             </property>
0132            </item>
0133           </widget>
0134          </item>
0135          <item>
0136           <spacer>
0137            <property name="orientation" >
0138             <enum>Qt::Horizontal</enum>
0139            </property>
0140            <property name="sizeHint" stdset="0" >
0141             <size>
0142              <width>40</width>
0143              <height>20</height>
0144             </size>
0145            </property>
0146           </spacer>
0147          </item>
0148         </layout>
0149        </item>
0150        <item>
0151         <spacer>
0152          <property name="orientation" >
0153           <enum>Qt::Vertical</enum>
0154          </property>
0155          <property name="sizeType" >
0156           <enum>QSizePolicy::Minimum</enum>
0157          </property>
0158          <property name="sizeHint" stdset="0" >
0159           <size>
0160            <width>20</width>
0161            <height>21</height>
0162           </size>
0163          </property>
0164         </spacer>
0165        </item>
0166        <item>
0167         <layout class="QGridLayout" >
0168          <item row="0" column="0" >
0169           <widget class="QLabel" name="label_5" >
0170            <property name="text" >
0171             <string>Input file: </string>
0172            </property>
0173           </widget>
0174          </item>
0175          <item row="0" column="1" >
0176           <widget class="KUrlRequester" name="InputFileBatch" />
0177          </item>
0178          <item row="1" column="0" >
0179           <widget class="QLabel" name="label_6" >
0180            <property name="text" >
0181             <string>Output file: </string>
0182            </property>
0183           </widget>
0184          </item>
0185          <item row="1" column="1" >
0186           <widget class="KUrlRequester" name="OutputFileBatch" />
0187          </item>
0188         </layout>
0189        </item>
0190        <item>
0191         <spacer>
0192          <property name="orientation" >
0193           <enum>Qt::Vertical</enum>
0194          </property>
0195          <property name="sizeType" >
0196           <enum>QSizePolicy::Minimum</enum>
0197          </property>
0198          <property name="sizeHint" stdset="0" >
0199           <size>
0200            <width>20</width>
0201            <height>20</height>
0202           </size>
0203          </property>
0204         </spacer>
0205        </item>
0206        <item>
0207         <layout class="QHBoxLayout" >
0208          <item>
0209           <spacer>
0210            <property name="orientation" >
0211             <enum>Qt::Horizontal</enum>
0212            </property>
0213            <property name="sizeHint" stdset="0" >
0214             <size>
0215              <width>40</width>
0216              <height>20</height>
0217             </size>
0218            </property>
0219           </spacer>
0220          </item>
0221          <item>
0222           <layout class="QVBoxLayout" >
0223            <item>
0224             <widget class="QPushButton" name="RunButtonBatch" >
0225              <property name="text" >
0226               <string>Compute</string>
0227              </property>
0228             </widget>
0229            </item>
0230            <item>
0231             <widget class="QPushButton" name="ViewButtonBatch" >
0232              <property name="text" >
0233               <string>View Output...</string>
0234              </property>
0235             </widget>
0236            </item>
0237           </layout>
0238          </item>
0239          <item>
0240           <spacer>
0241            <property name="orientation" >
0242             <enum>Qt::Horizontal</enum>
0243            </property>
0244            <property name="sizeHint" stdset="0" >
0245             <size>
0246              <width>40</width>
0247              <height>20</height>
0248             </size>
0249            </property>
0250           </spacer>
0251          </item>
0252         </layout>
0253        </item>
0254        <item>
0255         <spacer>
0256          <property name="orientation" >
0257           <enum>Qt::Vertical</enum>
0258          </property>
0259          <property name="sizeHint" stdset="0" >
0260           <size>
0261            <width>20</width>
0262            <height>40</height>
0263           </size>
0264          </property>
0265         </spacer>
0266        </item>
0267       </layout>
0268      </widget>
0269     </widget>
0270    </item>
0271   </layout>
0272  </widget>
0273  <customwidgets>
0274   <customwidget>
0275    <class>KUrlRequester</class>
0276    <extends>QFrame</extends>
0277    <header>KUrlRequester</header>
0278   </customwidget>
0279  </customwidgets>
0280  <resources/>
0281  <connections/>
0282 </ui>