Warning, /education/kstars/kstars/tools/observinglist.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>ObservingList</class>
0004  <widget class="QWidget" name="ObservingList">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>777</width>
0010     <height>641</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
0014    <property name="spacing">
0015     <number>3</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>3</number>
0028    </property>
0029    <item>
0030     <widget class="QSplitter" name="mainSplitter">
0031      <property name="orientation">
0032       <enum>Qt::Vertical</enum>
0033      </property>
0034      <widget class="QWidget" name="layoutWidget">
0035       <layout class="QVBoxLayout" name="topLayout">
0036        <property name="spacing">
0037         <number>3</number>
0038        </property>
0039        <item>
0040         <layout class="QHBoxLayout" name="toolLayout">
0041          <property name="spacing">
0042           <number>3</number>
0043          </property>
0044          <property name="leftMargin">
0045           <number>0</number>
0046          </property>
0047          <property name="topMargin">
0048           <number>0</number>
0049          </property>
0050          <property name="rightMargin">
0051           <number>0</number>
0052          </property>
0053          <property name="bottomMargin">
0054           <number>0</number>
0055          </property>
0056          <item>
0057           <widget class="QPushButton" name="OpenButton">
0058            <property name="sizePolicy">
0059             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0060              <horstretch>0</horstretch>
0061              <verstretch>0</verstretch>
0062             </sizepolicy>
0063            </property>
0064            <property name="minimumSize">
0065             <size>
0066              <width>32</width>
0067              <height>32</height>
0068             </size>
0069            </property>
0070            <property name="maximumSize">
0071             <size>
0072              <width>32</width>
0073              <height>32</height>
0074             </size>
0075            </property>
0076            <property name="toolTip">
0077             <string>Open an observation session list</string>
0078            </property>
0079            <property name="whatsThis">
0080             <string>Load an observing list from disk</string>
0081            </property>
0082            <property name="text">
0083             <string/>
0084            </property>
0085           </widget>
0086          </item>
0087          <item>
0088           <widget class="QPushButton" name="SaveButton">
0089            <property name="sizePolicy">
0090             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0091              <horstretch>0</horstretch>
0092              <verstretch>0</verstretch>
0093             </sizepolicy>
0094            </property>
0095            <property name="minimumSize">
0096             <size>
0097              <width>32</width>
0098              <height>32</height>
0099             </size>
0100            </property>
0101            <property name="maximumSize">
0102             <size>
0103              <width>32</width>
0104              <height>32</height>
0105             </size>
0106            </property>
0107            <property name="toolTip">
0108             <string>Save the observing session</string>
0109            </property>
0110            <property name="whatsThis">
0111             <string>Save the current observing list to disk</string>
0112            </property>
0113            <property name="text">
0114             <string/>
0115            </property>
0116           </widget>
0117          </item>
0118          <item>
0119           <widget class="QPushButton" name="SaveAsButton">
0120            <property name="sizePolicy">
0121             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0122              <horstretch>0</horstretch>
0123              <verstretch>0</verstretch>
0124             </sizepolicy>
0125            </property>
0126            <property name="minimumSize">
0127             <size>
0128              <width>32</width>
0129              <height>32</height>
0130             </size>
0131            </property>
0132            <property name="maximumSize">
0133             <size>
0134              <width>32</width>
0135              <height>32</height>
0136             </size>
0137            </property>
0138            <property name="toolTip">
0139             <string>Save observing session as...</string>
0140            </property>
0141            <property name="whatsThis">
0142             <string>Save the current observing list to disk, specifying the filename</string>
0143            </property>
0144            <property name="text">
0145             <string/>
0146            </property>
0147           </widget>
0148          </item>
0149          <item>
0150           <widget class="QPushButton" name="OALExport">
0151            <property name="text">
0152             <string>Export to OAL...</string>
0153            </property>
0154           </widget>
0155          </item>
0156          <item>
0157           <spacer name="Spacer1">
0158            <property name="orientation">
0159             <enum>Qt::Horizontal</enum>
0160            </property>
0161            <property name="sizeType">
0162             <enum>QSizePolicy::Expanding</enum>
0163            </property>
0164            <property name="sizeHint" stdset="0">
0165             <size>
0166              <width>40</width>
0167              <height>20</height>
0168             </size>
0169            </property>
0170           </spacer>
0171          </item>
0172         </layout>
0173        </item>
0174        <item>
0175         <layout class="QHBoxLayout" name="LocationTimeLayout">
0176          <property name="spacing">
0177           <number>3</number>
0178          </property>
0179          <property name="topMargin">
0180           <number>0</number>
0181          </property>
0182          <item>
0183           <widget class="QLabel" name="locationLabel">
0184            <property name="text">
0185             <string>Location:</string>
0186            </property>
0187           </widget>
0188          </item>
0189          <item>
0190           <widget class="QPushButton" name="SetLocation">
0191            <property name="text">
0192             <string>Choose</string>
0193            </property>
0194           </widget>
0195          </item>
0196          <item>
0197           <widget class="QLabel" name="dateLabel">
0198            <property name="text">
0199             <string>Date:</string>
0200            </property>
0201           </widget>
0202          </item>
0203          <item>
0204           <widget class="QDateEdit" name="DateEdit">
0205            <property name="showGroupSeparator" stdset="0">
0206             <bool>false</bool>
0207            </property>
0208            <property name="displayFormat">
0209             <string>dd/MM/yyyy</string>
0210            </property>
0211            <property name="calendarPopup">
0212             <bool>true</bool>
0213            </property>
0214           </widget>
0215          </item>
0216          <item>
0217           <widget class="QPushButton" name="Update">
0218            <property name="toolTip">
0219             <string>Update the table and the plot for the new date and location.</string>
0220            </property>
0221            <property name="text">
0222             <string>Update</string>
0223            </property>
0224           </widget>
0225          </item>
0226          <item>
0227           <spacer name="horizontalSpacer_2">
0228            <property name="orientation">
0229             <enum>Qt::Horizontal</enum>
0230            </property>
0231            <property name="sizeHint" stdset="0">
0232             <size>
0233              <width>40</width>
0234              <height>20</height>
0235             </size>
0236            </property>
0237           </spacer>
0238          </item>
0239          <item>
0240           <widget class="QLabel" name="refLabel">
0241            <property name="text">
0242             <string>Reference images:</string>
0243            </property>
0244           </widget>
0245          </item>
0246          <item>
0247           <widget class="QPushButton" name="saveImages">
0248            <property name="toolTip">
0249             <string>Download the SDSS/DSS images of all the objects in the current list.</string>
0250            </property>
0251            <property name="text">
0252             <string>Download all Images</string>
0253            </property>
0254           </widget>
0255          </item>
0256          <item>
0257           <widget class="QPushButton" name="DeleteAllImages">
0258            <property name="toolTip">
0259             <string>Deletes all the stored DSS/SDSS images</string>
0260            </property>
0261            <property name="text">
0262             <string>Delete all Images</string>
0263            </property>
0264           </widget>
0265          </item>
0266         </layout>
0267        </item>
0268        <item>
0269         <layout class="QHBoxLayout" name="addingObjectsLayout">
0270          <property name="spacing">
0271           <number>3</number>
0272          </property>
0273          <property name="topMargin">
0274           <number>0</number>
0275          </property>
0276          <item>
0277           <widget class="QLabel" name="addLabel">
0278            <property name="text">
0279             <string>Adding objects:</string>
0280            </property>
0281           </widget>
0282          </item>
0283          <item>
0284           <widget class="QPushButton" name="WizardButton">
0285            <property name="sizePolicy">
0286             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0287              <horstretch>0</horstretch>
0288              <verstretch>0</verstretch>
0289             </sizepolicy>
0290            </property>
0291            <property name="minimumSize">
0292             <size>
0293              <width>0</width>
0294              <height>0</height>
0295             </size>
0296            </property>
0297            <property name="maximumSize">
0298             <size>
0299              <width>16777215</width>
0300              <height>16777215</height>
0301             </size>
0302            </property>
0303            <property name="toolTip">
0304             <string>Observing List Wizard</string>
0305            </property>
0306            <property name="whatsThis">
0307             <string>The list wizard helps you construct observing lists based on filtering by object type, position on the sky, and magnitude.</string>
0308            </property>
0309            <property name="text">
0310             <string>Wizard...</string>
0311            </property>
0312           </widget>
0313          </item>
0314          <item>
0315           <widget class="QPushButton" name="FindButton">
0316            <property name="sizePolicy">
0317             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0318              <horstretch>0</horstretch>
0319              <verstretch>0</verstretch>
0320             </sizepolicy>
0321            </property>
0322            <property name="toolTip">
0323             <string>Open Find Dialog</string>
0324            </property>
0325            <property name="whatsThis">
0326             <string>Open the Find Dialog for adding objects to the list</string>
0327            </property>
0328            <property name="text">
0329             <string>Find Object...</string>
0330            </property>
0331           </widget>
0332          </item>
0333          <item>
0334           <widget class="QPushButton" name="WUTButton">
0335            <property name="sizePolicy">
0336             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0337              <horstretch>0</horstretch>
0338              <verstretch>0</verstretch>
0339             </sizepolicy>
0340            </property>
0341            <property name="toolTip">
0342             <string>Open the WUT dialog</string>
0343            </property>
0344            <property name="whatsThis">
0345             <string>Opens the What's up Tonight dialog, from which objects can be added to the list</string>
0346            </property>
0347            <property name="text">
0348             <string>What's up Tonight...</string>
0349            </property>
0350           </widget>
0351          </item>
0352          <item>
0353           <widget class="QPushButton" name="batchAddButton">
0354            <property name="text">
0355             <string>Batch add</string>
0356            </property>
0357           </widget>
0358          </item>
0359          <item>
0360           <spacer name="horizontalSpacer_5">
0361            <property name="orientation">
0362             <enum>Qt::Horizontal</enum>
0363            </property>
0364            <property name="sizeHint" stdset="0">
0365             <size>
0366              <width>40</width>
0367              <height>20</height>
0368             </size>
0369            </property>
0370           </spacer>
0371          </item>
0372          <item>
0373           <widget class="QPushButton" name="clearListB">
0374            <property name="text">
0375             <string>Clear List</string>
0376            </property>
0377           </widget>
0378          </item>
0379         </layout>
0380        </item>
0381        <item>
0382         <widget class="QSplitter" name="WishObjectInfoSplitter">
0383          <property name="orientation">
0384           <enum>Qt::Horizontal</enum>
0385          </property>
0386          <widget class="QTabWidget" name="tabWidget">
0387           <property name="sizePolicy">
0388            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0389             <horstretch>0</horstretch>
0390             <verstretch>0</verstretch>
0391            </sizepolicy>
0392           </property>
0393           <property name="minimumSize">
0394            <size>
0395             <width>0</width>
0396             <height>202</height>
0397            </size>
0398           </property>
0399           <property name="currentIndex">
0400            <number>0</number>
0401           </property>
0402           <widget class="QWidget" name="WishList">
0403            <attribute name="title">
0404             <string>Wish List</string>
0405            </attribute>
0406            <layout class="QVBoxLayout">
0407             <property name="spacing">
0408              <number>3</number>
0409             </property>
0410             <property name="leftMargin">
0411              <number>3</number>
0412             </property>
0413             <property name="topMargin">
0414              <number>3</number>
0415             </property>
0416             <property name="rightMargin">
0417              <number>3</number>
0418             </property>
0419             <property name="bottomMargin">
0420              <number>3</number>
0421             </property>
0422             <item>
0423              <widget class="QTableView" name="WishListView">
0424               <property name="sizePolicy">
0425                <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
0426                 <horstretch>0</horstretch>
0427                 <verstretch>0</verstretch>
0428                </sizepolicy>
0429               </property>
0430               <property name="editTriggers">
0431                <set>QAbstractItemView::NoEditTriggers</set>
0432               </property>
0433               <property name="alternatingRowColors">
0434                <bool>true</bool>
0435               </property>
0436               <property name="selectionBehavior">
0437                <enum>QAbstractItemView::SelectRows</enum>
0438               </property>
0439               <property name="showGrid">
0440                <bool>false</bool>
0441               </property>
0442               <property name="sortingEnabled">
0443                <bool>true</bool>
0444               </property>
0445              </widget>
0446             </item>
0447            </layout>
0448           </widget>
0449           <widget class="QWidget" name="Session">
0450            <attribute name="title">
0451             <string>Session Plan</string>
0452            </attribute>
0453            <layout class="QVBoxLayout" name="verticalLayout_5">
0454             <property name="spacing">
0455              <number>3</number>
0456             </property>
0457             <property name="leftMargin">
0458              <number>3</number>
0459             </property>
0460             <property name="topMargin">
0461              <number>3</number>
0462             </property>
0463             <property name="rightMargin">
0464              <number>3</number>
0465             </property>
0466             <property name="bottomMargin">
0467              <number>3</number>
0468             </property>
0469             <item>
0470              <widget class="QTableView" name="SessionView">
0471               <property name="sizePolicy">
0472                <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0473                 <horstretch>0</horstretch>
0474                 <verstretch>0</verstretch>
0475                </sizepolicy>
0476               </property>
0477               <property name="editTriggers">
0478                <set>QAbstractItemView::NoEditTriggers</set>
0479               </property>
0480               <property name="alternatingRowColors">
0481                <bool>true</bool>
0482               </property>
0483               <property name="selectionBehavior">
0484                <enum>QAbstractItemView::SelectRows</enum>
0485               </property>
0486               <property name="showGrid">
0487                <bool>false</bool>
0488               </property>
0489               <property name="sortingEnabled">
0490                <bool>true</bool>
0491               </property>
0492              </widget>
0493             </item>
0494             <item>
0495              <layout class="QHBoxLayout" name="horizontalLayout_5">
0496               <property name="spacing">
0497                <number>3</number>
0498               </property>
0499               <item>
0500                <widget class="QLabel" name="scheduledTimeLabel">
0501                 <property name="text">
0502                  <string>Scheduled Time</string>
0503                 </property>
0504                </widget>
0505               </item>
0506               <item>
0507                <widget class="QTimeEdit" name="TimeEdit">
0508                 <property name="sizePolicy">
0509                  <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0510                   <horstretch>0</horstretch>
0511                   <verstretch>0</verstretch>
0512                  </sizepolicy>
0513                 </property>
0514                 <property name="maximumSize">
0515                  <size>
0516                   <width>100</width>
0517                   <height>30</height>
0518                  </size>
0519                 </property>
0520                </widget>
0521               </item>
0522               <item>
0523                <widget class="QPushButton" name="SetTime">
0524                 <property name="text">
0525                  <string>Set Time</string>
0526                 </property>
0527                </widget>
0528               </item>
0529              </layout>
0530             </item>
0531            </layout>
0532           </widget>
0533          </widget>
0534          <widget class="QWidget" name="layoutWidget2">
0535           <layout class="QVBoxLayout" name="objectInfoLayout">
0536            <property name="spacing">
0537             <number>3</number>
0538            </property>
0539            <property name="sizeConstraint">
0540             <enum>QLayout::SetDefaultConstraint</enum>
0541            </property>
0542            <item>
0543             <widget class="QLabel" name="quickInfoLabel">
0544              <property name="text">
0545               <string>Select an Object to View Information here</string>
0546              </property>
0547             </widget>
0548            </item>
0549            <item>
0550             <widget class="AVTPlotWidget" name="avt">
0551              <property name="enabled">
0552               <bool>true</bool>
0553              </property>
0554              <property name="sizePolicy">
0555               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0556                <horstretch>0</horstretch>
0557                <verstretch>0</verstretch>
0558               </sizepolicy>
0559              </property>
0560              <property name="minimumSize">
0561               <size>
0562                <width>350</width>
0563                <height>200</height>
0564               </size>
0565              </property>
0566              <property name="maximumSize">
0567               <size>
0568                <width>350</width>
0569                <height>200</height>
0570               </size>
0571              </property>
0572              <property name="cursor">
0573               <cursorShape>CrossCursor</cursorShape>
0574              </property>
0575             </widget>
0576            </item>
0577            <item>
0578             <layout class="QHBoxLayout" name="horizontalLayout_4">
0579              <property name="spacing">
0580               <number>3</number>
0581              </property>
0582              <item>
0583               <widget class="QLabel" name="ImagePreview">
0584                <property name="minimumSize">
0585                 <size>
0586                  <width>200</width>
0587                  <height>200</height>
0588                 </size>
0589                </property>
0590                <property name="maximumSize">
0591                 <size>
0592                  <width>200</width>
0593                  <height>200</height>
0594                 </size>
0595                </property>
0596                <property name="text">
0597                 <string>(No Image)</string>
0598                </property>
0599               </widget>
0600              </item>
0601              <item>
0602               <layout class="QVBoxLayout" name="verticalLayout_3">
0603                <property name="spacing">
0604                 <number>2</number>
0605                </property>
0606                <item>
0607                 <widget class="QLabel" name="dssMetadataLabel">
0608                  <property name="sizePolicy">
0609                   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0610                    <horstretch>0</horstretch>
0611                    <verstretch>0</verstretch>
0612                   </sizepolicy>
0613                  </property>
0614                  <property name="minimumSize">
0615                   <size>
0616                    <width>145</width>
0617                    <height>0</height>
0618                   </size>
0619                  </property>
0620                  <property name="text">
0621                   <string>Image Metadata Info</string>
0622                  </property>
0623                  <property name="alignment">
0624                   <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0625                  </property>
0626                  <property name="wordWrap">
0627                   <bool>true</bool>
0628                  </property>
0629                 </widget>
0630                </item>
0631                <item>
0632                 <layout class="QVBoxLayout" name="verticalLayout">
0633                  <property name="spacing">
0634                   <number>3</number>
0635                  </property>
0636                  <property name="rightMargin">
0637                   <number>12</number>
0638                  </property>
0639                  <item>
0640                   <widget class="QPushButton" name="SearchImage">
0641                    <property name="sizePolicy">
0642                     <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0643                      <horstretch>0</horstretch>
0644                      <verstretch>0</verstretch>
0645                     </sizepolicy>
0646                    </property>
0647                    <property name="text">
0648                     <string>Replace from Internet...</string>
0649                    </property>
0650                   </widget>
0651                  </item>
0652                  <item>
0653                   <widget class="QPushButton" name="DeleteImage">
0654                    <property name="sizePolicy">
0655                     <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0656                      <horstretch>0</horstretch>
0657                      <verstretch>0</verstretch>
0658                     </sizepolicy>
0659                    </property>
0660                    <property name="text">
0661                     <string>Delete Image</string>
0662                    </property>
0663                   </widget>
0664                  </item>
0665                 </layout>
0666                </item>
0667               </layout>
0668              </item>
0669             </layout>
0670            </item>
0671           </layout>
0672          </widget>
0673         </widget>
0674        </item>
0675       </layout>
0676      </widget>
0677      <widget class="QTextEdit" name="NotesEdit">
0678       <property name="sizePolicy">
0679        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0680         <horstretch>0</horstretch>
0681         <verstretch>0</verstretch>
0682        </sizepolicy>
0683       </property>
0684       <property name="placeholderText">
0685        <string>Record object notes here.</string>
0686       </property>
0687      </widget>
0688     </widget>
0689    </item>
0690   </layout>
0691  </widget>
0692  <customwidgets>
0693   <customwidget>
0694    <class>KPlotWidget</class>
0695    <extends>QFrame</extends>
0696    <header>kplotwidget.h</header>
0697    <container>1</container>
0698   </customwidget>
0699   <customwidget>
0700    <class>AVTPlotWidget</class>
0701    <extends>KPlotWidget</extends>
0702    <header>tools/avtplotwidget.h</header>
0703    <container>1</container>
0704   </customwidget>
0705  </customwidgets>
0706  <resources/>
0707  <connections/>
0708 </ui>