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

0001 <ui version="4.0" >
0002  <class>modCalcGalCoordDlg</class>
0003  <widget class="QWidget" name="modCalcGalCoordDlg" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>576</width>
0009     <height>487</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <property name="spacing" >
0014     <number>6</number>
0015    </property>
0016    <property name="margin" >
0017     <number>9</number>
0018    </property>
0019    <item>
0020     <widget class="QTabWidget" name="tabWidget" >
0021      <property name="currentIndex" >
0022       <number>0</number>
0023      </property>
0024      <widget class="QWidget" name="interact" >
0025       <property name="geometry" >
0026        <rect>
0027         <x>0</x>
0028         <y>0</y>
0029         <width>546</width>
0030         <height>431</height>
0031        </rect>
0032       </property>
0033       <attribute name="title" >
0034        <string>Interactive Mode</string>
0035       </attribute>
0036       <layout class="QVBoxLayout" >
0037        <property name="spacing" >
0038         <number>6</number>
0039        </property>
0040        <property name="margin" >
0041         <number>8</number>
0042        </property>
0043        <item>
0044         <layout class="QHBoxLayout" >
0045          <property name="spacing" >
0046           <number>6</number>
0047          </property>
0048          <property name="margin" >
0049           <number>0</number>
0050          </property>
0051          <item>
0052           <widget class="QGroupBox" name="groupBox_2" >
0053            <property name="title" >
0054             <string>Equatorial Coordinates (J2000)</string>
0055            </property>
0056            <layout class="QGridLayout" >
0057             <property name="margin" >
0058              <number>8</number>
0059             </property>
0060             <property name="spacing" >
0061              <number>6</number>
0062             </property>
0063             <item row="1" column="0" >
0064              <widget class="QLabel" name="decLabel" >
0065               <property name="text" >
0066                <string>Declination:</string>
0067               </property>
0068              </widget>
0069             </item>
0070             <item row="0" column="0" >
0071              <widget class="QLabel" name="raLabel" >
0072               <property name="text" >
0073                <string>Right ascension:</string>
0074               </property>
0075              </widget>
0076             </item>
0077             <item row="0" column="1" >
0078              <widget class="dmsBox" name="RA" />
0079             </item>
0080             <item row="1" column="1" >
0081              <widget class="dmsBox" name="Dec" />
0082             </item>
0083             <item row="2" column="1" >
0084              <widget class="QPushButton" name="ObjectButton" >
0085               <property name="text" >
0086                <string>Select Object...</string>
0087               </property>
0088              </widget>
0089             </item>
0090            </layout>
0091           </widget>
0092          </item>
0093          <item>
0094           <widget class="QGroupBox" name="groupBox_3alactic" >
0095            <property name="title" >
0096             <string>Galactic Coordinates</string>
0097            </property>
0098            <layout class="QGridLayout" >
0099             <property name="margin" >
0100              <number>8</number>
0101             </property>
0102             <property name="spacing" >
0103              <number>6</number>
0104             </property>
0105             <item row="2" column="1" >
0106              <spacer>
0107               <property name="orientation" >
0108                <enum>Qt::Horizontal</enum>
0109               </property>
0110               <property name="sizeHint" stdset="0" >
0111                <size>
0112                 <width>40</width>
0113                 <height>20</height>
0114                </size>
0115               </property>
0116              </spacer>
0117             </item>
0118             <item row="1" column="0" >
0119              <widget class="QLabel" name="label_2" >
0120               <property name="text" >
0121                <string>Latitude:</string>
0122               </property>
0123              </widget>
0124             </item>
0125             <item row="0" column="0" >
0126              <widget class="QLabel" name="label" >
0127               <property name="text" >
0128                <string>Longitude:</string>
0129               </property>
0130              </widget>
0131             </item>
0132             <item row="0" column="1" >
0133              <widget class="dmsBox" name="GalLongitude" />
0134             </item>
0135             <item row="1" column="1" >
0136              <widget class="dmsBox" name="GalLatitude" />
0137             </item>
0138            </layout>
0139           </widget>
0140          </item>
0141         </layout>
0142        </item>
0143        <item>
0144         <spacer>
0145          <property name="orientation" >
0146           <enum>Qt::Vertical</enum>
0147          </property>
0148          <property name="sizeType" >
0149           <enum>QSizePolicy::Expanding</enum>
0150          </property>
0151          <property name="sizeHint" stdset="0" >
0152           <size>
0153            <width>507</width>
0154            <height>25</height>
0155           </size>
0156          </property>
0157         </spacer>
0158        </item>
0159       </layout>
0160      </widget>
0161      <widget class="QWidget" name="batch" >
0162       <property name="geometry" >
0163        <rect>
0164         <x>0</x>
0165         <y>0</y>
0166         <width>100</width>
0167         <height>30</height>
0168        </rect>
0169       </property>
0170       <attribute name="title" >
0171        <string>Batch Mode</string>
0172       </attribute>
0173       <layout class="QVBoxLayout" >
0174        <property name="spacing" >
0175         <number>6</number>
0176        </property>
0177        <property name="margin" >
0178         <number>8</number>
0179        </property>
0180        <item>
0181         <widget class="QGroupBox" name="groupBox_3" >
0182          <property name="title" >
0183           <string>Select Parameters in Input File</string>
0184          </property>
0185          <layout class="QGridLayout" >
0186           <property name="margin" >
0187            <number>8</number>
0188           </property>
0189           <property name="spacing" >
0190            <number>6</number>
0191           </property>
0192           <item row="2" column="2" colspan="2" >
0193            <spacer>
0194             <property name="orientation" >
0195              <enum>Qt::Horizontal</enum>
0196             </property>
0197             <property name="sizeHint" stdset="0" >
0198              <size>
0199               <width>40</width>
0200               <height>20</height>
0201              </size>
0202             </property>
0203            </spacer>
0204           </item>
0205           <item row="2" column="0" >
0206            <widget class="QCheckBox" name="epochCheckBatch" >
0207             <property name="enabled" >
0208              <bool>true</bool>
0209             </property>
0210             <property name="toolTip" >
0211              <string>If checked, value will be read from input file. If not, value will be read from adjacent box</string>
0212             </property>
0213             <property name="text" >
0214              <string>Epoch:</string>
0215             </property>
0216             <property name="checked" >
0217              <bool>false</bool>
0218             </property>
0219            </widget>
0220           </item>
0221           <item row="2" column="1" >
0222            <widget class="QLineEdit" name="epochBoxBatch" >
0223             <property name="enabled" >
0224              <bool>true</bool>
0225             </property>
0226             <property name="sizePolicy" >
0227              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0228               <horstretch>0</horstretch>
0229               <verstretch>0</verstretch>
0230              </sizepolicy>
0231             </property>
0232             <property name="text" >
0233              <string>1950.0</string>
0234             </property>
0235            </widget>
0236           </item>
0237           <item row="0" column="2" >
0238            <widget class="QCheckBox" name="galLongCheckBatch" >
0239             <property name="enabled" >
0240              <bool>true</bool>
0241             </property>
0242             <property name="toolTip" >
0243              <string>If checked, value will be read from input file. If not, value will be read from adjacent box</string>
0244             </property>
0245             <property name="text" >
0246              <string>Gal. long.:</string>
0247             </property>
0248             <property name="checked" >
0249              <bool>false</bool>
0250             </property>
0251            </widget>
0252           </item>
0253           <item row="1" column="2" >
0254            <widget class="QCheckBox" name="galLatCheckBatch" >
0255             <property name="enabled" >
0256              <bool>true</bool>
0257             </property>
0258             <property name="toolTip" >
0259              <string>If checked, value will be read from input file. If not, value will be read from adjacent box</string>
0260             </property>
0261             <property name="text" >
0262              <string>Gal. lat.:</string>
0263             </property>
0264             <property name="checked" >
0265              <bool>false</bool>
0266             </property>
0267            </widget>
0268           </item>
0269           <item row="1" column="0" >
0270            <widget class="QCheckBox" name="decCheckBatch" >
0271             <property name="toolTip" >
0272              <string>If checked, value will be read from input file. If not, value will be read from adjacent box</string>
0273             </property>
0274             <property name="text" >
0275              <string>Dec:</string>
0276             </property>
0277             <property name="checked" >
0278              <bool>true</bool>
0279             </property>
0280            </widget>
0281           </item>
0282           <item row="0" column="0" >
0283            <widget class="QCheckBox" name="raCheckBatch" >
0284             <property name="toolTip" >
0285              <string>If checked, value will be read from input file. If not, value will be read from adjacent box</string>
0286             </property>
0287             <property name="text" >
0288              <string>RA:</string>
0289             </property>
0290             <property name="checked" >
0291              <bool>true</bool>
0292             </property>
0293            </widget>
0294           </item>
0295           <item row="0" column="1" >
0296            <widget class="dmsBox" name="raBoxBatch" >
0297             <property name="enabled" >
0298              <bool>false</bool>
0299             </property>
0300            </widget>
0301           </item>
0302           <item row="1" column="1" >
0303            <widget class="dmsBox" name="decBoxBatch" >
0304             <property name="enabled" >
0305              <bool>false</bool>
0306             </property>
0307            </widget>
0308           </item>
0309           <item row="0" column="3" >
0310            <widget class="dmsBox" name="galLongBoxBatch" />
0311           </item>
0312           <item row="1" column="3" >
0313            <widget class="dmsBox" name="galLatBoxBatch" />
0314           </item>
0315          </layout>
0316         </widget>
0317        </item>
0318        <item>
0319         <widget class="QGroupBox" name="groupBox_4" >
0320          <property name="title" >
0321           <string>Select Parameters for Output File</string>
0322          </property>
0323          <layout class="QHBoxLayout" >
0324           <property name="spacing" >
0325            <number>6</number>
0326           </property>
0327           <property name="margin" >
0328            <number>8</number>
0329           </property>
0330           <item>
0331            <widget class="QRadioButton" name="allRadioBatch" >
0332             <property name="text" >
0333              <string>All parameters</string>
0334             </property>
0335            </widget>
0336           </item>
0337           <item>
0338            <widget class="QRadioButton" name="inputRadioBatch" >
0339             <property name="text" >
0340              <string>Only parameters in input file</string>
0341             </property>
0342             <property name="checked" >
0343              <bool>true</bool>
0344             </property>
0345            </widget>
0346           </item>
0347          </layout>
0348         </widget>
0349        </item>
0350        <item>
0351         <widget class="QGroupBox" name="groupBox_5" >
0352          <property name="title" >
0353           <string>Select Filenames</string>
0354          </property>
0355          <layout class="QGridLayout" >
0356           <property name="margin" >
0357            <number>8</number>
0358           </property>
0359           <property name="spacing" >
0360            <number>6</number>
0361           </property>
0362           <item row="1" column="1" >
0363            <widget class="KUrlRequester" name="OutputFileBoxBatch" />
0364           </item>
0365           <item row="0" column="1" >
0366            <widget class="KUrlRequester" name="InputFileBoxBatch" />
0367           </item>
0368           <item row="1" column="0" >
0369            <widget class="QLabel" name="label_4" >
0370             <property name="text" >
0371              <string>Output file:</string>
0372             </property>
0373            </widget>
0374           </item>
0375           <item row="0" column="0" >
0376            <widget class="QLabel" name="label_3" >
0377             <property name="text" >
0378              <string>Input file:</string>
0379             </property>
0380            </widget>
0381           </item>
0382          </layout>
0383         </widget>
0384        </item>
0385        <item>
0386         <layout class="QHBoxLayout" >
0387          <property name="spacing" >
0388           <number>6</number>
0389          </property>
0390          <property name="margin" >
0391           <number>0</number>
0392          </property>
0393          <item>
0394           <spacer>
0395            <property name="orientation" >
0396             <enum>Qt::Horizontal</enum>
0397            </property>
0398            <property name="sizeType" >
0399             <enum>QSizePolicy::Expanding</enum>
0400            </property>
0401            <property name="sizeHint" stdset="0" >
0402             <size>
0403              <width>151</width>
0404              <height>21</height>
0405             </size>
0406            </property>
0407           </spacer>
0408          </item>
0409          <item>
0410           <widget class="QPushButton" name="runButtonBatch" >
0411            <property name="sizePolicy" >
0412             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0413              <horstretch>0</horstretch>
0414              <verstretch>0</verstretch>
0415             </sizepolicy>
0416            </property>
0417            <property name="text" >
0418             <string>Run</string>
0419            </property>
0420           </widget>
0421          </item>
0422          <item>
0423           <spacer>
0424            <property name="orientation" >
0425             <enum>Qt::Horizontal</enum>
0426            </property>
0427            <property name="sizeType" >
0428             <enum>QSizePolicy::Expanding</enum>
0429            </property>
0430            <property name="sizeHint" stdset="0" >
0431             <size>
0432              <width>131</width>
0433              <height>21</height>
0434             </size>
0435            </property>
0436           </spacer>
0437          </item>
0438         </layout>
0439        </item>
0440        <item>
0441         <spacer>
0442          <property name="orientation" >
0443           <enum>Qt::Vertical</enum>
0444          </property>
0445          <property name="sizeType" >
0446           <enum>QSizePolicy::Expanding</enum>
0447          </property>
0448          <property name="sizeHint" stdset="0" >
0449           <size>
0450            <width>511</width>
0451            <height>16</height>
0452           </size>
0453          </property>
0454         </spacer>
0455        </item>
0456       </layout>
0457      </widget>
0458     </widget>
0459    </item>
0460   </layout>
0461  </widget>
0462  <customwidgets>
0463   <customwidget>
0464    <class>QLineEdit</class>
0465    <extends>QLineEdit</extends>
0466    <header>klineedit.h</header>
0467   </customwidget>
0468   <customwidget>
0469    <class>QPushButton</class>
0470    <extends>QPushButton</extends>
0471    <header>kpushbutton.h</header>
0472   </customwidget>
0473   <customwidget>
0474    <class>QTabWidget</class>
0475    <extends>QTabWidget</extends>
0476    <header>ktabwidget.h</header>
0477    <container>1</container>
0478   </customwidget>
0479   <customwidget>
0480    <class>KUrlRequester</class>
0481    <extends>QFrame</extends>
0482    <header>kurlrequester.h</header>
0483   </customwidget>
0484   <customwidget>
0485    <class>dmsBox</class>
0486    <extends>QLineEdit</extends>
0487    <header>widgets/dmsbox.h</header>
0488   </customwidget>
0489  </customwidgets>
0490  <tabstops>
0491   <tabstop>tabWidget</tabstop>
0492   <tabstop>RA</tabstop>
0493   <tabstop>Dec</tabstop>
0494   <tabstop>ObjectButton</tabstop>
0495   <tabstop>GalLongitude</tabstop>
0496   <tabstop>GalLatitude</tabstop>
0497   <tabstop>raCheckBatch</tabstop>
0498   <tabstop>raBoxBatch</tabstop>
0499   <tabstop>decCheckBatch</tabstop>
0500   <tabstop>decBoxBatch</tabstop>
0501   <tabstop>epochCheckBatch</tabstop>
0502   <tabstop>epochBoxBatch</tabstop>
0503   <tabstop>galLongCheckBatch</tabstop>
0504   <tabstop>galLongBoxBatch</tabstop>
0505   <tabstop>galLatCheckBatch</tabstop>
0506   <tabstop>galLatBoxBatch</tabstop>
0507   <tabstop>allRadioBatch</tabstop>
0508   <tabstop>inputRadioBatch</tabstop>
0509   <tabstop>InputFileBoxBatch</tabstop>
0510   <tabstop>OutputFileBoxBatch</tabstop>
0511   <tabstop>runButtonBatch</tabstop>
0512  </tabstops>
0513  <resources/>
0514  <connections/>
0515 </ui>