Warning, /education/kstars/kstars/tools/altvstime.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>AltVsTime</class>
0004  <widget class="QWidget" name="AltVsTime">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>678</width>
0010     <height>599</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Altitude vs. Time</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QCustomPlot" name="View">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="minimumSize">
0026       <size>
0027        <width>400</width>
0028        <height>325</height>
0029       </size>
0030      </property>
0031     </widget>
0032    </item>
0033    <item alignment="Qt::AlignTop">
0034     <widget class="QTabWidget" name="tabWidget2">
0035      <property name="sizePolicy">
0036       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0037        <horstretch>0</horstretch>
0038        <verstretch>0</verstretch>
0039       </sizepolicy>
0040      </property>
0041      <property name="currentIndex">
0042       <number>0</number>
0043      </property>
0044      <widget class="QWidget" name="tab1">
0045       <attribute name="title">
0046        <string>Sources</string>
0047       </attribute>
0048       <layout class="QVBoxLayout">
0049        <item>
0050         <layout class="QGridLayout">
0051          <item row="0" column="0">
0052           <widget class="QLabel" name="textLabel1">
0053            <property name="text">
0054             <string>Name:</string>
0055            </property>
0056           </widget>
0057          </item>
0058          <item row="0" column="1" colspan="2">
0059           <widget class="QLineEdit" name="nameBox">
0060            <property name="toolTip">
0061             <string>Name of plotted object</string>
0062            </property>
0063            <property name="whatsThis">
0064             <string>There are two ways to use this field:  
0065 
0066 1. Simply type the name of a known object and press the &quot;Plot&quot; button (or press Enter).  The object's Altitude vs. Time curve will be added to the plot, and its coordinates will be displayed below.
0067 
0068 2. Type a name label for a custom object.  You will also need to specify the RA and Dec coordinates of the object, and then press the &quot;Plot&quot; button to add its curve to the plot.</string>
0069            </property>
0070            <property name="trapEnterKeyEvent" stdset="0">
0071             <bool>true</bool>
0072            </property>
0073           </widget>
0074          </item>
0075          <item row="0" column="3">
0076           <widget class="QPushButton" name="browseButton">
0077            <property name="sizePolicy">
0078             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0079              <horstretch>0</horstretch>
0080              <verstretch>0</verstretch>
0081             </sizepolicy>
0082            </property>
0083            <property name="text">
0084             <string>Find Object...</string>
0085            </property>
0086           </widget>
0087          </item>
0088          <item row="1" column="0">
0089           <widget class="QLabel" name="textLabel2">
0090            <property name="sizePolicy">
0091             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0092              <horstretch>0</horstretch>
0093              <verstretch>0</verstretch>
0094             </sizepolicy>
0095            </property>
0096            <property name="text">
0097             <string>RA:</string>
0098            </property>
0099            <property name="alignment">
0100             <set>Qt::AlignVCenter</set>
0101            </property>
0102           </widget>
0103          </item>
0104          <item row="1" column="1" colspan="2">
0105           <widget class="dmsBox" name="raBox">
0106            <property name="enabled">
0107             <bool>true</bool>
0108            </property>
0109            <property name="sizePolicy">
0110             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0111              <horstretch>0</horstretch>
0112              <verstretch>0</verstretch>
0113             </sizepolicy>
0114            </property>
0115           </widget>
0116          </item>
0117          <item row="2" column="1" colspan="2">
0118           <widget class="dmsBox" name="decBox"/>
0119          </item>
0120          <item row="1" column="3">
0121           <widget class="QPushButton" name="addButton">
0122            <property name="sizePolicy">
0123             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0124              <horstretch>0</horstretch>
0125              <verstretch>0</verstretch>
0126             </sizepolicy>
0127            </property>
0128            <property name="text">
0129             <string>Plot</string>
0130            </property>
0131           </widget>
0132          </item>
0133          <item row="2" column="3">
0134           <widget class="QPushButton" name="clearFieldsButton">
0135            <property name="sizePolicy">
0136             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0137              <horstretch>0</horstretch>
0138              <verstretch>0</verstretch>
0139             </sizepolicy>
0140            </property>
0141            <property name="minimumSize">
0142             <size>
0143              <width>100</width>
0144              <height>0</height>
0145             </size>
0146            </property>
0147            <property name="text">
0148             <string>Clear Fields</string>
0149            </property>
0150           </widget>
0151          </item>
0152          <item row="2" column="0">
0153           <widget class="QLabel" name="textLabel4">
0154            <property name="sizePolicy">
0155             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0156              <horstretch>0</horstretch>
0157              <verstretch>0</verstretch>
0158             </sizepolicy>
0159            </property>
0160            <property name="text">
0161             <string>Dec:</string>
0162            </property>
0163           </widget>
0164          </item>
0165          <item row="3" column="1">
0166           <widget class="QLineEdit" name="epochName">
0167            <property name="minimumSize">
0168             <size>
0169              <width>80</width>
0170              <height>0</height>
0171             </size>
0172            </property>
0173            <property name="maximumSize">
0174             <size>
0175              <width>80</width>
0176              <height>26</height>
0177             </size>
0178            </property>
0179           </widget>
0180          </item>
0181          <item row="3" column="3">
0182           <widget class="QPushButton" name="clearButton">
0183            <property name="sizePolicy">
0184             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0185              <horstretch>0</horstretch>
0186              <verstretch>0</verstretch>
0187             </sizepolicy>
0188            </property>
0189            <property name="text">
0190             <string>Clear List</string>
0191            </property>
0192           </widget>
0193          </item>
0194          <item row="3" column="0">
0195           <widget class="QLabel" name="textLabel3">
0196            <property name="text">
0197             <string>Equinox:     </string>
0198            </property>
0199           </widget>
0200          </item>
0201          <item row="3" column="2">
0202           <spacer>
0203            <property name="orientation">
0204             <enum>Qt::Horizontal</enum>
0205            </property>
0206            <property name="sizeHint" stdset="0">
0207             <size>
0208              <width>40</width>
0209              <height>20</height>
0210             </size>
0211            </property>
0212           </spacer>
0213          </item>
0214          <item row="0" column="4" rowspan="4">
0215           <widget class="QListWidget" name="PlotList">
0216            <property name="sizePolicy">
0217             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0218              <horstretch>0</horstretch>
0219              <verstretch>0</verstretch>
0220             </sizepolicy>
0221            </property>
0222           </widget>
0223          </item>
0224         </layout>
0225        </item>
0226        <item>
0227         <layout class="QHBoxLayout" name="horizontalLayout">
0228          <property name="spacing">
0229           <number>6</number>
0230          </property>
0231          <property name="sizeConstraint">
0232           <enum>QLayout::SetNoConstraint</enum>
0233          </property>
0234          <item>
0235           <widget class="QLabel" name="timeLabel">
0236            <property name="text">
0237             <string>Local time:</string>
0238            </property>
0239           </widget>
0240          </item>
0241          <item>
0242           <widget class="QDateTimeEdit" name="timeSpin">
0243            <property name="minimumDate">
0244             <date>
0245              <year>2000</year>
0246              <month>1</month>
0247              <day>1</day>
0248             </date>
0249            </property>
0250            <property name="currentSection">
0251             <enum>QDateTimeEdit::HourSection</enum>
0252            </property>
0253            <property name="displayFormat">
0254             <string>HH:mm</string>
0255            </property>
0256           </widget>
0257          </item>
0258          <item>
0259           <widget class="QPushButton" name="computeButton">
0260            <property name="sizePolicy">
0261             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0262              <horstretch>108</horstretch>
0263              <verstretch>0</verstretch>
0264             </sizepolicy>
0265            </property>
0266            <property name="text">
0267             <string>    Compute    </string>
0268            </property>
0269           </widget>
0270          </item>
0271          <item>
0272           <spacer name="horizontalSpacer_2">
0273            <property name="orientation">
0274             <enum>Qt::Horizontal</enum>
0275            </property>
0276            <property name="sizeHint" stdset="0">
0277             <size>
0278              <width>20</width>
0279              <height>20</height>
0280             </size>
0281            </property>
0282           </spacer>
0283          </item>
0284          <item>
0285           <widget class="QLabel" name="altitudeLabel">
0286            <property name="sizePolicy">
0287             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0288              <horstretch>0</horstretch>
0289              <verstretch>0</verstretch>
0290             </sizepolicy>
0291            </property>
0292            <property name="text">
0293             <string>Altitude: </string>
0294            </property>
0295           </widget>
0296          </item>
0297          <item>
0298           <widget class="QLineEdit" name="altitudeBox">
0299            <property name="sizePolicy">
0300             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0301              <horstretch>150</horstretch>
0302              <verstretch>0</verstretch>
0303             </sizepolicy>
0304            </property>
0305            <property name="minimumSize">
0306             <size>
0307              <width>0</width>
0308              <height>0</height>
0309             </size>
0310            </property>
0311            <property name="text">
0312             <string/>
0313            </property>
0314           </widget>
0315          </item>
0316          <item>
0317           <spacer name="horizontalSpacer_3">
0318            <property name="orientation">
0319             <enum>Qt::Horizontal</enum>
0320            </property>
0321            <property name="sizeType">
0322             <enum>QSizePolicy::Expanding</enum>
0323            </property>
0324            <property name="sizeHint" stdset="0">
0325             <size>
0326              <width>40</width>
0327              <height>20</height>
0328             </size>
0329            </property>
0330           </spacer>
0331          </item>
0332          <item>
0333           <widget class="QPushButton" name="riseButton">
0334            <property name="autoFillBackground">
0335             <bool>false</bool>
0336            </property>
0337            <property name="text">
0338             <string>Object Rise</string>
0339            </property>
0340           </widget>
0341          </item>
0342          <item>
0343           <widget class="QPushButton" name="setButton">
0344            <property name="text">
0345             <string>Object Set</string>
0346            </property>
0347           </widget>
0348          </item>
0349          <item>
0350           <widget class="QPushButton" name="transitButton">
0351            <property name="text">
0352             <string>Transit</string>
0353            </property>
0354           </widget>
0355          </item>
0356         </layout>
0357        </item>
0358       </layout>
0359      </widget>
0360      <widget class="QWidget" name="tab2">
0361       <attribute name="title">
0362        <string>Date &amp;&amp; Location</string>
0363       </attribute>
0364       <layout class="QVBoxLayout">
0365        <property name="spacing">
0366         <number>6</number>
0367        </property>
0368        <property name="leftMargin">
0369         <number>8</number>
0370        </property>
0371        <property name="topMargin">
0372         <number>8</number>
0373        </property>
0374        <property name="rightMargin">
0375         <number>8</number>
0376        </property>
0377        <property name="bottomMargin">
0378         <number>8</number>
0379        </property>
0380        <item>
0381         <layout class="QHBoxLayout">
0382          <property name="spacing">
0383           <number>6</number>
0384          </property>
0385          <property name="leftMargin">
0386           <number>0</number>
0387          </property>
0388          <property name="topMargin">
0389           <number>0</number>
0390          </property>
0391          <property name="rightMargin">
0392           <number>0</number>
0393          </property>
0394          <property name="bottomMargin">
0395           <number>0</number>
0396          </property>
0397          <item>
0398           <widget class="QLabel" name="textLabel5">
0399            <property name="text">
0400             <string>Date:</string>
0401            </property>
0402           </widget>
0403          </item>
0404          <item>
0405           <widget class="KDatePicker" name="DateWidget"/>
0406          </item>
0407          <item>
0408           <spacer>
0409            <property name="orientation">
0410             <enum>Qt::Horizontal</enum>
0411            </property>
0412            <property name="sizeType">
0413             <enum>QSizePolicy::Expanding</enum>
0414            </property>
0415            <property name="sizeHint" stdset="0">
0416             <size>
0417              <width>257</width>
0418              <height>20</height>
0419             </size>
0420            </property>
0421           </spacer>
0422          </item>
0423         </layout>
0424        </item>
0425        <item>
0426         <layout class="QHBoxLayout">
0427          <property name="spacing">
0428           <number>6</number>
0429          </property>
0430          <property name="leftMargin">
0431           <number>0</number>
0432          </property>
0433          <property name="topMargin">
0434           <number>0</number>
0435          </property>
0436          <property name="rightMargin">
0437           <number>0</number>
0438          </property>
0439          <property name="bottomMargin">
0440           <number>0</number>
0441          </property>
0442          <item>
0443           <widget class="QPushButton" name="cityButton">
0444            <property name="text">
0445             <string>Choose City...</string>
0446            </property>
0447           </widget>
0448          </item>
0449          <item>
0450           <widget class="QLabel" name="textLabel7">
0451            <property name="sizePolicy">
0452             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0453              <horstretch>0</horstretch>
0454              <verstretch>0</verstretch>
0455             </sizepolicy>
0456            </property>
0457            <property name="text">
0458             <string>Long.:</string>
0459            </property>
0460           </widget>
0461          </item>
0462          <item>
0463           <widget class="dmsBox" name="longBox"/>
0464          </item>
0465          <item>
0466           <widget class="QLabel" name="textLabel6">
0467            <property name="sizePolicy">
0468             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0469              <horstretch>0</horstretch>
0470              <verstretch>0</verstretch>
0471             </sizepolicy>
0472            </property>
0473            <property name="text">
0474             <string>Lat.:</string>
0475            </property>
0476           </widget>
0477          </item>
0478          <item>
0479           <widget class="dmsBox" name="latBox"/>
0480          </item>
0481         </layout>
0482        </item>
0483        <item>
0484         <spacer>
0485          <property name="orientation">
0486           <enum>Qt::Vertical</enum>
0487          </property>
0488          <property name="sizeType">
0489           <enum>QSizePolicy::Expanding</enum>
0490          </property>
0491          <property name="sizeHint" stdset="0">
0492           <size>
0493            <width>20</width>
0494            <height>16</height>
0495           </size>
0496          </property>
0497         </spacer>
0498        </item>
0499        <item>
0500         <layout class="QHBoxLayout">
0501          <property name="spacing">
0502           <number>6</number>
0503          </property>
0504          <property name="leftMargin">
0505           <number>0</number>
0506          </property>
0507          <property name="topMargin">
0508           <number>0</number>
0509          </property>
0510          <property name="rightMargin">
0511           <number>0</number>
0512          </property>
0513          <property name="bottomMargin">
0514           <number>0</number>
0515          </property>
0516          <item>
0517           <spacer>
0518            <property name="orientation">
0519             <enum>Qt::Horizontal</enum>
0520            </property>
0521            <property name="sizeType">
0522             <enum>QSizePolicy::Expanding</enum>
0523            </property>
0524            <property name="sizeHint" stdset="0">
0525             <size>
0526              <width>40</width>
0527              <height>20</height>
0528             </size>
0529            </property>
0530           </spacer>
0531          </item>
0532          <item>
0533           <widget class="QPushButton" name="updateButton">
0534            <property name="text">
0535             <string>Update</string>
0536            </property>
0537           </widget>
0538          </item>
0539         </layout>
0540        </item>
0541       </layout>
0542      </widget>
0543     </widget>
0544    </item>
0545   </layout>
0546  </widget>
0547  <customwidgets>
0548   <customwidget>
0549    <class>KDatePicker</class>
0550    <extends>QFrame</extends>
0551    <header>kdatepicker.h</header>
0552    <container>1</container>
0553   </customwidget>
0554   <customwidget>
0555    <class>dmsBox</class>
0556    <extends>QLineEdit</extends>
0557    <header>widgets/dmsbox.h</header>
0558   </customwidget>
0559   <customwidget>
0560    <class>QCustomPlot</class>
0561    <extends>QFrame</extends>
0562    <header>qcustomplot.h</header>
0563    <container>1</container>
0564   </customwidget>
0565  </customwidgets>
0566  <tabstops>
0567   <tabstop>tabWidget2</tabstop>
0568   <tabstop>nameBox</tabstop>
0569   <tabstop>epochName</tabstop>
0570   <tabstop>addButton</tabstop>
0571   <tabstop>browseButton</tabstop>
0572   <tabstop>clearFieldsButton</tabstop>
0573   <tabstop>clearButton</tabstop>
0574   <tabstop>cityButton</tabstop>
0575   <tabstop>updateButton</tabstop>
0576  </tabstops>
0577  <resources/>
0578  <connections/>
0579 </ui>