Warning, /education/kstars/kstars/tools/wutdialog.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>WUTDialog</class>
0004  <widget class="QWidget" name="WUTDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>458</width>
0010     <height>520</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <layout class="QGridLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="DateLabel">
0018        <property name="minimumSize">
0019         <size>
0020          <width>200</width>
0021          <height>0</height>
0022         </size>
0023        </property>
0024        <property name="font">
0025         <font>
0026          <family>Sans Serif</family>
0027          <pointsize>9</pointsize>
0028          <weight>75</weight>
0029          <italic>false</italic>
0030          <bold>true</bold>
0031          <underline>false</underline>
0032          <strikeout>false</strikeout>
0033         </font>
0034        </property>
0035        <property name="text">
0036         <string>The night of DATE</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item row="0" column="1">
0041       <widget class="QPushButton" name="DateButton">
0042        <property name="toolTip">
0043         <string>Choose a new date</string>
0044        </property>
0045        <property name="whatsThis">
0046         <string>Press this button to select a new date for the &quot;What's up Tonight&quot; tool.  Note that the date of the main window is not changed.</string>
0047        </property>
0048        <property name="text">
0049         <string>Change Date...</string>
0050        </property>
0051       </widget>
0052      </item>
0053      <item row="1" column="0">
0054       <widget class="QLabel" name="LocationLabel">
0055        <property name="minimumSize">
0056         <size>
0057          <width>200</width>
0058          <height>0</height>
0059         </size>
0060        </property>
0061        <property name="font">
0062         <font>
0063          <family>Sans Serif</family>
0064          <pointsize>9</pointsize>
0065          <weight>75</weight>
0066          <italic>false</italic>
0067          <bold>true</bold>
0068          <underline>false</underline>
0069          <strikeout>false</strikeout>
0070         </font>
0071        </property>
0072        <property name="frameShape">
0073         <enum>QFrame::NoFrame</enum>
0074        </property>
0075        <property name="frameShadow">
0076         <enum>QFrame::Plain</enum>
0077        </property>
0078        <property name="text">
0079         <string>at LOCATION</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item row="1" column="1">
0084       <widget class="QPushButton" name="LocationButton">
0085        <property name="toolTip">
0086         <string>Choose a new geographic location</string>
0087        </property>
0088        <property name="whatsThis">
0089         <string>Press this button to select a new geographic location for the &quot;What's up Tonight&quot; tool.  Note that the location of the main window is not changed.</string>
0090        </property>
0091        <property name="text">
0092         <string>Change Location...</string>
0093        </property>
0094       </widget>
0095      </item>
0096      <item row="2" column="0">
0097       <widget class="QLabel" name="textLabel14">
0098        <property name="sizePolicy">
0099         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0100          <horstretch>0</horstretch>
0101          <verstretch>0</verstretch>
0102         </sizepolicy>
0103        </property>
0104        <property name="text">
0105         <string>Show objects which are up:</string>
0106        </property>
0107        <property name="alignment">
0108         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0109        </property>
0110       </widget>
0111      </item>
0112      <item row="2" column="1">
0113       <widget class="QComboBox" name="EveningMorningBox">
0114        <property name="sizePolicy">
0115         <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0116          <horstretch>0</horstretch>
0117          <verstretch>0</verstretch>
0118         </sizepolicy>
0119        </property>
0120        <property name="toolTip">
0121         <string>Choose time interval</string>
0122        </property>
0123        <property name="whatsThis">
0124         <string>By default, the &quot;What's up Tonight&quot; tool displays all objects which are above the horizon between sunset and midnight (i.e., &quot;in the evening&quot;).  You can also choose to show objects which are up between midnight and dawn (i.e., &quot;in the morning&quot;), or objects which are up at any time between sunset and sunrise (i.e., &quot;any time tonight&quot;)</string>
0125        </property>
0126        <item>
0127         <property name="text">
0128          <string>In the Evening</string>
0129         </property>
0130        </item>
0131        <item>
0132         <property name="text">
0133          <string>In the Morning</string>
0134         </property>
0135        </item>
0136        <item>
0137         <property name="text">
0138          <string>Any Time Tonight</string>
0139         </property>
0140        </item>
0141       </widget>
0142      </item>
0143      <item row="3" column="0">
0144       <widget class="QLabel" name="label">
0145        <property name="text">
0146         <string>Show objects brighter than magnitude:</string>
0147        </property>
0148        <property name="alignment">
0149         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0150        </property>
0151       </widget>
0152      </item>
0153      <item row="3" column="1">
0154       <layout class="QHBoxLayout" name="horizontalLayout">
0155        <item>
0156         <widget class="QDoubleSpinBox" name="MagnitudeEdit">
0157          <property name="minimum">
0158           <double>-30.000000000000000</double>
0159          </property>
0160          <property name="maximum">
0161           <double>30.000000000000000</double>
0162          </property>
0163         </widget>
0164        </item>
0165       </layout>
0166      </item>
0167     </layout>
0168    </item>
0169    <item>
0170     <widget class="QGroupBox" name="groupBox">
0171      <property name="sizePolicy">
0172       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0173        <horstretch>0</horstretch>
0174        <verstretch>0</verstretch>
0175       </sizepolicy>
0176      </property>
0177      <property name="title">
0178       <string>Almanac</string>
0179      </property>
0180      <layout class="QGridLayout">
0181       <property name="margin">
0182        <number>9</number>
0183       </property>
0184       <property name="spacing">
0185        <number>6</number>
0186       </property>
0187       <item row="0" column="1">
0188        <widget class="QLabel" name="MoonRiseLabel">
0189         <property name="sizePolicy">
0190          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0191           <horstretch>0</horstretch>
0192           <verstretch>0</verstretch>
0193          </sizepolicy>
0194         </property>
0195         <property name="minimumSize">
0196          <size>
0197           <width>0</width>
0198           <height>20</height>
0199          </size>
0200         </property>
0201         <property name="toolTip">
0202          <string>Time of moon rise</string>
0203         </property>
0204         <property name="whatsThis">
0205          <string>Displays the time at which the moon rises on the selected date.</string>
0206         </property>
0207         <property name="text">
0208          <string>Moon rise:  13:19</string>
0209         </property>
0210        </widget>
0211       </item>
0212       <item row="2" column="0">
0213        <widget class="QLabel" name="NightDurationLabel">
0214         <property name="sizePolicy">
0215          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0216           <horstretch>0</horstretch>
0217           <verstretch>0</verstretch>
0218          </sizepolicy>
0219         </property>
0220         <property name="minimumSize">
0221          <size>
0222           <width>0</width>
0223           <height>20</height>
0224          </size>
0225         </property>
0226         <property name="toolTip">
0227          <string>Duration of night for selected date</string>
0228         </property>
0229         <property name="whatsThis">
0230          <string>Displays the duration between sunset and sunrise for the selected date.</string>
0231         </property>
0232         <property name="text">
0233          <string>Night duration: 11:00 hours</string>
0234         </property>
0235        </widget>
0236       </item>
0237       <item row="1" column="0">
0238        <widget class="QLabel" name="SunSetLabel">
0239         <property name="sizePolicy">
0240          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0241           <horstretch>0</horstretch>
0242           <verstretch>0</verstretch>
0243          </sizepolicy>
0244         </property>
0245         <property name="minimumSize">
0246          <size>
0247           <width>0</width>
0248           <height>20</height>
0249          </size>
0250         </property>
0251         <property name="toolTip">
0252          <string>Time of sunset</string>
0253         </property>
0254         <property name="whatsThis">
0255          <string>Displays the time of sunset for the selected date.</string>
0256         </property>
0257         <property name="text">
0258          <string>Sunset:  19:15</string>
0259         </property>
0260        </widget>
0261       </item>
0262       <item row="1" column="1">
0263        <widget class="QLabel" name="MoonSetLabel">
0264         <property name="sizePolicy">
0265          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0266           <horstretch>0</horstretch>
0267           <verstretch>0</verstretch>
0268          </sizepolicy>
0269         </property>
0270         <property name="minimumSize">
0271          <size>
0272           <width>0</width>
0273           <height>20</height>
0274          </size>
0275         </property>
0276         <property name="toolTip">
0277          <string>Time of moon set</string>
0278         </property>
0279         <property name="whatsThis">
0280          <string>Displays the time at which the moon sets on the selected date.</string>
0281         </property>
0282         <property name="text">
0283          <string>Moon set: 04:27 </string>
0284         </property>
0285        </widget>
0286       </item>
0287       <item row="0" column="0">
0288        <widget class="QLabel" name="SunRiseLabel">
0289         <property name="sizePolicy">
0290          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0291           <horstretch>0</horstretch>
0292           <verstretch>0</verstretch>
0293          </sizepolicy>
0294         </property>
0295         <property name="minimumSize">
0296          <size>
0297           <width>0</width>
0298           <height>20</height>
0299          </size>
0300         </property>
0301         <property name="toolTip">
0302          <string>Time of sunrise</string>
0303         </property>
0304         <property name="whatsThis">
0305          <string>Displays the time of sunrise for the selected date.</string>
0306         </property>
0307         <property name="text">
0308          <string>Sunrise:  07:15</string>
0309         </property>
0310        </widget>
0311       </item>
0312       <item row="2" column="1">
0313        <widget class="QLabel" name="MoonIllumLabel">
0314         <property name="sizePolicy">
0315          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0316           <horstretch>0</horstretch>
0317           <verstretch>0</verstretch>
0318          </sizepolicy>
0319         </property>
0320         <property name="minimumSize">
0321          <size>
0322           <width>0</width>
0323           <height>20</height>
0324          </size>
0325         </property>
0326         <property name="toolTip">
0327          <string>Moon's illumination fraction</string>
0328         </property>
0329         <property name="whatsThis">
0330          <string>Displays the illumination fraction of the Moon for the selected date.</string>
0331         </property>
0332         <property name="text">
0333          <string>Moon illum: 42%</string>
0334         </property>
0335        </widget>
0336       </item>
0337      </layout>
0338     </widget>
0339    </item>
0340    <item>
0341     <layout class="QGridLayout">
0342      <item row="0" column="0">
0343       <widget class="QLabel" name="textLabel15">
0344        <property name="font">
0345         <font>
0346          <family>Sans Serif</family>
0347          <pointsize>10</pointsize>
0348          <weight>75</weight>
0349          <italic>false</italic>
0350          <bold>true</bold>
0351          <underline>false</underline>
0352          <strikeout>false</strikeout>
0353         </font>
0354        </property>
0355        <property name="text">
0356         <string>Select a category:</string>
0357        </property>
0358       </widget>
0359      </item>
0360      <item row="0" column="1">
0361       <widget class="QLabel" name="textLabel16">
0362        <property name="font">
0363         <font>
0364          <family>Sans Serif</family>
0365          <pointsize>10</pointsize>
0366          <weight>75</weight>
0367          <italic>false</italic>
0368          <bold>true</bold>
0369          <underline>false</underline>
0370          <strikeout>false</strikeout>
0371         </font>
0372        </property>
0373        <property name="text">
0374         <string>Matching objects:</string>
0375        </property>
0376       </widget>
0377      </item>
0378      <item row="0" column="2">
0379       <spacer>
0380        <property name="orientation">
0381         <enum>Qt::Horizontal</enum>
0382        </property>
0383        <property name="sizeType">
0384         <enum>QSizePolicy::Expanding</enum>
0385        </property>
0386        <property name="sizeHint" stdset="0">
0387         <size>
0388          <width>191</width>
0389          <height>21</height>
0390         </size>
0391        </property>
0392       </spacer>
0393      </item>
0394      <item row="1" column="2">
0395       <widget class="QGroupBox" name="ObjectBox">
0396        <property name="title">
0397         <string>Object Name</string>
0398        </property>
0399        <layout class="QVBoxLayout">
0400         <property name="spacing">
0401          <number>6</number>
0402         </property>
0403         <property name="margin">
0404          <number>9</number>
0405         </property>
0406         <item>
0407          <widget class="QLabel" name="ObjectRiseLabel">
0408           <property name="whatsThis">
0409            <string>Displays the time at which the highlighted object rises above the horizon on the selected date.</string>
0410           </property>
0411           <property name="text">
0412            <string>Rises at:  22:12</string>
0413           </property>
0414           <property name="alignment">
0415            <set>Qt::AlignVCenter</set>
0416           </property>
0417          </widget>
0418         </item>
0419         <item>
0420          <widget class="QLabel" name="ObjectTransitLabel">
0421           <property name="whatsThis">
0422            <string>Displays the time at which the highlighted object transits across the local meridian on the selected date.</string>
0423           </property>
0424           <property name="text">
0425            <string>Transits at:  03:45</string>
0426           </property>
0427           <property name="alignment">
0428            <set>Qt::AlignVCenter</set>
0429           </property>
0430          </widget>
0431         </item>
0432         <item>
0433          <widget class="QLabel" name="ObjectSetLabel">
0434           <property name="whatsThis">
0435            <string>Displays the time at which the highlighted object sets below the horizon on the selected date.</string>
0436           </property>
0437           <property name="text">
0438            <string>Sets at:  08:22</string>
0439           </property>
0440           <property name="alignment">
0441            <set>Qt::AlignVCenter</set>
0442           </property>
0443          </widget>
0444         </item>
0445         <item>
0446          <spacer>
0447           <property name="orientation">
0448            <enum>Qt::Vertical</enum>
0449           </property>
0450           <property name="sizeHint" stdset="0">
0451            <size>
0452             <width>20</width>
0453             <height>20</height>
0454            </size>
0455           </property>
0456          </spacer>
0457         </item>
0458         <item>
0459          <widget class="QPushButton" name="CenterButton">
0460           <property name="toolTip">
0461            <string>Center this object in the sky display</string>
0462           </property>
0463           <property name="whatsThis">
0464            <string>Center the sky display on this object, and begin tracking it.  Equivalent to the &quot;Center and Track&quot; item in the popup menu.</string>
0465           </property>
0466           <property name="text">
0467            <string>Center Object</string>
0468           </property>
0469          </widget>
0470         </item>
0471         <item>
0472          <widget class="QPushButton" name="DetailButton">
0473           <property name="toolTip">
0474            <string>Open the Object Details window</string>
0475           </property>
0476           <property name="whatsThis">
0477            <string>Open the Details window for the highlighted object.</string>
0478           </property>
0479           <property name="text">
0480            <string>Object Details...</string>
0481           </property>
0482          </widget>
0483         </item>
0484         <item>
0485          <widget class="QPushButton" name="ObslistButton">
0486           <property name="toolTip">
0487            <string>Adds the selected object to the Observing list</string>
0488           </property>
0489           <property name="whatsThis">
0490            <string>Open the Details window for the highlighted object.</string>
0491           </property>
0492           <property name="text">
0493            <string>Add to List</string>
0494           </property>
0495          </widget>
0496         </item>
0497        </layout>
0498       </widget>
0499      </item>
0500      <item row="1" column="0">
0501       <widget class="QListWidget" name="CategoryListWidget">
0502        <property name="sizePolicy">
0503         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0504          <horstretch>0</horstretch>
0505          <verstretch>0</verstretch>
0506         </sizepolicy>
0507        </property>
0508       </widget>
0509      </item>
0510      <item row="1" column="1">
0511       <widget class="QListWidget" name="ObjectListWidget">
0512        <property name="sizePolicy">
0513         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0514          <horstretch>0</horstretch>
0515          <verstretch>0</verstretch>
0516         </sizepolicy>
0517        </property>
0518       </widget>
0519      </item>
0520     </layout>
0521    </item>
0522   </layout>
0523  </widget>
0524  <resources/>
0525  <connections/>
0526 </ui>