Warning, /education/kstars/kstars/indi/opsindi.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>OpsINDI</class>
0004  <widget class="QWidget" name="OpsINDI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>578</width>
0010     <height>519</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_5">
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="QGroupBox" name="generalGroup">
0031      <property name="title">
0032       <string>General</string>
0033      </property>
0034      <layout class="QVBoxLayout" name="verticalLayout">
0035       <property name="spacing">
0036        <number>3</number>
0037       </property>
0038       <property name="leftMargin">
0039        <number>3</number>
0040       </property>
0041       <property name="topMargin">
0042        <number>3</number>
0043       </property>
0044       <property name="rightMargin">
0045        <number>3</number>
0046       </property>
0047       <property name="bottomMargin">
0048        <number>3</number>
0049       </property>
0050       <item>
0051        <layout class="QHBoxLayout" name="horizontalLayout_3">
0052         <item>
0053          <widget class="QCheckBox" name="kcfg_indiServerIsInternal">
0054           <property name="toolTip">
0055            <string>INDI Server binary is internal to the application bundle</string>
0056           </property>
0057           <property name="text">
0058            <string/>
0059           </property>
0060          </widget>
0061         </item>
0062         <item>
0063          <widget class="QLabel" name="videoLabel_2">
0064           <property name="toolTip">
0065            <string>Default INDI video port</string>
0066           </property>
0067           <property name="text">
0068            <string>INDI server:</string>
0069           </property>
0070          </widget>
0071         </item>
0072         <item>
0073          <widget class="QLineEdit" name="kcfg_indiServer">
0074           <property name="toolTip">
0075            <string>Path to the indiserver binary</string>
0076           </property>
0077           <property name="text">
0078            <string notr="true">/usr/bin/indiserver</string>
0079           </property>
0080          </widget>
0081         </item>
0082        </layout>
0083       </item>
0084       <item>
0085        <layout class="QHBoxLayout" name="horizontalLayout_6">
0086         <property name="spacing">
0087          <number>5</number>
0088         </property>
0089         <item>
0090          <widget class="QCheckBox" name="kcfg_indiDriversAreInternal">
0091           <property name="toolTip">
0092            <string>INDI Drivers are internal to the application bundle</string>
0093           </property>
0094           <property name="text">
0095            <string/>
0096           </property>
0097          </widget>
0098         </item>
0099         <item>
0100          <widget class="QLabel" name="videoLabel_3">
0101           <property name="toolTip">
0102            <string>Default INDI video port</string>
0103           </property>
0104           <property name="text">
0105            <string>INDI drivers XML directory:</string>
0106           </property>
0107          </widget>
0108         </item>
0109         <item>
0110          <widget class="QLineEdit" name="kcfg_indiDriversDir">
0111           <property name="toolTip">
0112            <string>Path to the INDI drivers XML directory</string>
0113           </property>
0114           <property name="text">
0115            <string notr="true">/usr/share/indi</string>
0116           </property>
0117           <property name="readOnly">
0118            <bool>true</bool>
0119           </property>
0120          </widget>
0121         </item>
0122         <item>
0123          <widget class="QPushButton" name="selectDriversDirB">
0124           <property name="sizePolicy">
0125            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0126             <horstretch>0</horstretch>
0127             <verstretch>0</verstretch>
0128            </sizepolicy>
0129           </property>
0130           <property name="minimumSize">
0131            <size>
0132             <width>28</width>
0133             <height>28</height>
0134            </size>
0135           </property>
0136           <property name="maximumSize">
0137            <size>
0138             <width>28</width>
0139             <height>28</height>
0140            </size>
0141           </property>
0142           <property name="text">
0143            <string/>
0144           </property>
0145          </widget>
0146         </item>
0147        </layout>
0148       </item>
0149       <item>
0150        <layout class="QHBoxLayout" name="horizontalLayout_5">
0151         <item>
0152          <widget class="QLabel" name="label_3">
0153           <property name="text">
0154            <string>INDIHub agent:</string>
0155           </property>
0156          </widget>
0157         </item>
0158         <item>
0159          <widget class="QLineEdit" name="kcfg_INDIHubAgent"/>
0160         </item>
0161         <item>
0162          <widget class="QPushButton" name="selectINDIHubB">
0163           <property name="sizePolicy">
0164            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0165             <horstretch>0</horstretch>
0166             <verstretch>0</verstretch>
0167            </sizepolicy>
0168           </property>
0169           <property name="minimumSize">
0170            <size>
0171             <width>28</width>
0172             <height>28</height>
0173            </size>
0174           </property>
0175           <property name="maximumSize">
0176            <size>
0177             <width>28</width>
0178             <height>28</height>
0179            </size>
0180           </property>
0181           <property name="text">
0182            <string/>
0183           </property>
0184          </widget>
0185         </item>
0186        </layout>
0187       </item>
0188       <item>
0189        <layout class="QHBoxLayout" name="horizontalLayout_4">
0190         <item>
0191          <widget class="QLabel" name="fitsLabel">
0192           <property name="whatsThis">
0193            <string>Specify where new FITS images are saved once captured and downloaded</string>
0194           </property>
0195           <property name="text">
0196            <string>Default FITS directory:</string>
0197           </property>
0198          </widget>
0199         </item>
0200         <item>
0201          <widget class="QLineEdit" name="kcfg_fitsDir"/>
0202         </item>
0203         <item>
0204          <widget class="QPushButton" name="selectFITSDirB">
0205           <property name="sizePolicy">
0206            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0207             <horstretch>0</horstretch>
0208             <verstretch>0</verstretch>
0209            </sizepolicy>
0210           </property>
0211           <property name="minimumSize">
0212            <size>
0213             <width>28</width>
0214             <height>28</height>
0215            </size>
0216           </property>
0217           <property name="maximumSize">
0218            <size>
0219             <width>28</width>
0220             <height>28</height>
0221            </size>
0222           </property>
0223           <property name="text">
0224            <string/>
0225           </property>
0226          </widget>
0227         </item>
0228        </layout>
0229       </item>
0230      </layout>
0231     </widget>
0232    </item>
0233    <item>
0234     <layout class="QHBoxLayout" name="horizontalLayout">
0235      <item>
0236       <layout class="QVBoxLayout" name="verticalLayout_3">
0237        <item>
0238         <widget class="QGroupBox" name="autoGroup">
0239          <property name="toolTip">
0240           <string>Select time and location synchronization settings between KStars and INDI Devices</string>
0241          </property>
0242          <property name="title">
0243           <string>Time &amp;&amp; Location Updates</string>
0244          </property>
0245          <layout class="QVBoxLayout" name="verticalLayout_2">
0246           <item>
0247            <layout class="QGridLayout" name="gridLayout">
0248             <item row="0" column="0">
0249              <widget class="QRadioButton" name="kcfg_useKStarsSource">
0250               <property name="toolTip">
0251                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;KStars is the master source for time and location settings. All INDI devices time and locations settings are synchronized to KStars settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0252               </property>
0253               <property name="text">
0254                <string>KStars updates all devices</string>
0255               </property>
0256               <property name="checkable">
0257                <bool>true</bool>
0258               </property>
0259               <property name="checked">
0260                <bool>true</bool>
0261               </property>
0262              </widget>
0263             </item>
0264             <item row="0" column="1" rowspan="2">
0265              <widget class="Line" name="line">
0266               <property name="orientation">
0267                <enum>Qt::Vertical</enum>
0268               </property>
0269              </widget>
0270             </item>
0271             <item row="0" column="2">
0272              <widget class="QCheckBox" name="kcfg_useTimeUpdate">
0273               <property name="toolTip">
0274                <string>Enable time synchronization upon connection between KStars and INDI</string>
0275               </property>
0276               <property name="whatsThis">
0277                <string>Synchronize KStars date and time automatically from the update source.</string>
0278               </property>
0279               <property name="text">
0280                <string>Time</string>
0281               </property>
0282               <property name="checked">
0283                <bool>false</bool>
0284               </property>
0285              </widget>
0286             </item>
0287             <item row="1" column="0">
0288              <widget class="QRadioButton" name="kcfg_useMountSource">
0289               <property name="toolTip">
0290                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Mount handset is the master source of time and location settings. KStars time and location settings are synchronized with controller settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0291               </property>
0292               <property name="text">
0293                <string>Mount updates KStars</string>
0294               </property>
0295              </widget>
0296             </item>
0297             <item row="1" column="2">
0298              <widget class="QCheckBox" name="kcfg_useGeographicUpdate">
0299               <property name="toolTip">
0300                <string>Enable geographic location synchronization upon connection between KStars and INDI</string>
0301               </property>
0302               <property name="whatsThis">
0303                <string>Synchronize KStars location settings from the update source.</string>
0304               </property>
0305               <property name="text">
0306                <string>Location</string>
0307               </property>
0308               <property name="checked">
0309                <bool>false</bool>
0310               </property>
0311              </widget>
0312             </item>
0313             <item row="2" column="0">
0314              <widget class="QRadioButton" name="kcfg_useGPSSource">
0315               <property name="toolTip">
0316                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;GPS driver is the master source of time and location settings. KStars time and location settings are synchronized with GPS settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0317               </property>
0318               <property name="text">
0319                <string>GPS updates KStars</string>
0320               </property>
0321              </widget>
0322             </item>
0323            </layout>
0324           </item>
0325          </layout>
0326         </widget>
0327        </item>
0328        <item>
0329         <widget class="QGroupBox" name="skymapGroup">
0330          <property name="title">
0331           <string>Sky Map</string>
0332          </property>
0333          <layout class="QVBoxLayout" name="verticalLayout_6">
0334           <property name="leftMargin">
0335            <number>9</number>
0336           </property>
0337           <property name="topMargin">
0338            <number>9</number>
0339           </property>
0340           <property name="rightMargin">
0341            <number>9</number>
0342           </property>
0343           <property name="bottomMargin">
0344            <number>9</number>
0345           </property>
0346           <item>
0347            <widget class="QCheckBox" name="kcfg_useExternalSkyMap">
0348             <property name="text">
0349              <string>External Sky Map (experimental)</string>
0350             </property>
0351            </widget>
0352           </item>
0353          </layout>
0354         </widget>
0355        </item>
0356        <item>
0357         <spacer name="verticalSpacer_2">
0358          <property name="orientation">
0359           <enum>Qt::Vertical</enum>
0360          </property>
0361          <property name="sizeHint" stdset="0">
0362           <size>
0363            <width>20</width>
0364            <height>40</height>
0365           </size>
0366          </property>
0367         </spacer>
0368        </item>
0369        <item>
0370         <widget class="QGroupBox" name="indiServerGroup">
0371          <property name="whatsThis">
0372           <string>Specify range of ports that INDI Server will bind to when starting new drivers</string>
0373          </property>
0374          <property name="title">
0375           <string>INDI Server</string>
0376          </property>
0377          <layout class="QHBoxLayout" name="horizontalLayout_2">
0378           <item>
0379            <layout class="QVBoxLayout">
0380             <property name="spacing">
0381              <number>6</number>
0382             </property>
0383             <property name="leftMargin">
0384              <number>0</number>
0385             </property>
0386             <property name="topMargin">
0387              <number>0</number>
0388             </property>
0389             <property name="rightMargin">
0390              <number>0</number>
0391             </property>
0392             <property name="bottomMargin">
0393              <number>0</number>
0394             </property>
0395             <item>
0396              <widget class="QLabel" name="label_4">
0397               <property name="text">
0398                <string>Transfer buffer (MB):</string>
0399               </property>
0400              </widget>
0401             </item>
0402             <item>
0403              <widget class="QLabel" name="label">
0404               <property name="text">
0405                <string>Port from:</string>
0406               </property>
0407              </widget>
0408             </item>
0409             <item>
0410              <widget class="QLabel" name="label_2">
0411               <property name="text">
0412                <string>Port to:</string>
0413               </property>
0414              </widget>
0415             </item>
0416            </layout>
0417           </item>
0418           <item>
0419            <layout class="QVBoxLayout">
0420             <property name="spacing">
0421              <number>6</number>
0422             </property>
0423             <property name="leftMargin">
0424              <number>0</number>
0425             </property>
0426             <property name="topMargin">
0427              <number>0</number>
0428             </property>
0429             <property name="rightMargin">
0430              <number>0</number>
0431             </property>
0432             <property name="bottomMargin">
0433              <number>0</number>
0434             </property>
0435             <item>
0436              <widget class="QSpinBox" name="kcfg_serverTransferBufferSize">
0437               <property name="minimum">
0438                <number>256</number>
0439               </property>
0440               <property name="maximum">
0441                <number>10000</number>
0442               </property>
0443               <property name="singleStep">
0444                <number>256</number>
0445               </property>
0446               <property name="value">
0447                <number>1024</number>
0448               </property>
0449              </widget>
0450             </item>
0451             <item>
0452              <widget class="QSpinBox" name="kcfg_serverPortStart">
0453               <property name="minimum">
0454                <number>7624</number>
0455               </property>
0456               <property name="maximum">
0457                <number>8623</number>
0458               </property>
0459              </widget>
0460             </item>
0461             <item>
0462              <widget class="QSpinBox" name="kcfg_serverPortEnd">
0463               <property name="minimum">
0464                <number>7625</number>
0465               </property>
0466               <property name="maximum">
0467                <number>8623</number>
0468               </property>
0469               <property name="value">
0470                <number>8623</number>
0471               </property>
0472              </widget>
0473             </item>
0474            </layout>
0475           </item>
0476           <item>
0477            <spacer>
0478             <property name="orientation">
0479              <enum>Qt::Horizontal</enum>
0480             </property>
0481             <property name="sizeHint" stdset="0">
0482              <size>
0483               <width>40</width>
0484               <height>20</height>
0485              </size>
0486             </property>
0487            </spacer>
0488           </item>
0489          </layout>
0490         </widget>
0491        </item>
0492       </layout>
0493      </item>
0494      <item>
0495       <widget class="QGroupBox" name="displayGroup">
0496        <property name="title">
0497         <string>Display</string>
0498        </property>
0499        <layout class="QVBoxLayout" name="verticalLayout_4">
0500         <item>
0501          <widget class="QCheckBox" name="kcfg_showTargetCrosshair">
0502           <property name="toolTip">
0503            <string>Display the telescope position on the sky map</string>
0504           </property>
0505           <property name="statusTip">
0506            <string>Display a telescope marker on the sky map in order to track the telescope motion across the sky.</string>
0507           </property>
0508           <property name="whatsThis">
0509            <string>Display a telescope marker on the sky map in order to track the telescope motion across the sky.</string>
0510           </property>
0511           <property name="text">
0512            <string>&amp;Telescope crosshair</string>
0513           </property>
0514           <property name="checked">
0515            <bool>true</bool>
0516           </property>
0517          </widget>
0518         </item>
0519         <item>
0520          <widget class="QCheckBox" name="kcfg_showINDIMessages">
0521           <property name="toolTip">
0522            <string>Display INDI status messages in the status bar</string>
0523           </property>
0524           <property name="statusTip">
0525            <string>Display incoming INDI status messages in KStars status bar</string>
0526           </property>
0527           <property name="whatsThis">
0528            <string>Display incoming INDI status messages in KStars status bar</string>
0529           </property>
0530           <property name="text">
0531            <string>INDI messages in status &amp;bar</string>
0532           </property>
0533           <property name="checked">
0534            <bool>true</bool>
0535           </property>
0536          </widget>
0537         </item>
0538         <item>
0539          <widget class="QCheckBox" name="kcfg_showINDIwindowInitially">
0540           <property name="toolTip">
0541            <string>Open INDI window on EKOS startup</string>
0542           </property>
0543           <property name="text">
0544            <string>INDI window on startup</string>
0545           </property>
0546           <property name="checked">
0547            <bool>true</bool>
0548           </property>
0549          </widget>
0550         </item>
0551         <item>
0552          <widget class="QCheckBox" name="kcfg_independentWindowINDI">
0553           <property name="text">
0554            <string>Independent window</string>
0555           </property>
0556          </widget>
0557         </item>
0558         <item>
0559          <widget class="QCheckBox" name="kcfg_messageNotificationINDI">
0560           <property name="toolTip">
0561            <string>Show INDI messages as desktop notifications instead of dialogs.</string>
0562           </property>
0563           <property name="text">
0564            <string>Message notifications</string>
0565           </property>
0566          </widget>
0567         </item>
0568         <item>
0569          <spacer name="verticalSpacer">
0570           <property name="orientation">
0571            <enum>Qt::Vertical</enum>
0572           </property>
0573           <property name="sizeType">
0574            <enum>QSizePolicy::MinimumExpanding</enum>
0575           </property>
0576           <property name="sizeHint" stdset="0">
0577            <size>
0578             <width>20</width>
0579             <height>28</height>
0580            </size>
0581           </property>
0582          </spacer>
0583         </item>
0584         <item>
0585          <widget class="QPushButton" name="showLogsB">
0586           <property name="text">
0587            <string>Show INDI Logs...</string>
0588           </property>
0589          </widget>
0590         </item>
0591        </layout>
0592       </widget>
0593      </item>
0594     </layout>
0595    </item>
0596   </layout>
0597  </widget>
0598  <tabstops>
0599   <tabstop>kcfg_useTimeUpdate</tabstop>
0600   <tabstop>kcfg_useGeographicUpdate</tabstop>
0601   <tabstop>kcfg_showTargetCrosshair</tabstop>
0602   <tabstop>kcfg_showINDIMessages</tabstop>
0603  </tabstops>
0604  <resources/>
0605  <connections/>
0606 </ui>