Warning, /education/kstars/kstars/ekos/profileeditor.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>ProfileEditorUI</class>
0004  <widget class="QWidget" name="ProfileEditorUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>613</width>
0010     <height>357</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
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="profileGroup">
0031      <property name="title">
0032       <string>Profile</string>
0033      </property>
0034      <layout class="QVBoxLayout" name="verticalLayout_2">
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">
0052         <item>
0053          <widget class="QLabel" name="profileNameLabel">
0054           <property name="text">
0055            <string>Name:</string>
0056           </property>
0057          </widget>
0058         </item>
0059         <item>
0060          <widget class="QLineEdit" name="profileIN"/>
0061         </item>
0062         <item>
0063          <widget class="QCheckBox" name="autoConnectCheck">
0064           <property name="toolTip">
0065            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;After establishing connection with INDI server, automatically connect all devices.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0066           </property>
0067           <property name="text">
0068            <string>Auto Connect</string>
0069           </property>
0070           <property name="checked">
0071            <bool>true</bool>
0072           </property>
0073          </widget>
0074         </item>
0075         <item>
0076          <spacer name="horizontalSpacer">
0077           <property name="orientation">
0078            <enum>Qt::Horizontal</enum>
0079           </property>
0080           <property name="sizeHint" stdset="0">
0081            <size>
0082             <width>40</width>
0083             <height>20</height>
0084            </size>
0085           </property>
0086          </spacer>
0087         </item>
0088         <item>
0089          <widget class="QCheckBox" name="portSelectorCheck">
0090           <property name="toolTip">
0091            <string>Show port selector dialog when first connecting to equipment. It is automatically disabled after connection is established.</string>
0092           </property>
0093           <property name="text">
0094            <string>Port Selector</string>
0095           </property>
0096           <property name="checked">
0097            <bool>true</bool>
0098           </property>
0099          </widget>
0100         </item>
0101         <item>
0102          <widget class="QCheckBox" name="loadSiteCheck">
0103           <property name="enabled">
0104            <bool>false</bool>
0105           </property>
0106           <property name="toolTip">
0107            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0108 &lt;p&gt;Send current KStars geographical site settings to drivers once Ekos is online.&lt;/p&gt;
0109 &lt;p&gt;This option should only be used when connecting to a remote geographic site.&lt;/p&gt;
0110 &lt;/body&gt;&lt;/html&gt;</string>
0111           </property>
0112           <property name="text">
0113            <string>Site Info</string>
0114           </property>
0115          </widget>
0116         </item>
0117        </layout>
0118       </item>
0119       <item>
0120        <layout class="QGridLayout" name="gridLayout_2">
0121         <item row="1" column="0">
0122          <widget class="QLabel" name="guidingTypeLabel">
0123           <property name="toolTip">
0124            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Select which plug-in the Guider module should use.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0125           </property>
0126           <property name="text">
0127            <string>Guiding:</string>
0128           </property>
0129          </widget>
0130         </item>
0131         <item row="0" column="0">
0132          <widget class="QLabel" name="modeLabel">
0133           <property name="toolTip">
0134            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0135 &lt;p&gt;Connection mode to use for the INDI server:&lt;/p&gt;
0136 &lt;p&gt;&lt;span style=&quot;font-weight:600&quot;&gt;Local&lt;/span&gt;&lt;br/&gt;Connect to a local INDI server, created when Ekos starts.&lt;/p&gt;
0137 &lt;p&gt;&lt;span style=&quot;font-weight:600&quot;&gt;Remote&lt;/span&gt;&lt;br/&gt;Connect to a remote INDI server that is already running.&lt;/p&gt;
0138 &lt;/body&gt;&lt;/html&gt;</string>
0139           </property>
0140           <property name="text">
0141            <string>Mode:</string>
0142           </property>
0143          </widget>
0144         </item>
0145         <item row="2" column="9">
0146          <widget class="QLabel" name="INDIWebManagerPortLabel">
0147           <property name="enabled">
0148            <bool>false</bool>
0149           </property>
0150           <property name="text">
0151            <string>Port:</string>
0152           </property>
0153           <property name="alignment">
0154            <set>Qt::AlignCenter</set>
0155           </property>
0156          </widget>
0157         </item>
0158         <item row="1" column="9">
0159          <widget class="QLabel" name="externalGuidePortLabel">
0160           <property name="enabled">
0161            <bool>false</bool>
0162           </property>
0163           <property name="text">
0164            <string>Port:</string>
0165           </property>
0166           <property name="alignment">
0167            <set>Qt::AlignCenter</set>
0168           </property>
0169          </widget>
0170         </item>
0171         <item row="0" column="2">
0172          <widget class="QRadioButton" name="remoteMode">
0173           <property name="text">
0174            <string>Re&amp;mote</string>
0175           </property>
0176          </widget>
0177         </item>
0178         <item row="0" column="3">
0179          <widget class="QLabel" name="remoteHostLabel">
0180           <property name="enabled">
0181            <bool>false</bool>
0182           </property>
0183           <property name="text">
0184            <string>Host:</string>
0185           </property>
0186           <property name="alignment">
0187            <set>Qt::AlignCenter</set>
0188           </property>
0189          </widget>
0190         </item>
0191         <item row="0" column="9">
0192          <widget class="QLabel" name="remotePortLabel">
0193           <property name="enabled">
0194            <bool>false</bool>
0195           </property>
0196           <property name="text">
0197            <string>Port:</string>
0198           </property>
0199           <property name="alignment">
0200            <set>Qt::AlignCenter</set>
0201           </property>
0202          </widget>
0203         </item>
0204         <item row="2" column="10">
0205          <widget class="QLineEdit" name="INDIWebManagerPort">
0206           <property name="enabled">
0207            <bool>false</bool>
0208           </property>
0209           <property name="sizePolicy">
0210            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0211             <horstretch>0</horstretch>
0212             <verstretch>0</verstretch>
0213            </sizepolicy>
0214           </property>
0215           <property name="toolTip">
0216            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;INDI Web Manager port.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0217           </property>
0218           <property name="text">
0219            <string>8624</string>
0220           </property>
0221          </widget>
0222         </item>
0223         <item row="0" column="4" colspan="5">
0224          <widget class="QLineEdit" name="remoteHost">
0225           <property name="enabled">
0226            <bool>false</bool>
0227           </property>
0228           <property name="sizePolicy">
0229            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0230             <horstretch>0</horstretch>
0231             <verstretch>0</verstretch>
0232            </sizepolicy>
0233           </property>
0234           <property name="toolTip">
0235            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Remote INDI server host or address.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0236           </property>
0237           <property name="text">
0238            <string notr="true">localhost</string>
0239           </property>
0240          </widget>
0241         </item>
0242         <item row="0" column="10">
0243          <widget class="QLineEdit" name="remotePort">
0244           <property name="enabled">
0245            <bool>false</bool>
0246           </property>
0247           <property name="sizePolicy">
0248            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0249             <horstretch>0</horstretch>
0250             <verstretch>0</verstretch>
0251            </sizepolicy>
0252           </property>
0253           <property name="toolTip">
0254            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Remote INDI Server Port.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0255           </property>
0256           <property name="text">
0257            <string>7624</string>
0258           </property>
0259          </widget>
0260         </item>
0261         <item row="1" column="4" colspan="5">
0262          <widget class="QLineEdit" name="externalGuideHost">
0263           <property name="enabled">
0264            <bool>false</bool>
0265           </property>
0266           <property name="sizePolicy">
0267            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0268             <horstretch>0</horstretch>
0269             <verstretch>0</verstretch>
0270            </sizepolicy>
0271           </property>
0272           <property name="toolTip">
0273            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;External guider host or address.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0274           </property>
0275           <property name="text">
0276            <string>localhost</string>
0277           </property>
0278          </widget>
0279         </item>
0280         <item row="2" column="7">
0281          <widget class="QPushButton" name="indihubB">
0282           <property name="toolTip">
0283            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Configure INDIHub.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0284           </property>
0285           <property name="text">
0286            <string>INDI Hub</string>
0287           </property>
0288           <property name="icon">
0289            <iconset resource="../data/kstars.qrc">
0290             <normaloff>:/icons/indihub.svg</normaloff>:/icons/indihub.svg</iconset>
0291           </property>
0292           <property name="iconSize">
0293            <size>
0294             <width>20</width>
0295             <height>20</height>
0296            </size>
0297           </property>
0298          </widget>
0299         </item>
0300         <item row="0" column="1">
0301          <widget class="QRadioButton" name="localMode">
0302           <property name="text">
0303            <string>&amp;Local</string>
0304           </property>
0305           <property name="checked">
0306            <bool>true</bool>
0307           </property>
0308          </widget>
0309         </item>
0310         <item row="1" column="10">
0311          <widget class="QLineEdit" name="externalGuidePort">
0312           <property name="enabled">
0313            <bool>false</bool>
0314           </property>
0315           <property name="sizePolicy">
0316            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0317             <horstretch>0</horstretch>
0318             <verstretch>0</verstretch>
0319            </sizepolicy>
0320           </property>
0321           <property name="toolTip">
0322            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;External guider port.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0323           </property>
0324          </widget>
0325         </item>
0326         <item row="2" column="8">
0327          <widget class="QPushButton" name="scanB">
0328           <property name="toolTip">
0329            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Scan local network for INDI web managers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0330           </property>
0331           <property name="text">
0332            <string>Scan</string>
0333           </property>
0334           <property name="icon">
0335            <iconset theme="search">
0336             <normaloff>.</normaloff>.</iconset>
0337           </property>
0338           <property name="iconSize">
0339            <size>
0340             <width>20</width>
0341             <height>20</height>
0342            </size>
0343           </property>
0344          </widget>
0345         </item>
0346         <item row="1" column="3">
0347          <widget class="QLabel" name="externalGuideHostLabel">
0348           <property name="enabled">
0349            <bool>false</bool>
0350           </property>
0351           <property name="text">
0352            <string>Host:</string>
0353           </property>
0354           <property name="alignment">
0355            <set>Qt::AlignCenter</set>
0356           </property>
0357          </widget>
0358         </item>
0359         <item row="1" column="1" colspan="2">
0360          <widget class="QComboBox" name="guideTypeCombo">
0361           <property name="sizePolicy">
0362            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0363             <horstretch>0</horstretch>
0364             <verstretch>0</verstretch>
0365            </sizepolicy>
0366           </property>
0367           <item>
0368            <property name="text">
0369             <string>Internal</string>
0370            </property>
0371           </item>
0372           <item>
0373            <property name="text">
0374             <string>PHD2</string>
0375            </property>
0376           </item>
0377           <item>
0378            <property name="text">
0379             <string>LinGuider</string>
0380            </property>
0381           </item>
0382          </widget>
0383         </item>
0384         <item row="2" column="0" colspan="4">
0385          <widget class="QCheckBox" name="INDIWebManagerCheck">
0386           <property name="enabled">
0387            <bool>false</bool>
0388           </property>
0389           <property name="toolTip">
0390            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Store profile on remote INDI Web Manager. Use INDI Web Manager on the remote device to start/stop INDI server.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0391           </property>
0392           <property name="text">
0393            <string>INDI Web Manager</string>
0394           </property>
0395          </widget>
0396         </item>
0397         <item row="2" column="4" colspan="3">
0398          <widget class="QPushButton" name="openWebManagerB">
0399           <property name="enabled">
0400            <bool>false</bool>
0401           </property>
0402           <property name="sizePolicy">
0403            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0404             <horstretch>0</horstretch>
0405             <verstretch>0</verstretch>
0406            </sizepolicy>
0407           </property>
0408           <property name="toolTip">
0409            <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Open Web Manager in browser.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0410           </property>
0411           <property name="text">
0412            <string>Web Manager</string>
0413           </property>
0414           <property name="icon">
0415            <iconset theme="applications-internet">
0416             <normaloff>.</normaloff>.</iconset>
0417           </property>
0418           <property name="iconSize">
0419            <size>
0420             <width>20</width>
0421             <height>20</height>
0422            </size>
0423           </property>
0424          </widget>
0425         </item>
0426        </layout>
0427       </item>
0428      </layout>
0429     </widget>
0430    </item>
0431    <item>
0432     <widget class="QGroupBox" name="driversGroupBox">
0433      <property name="title">
0434       <string>Select Devices</string>
0435      </property>
0436      <layout class="QGridLayout" name="gridLayout">
0437       <item row="2" column="4">
0438        <widget class="QLabel" name="aux3Label">
0439         <property name="toolTip">
0440          <string>Auxiliary #3</string>
0441         </property>
0442         <property name="text">
0443          <string>Aux 3:</string>
0444         </property>
0445        </widget>
0446       </item>
0447       <item row="3" column="4">
0448        <widget class="QLabel" name="aux4Label">
0449         <property name="toolTip">
0450          <string>Auxiliary #4</string>
0451         </property>
0452         <property name="text">
0453          <string>Aux 4:</string>
0454         </property>
0455        </widget>
0456       </item>
0457       <item row="2" column="0">
0458        <widget class="QLabel" name="label_8">
0459         <property name="text">
0460          <string>Camera 2:</string>
0461         </property>
0462        </widget>
0463       </item>
0464       <item row="0" column="4">
0465        <widget class="QLabel" name="aux1Label">
0466         <property name="toolTip">
0467          <string>Auxiliary #1</string>
0468         </property>
0469         <property name="text">
0470          <string>Aux 1:</string>
0471         </property>
0472        </widget>
0473       </item>
0474       <item row="5" column="0">
0475        <widget class="QLabel" name="remoteDriversLabel">
0476         <property name="toolTip">
0477          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add remote INDI drivers to chain with the local INDI server configured by this profile. Format this field as a comma-separated list of quoted driver name, host name/address and optional port:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;&amp;quot;ZWO ASI120MC&amp;quot;@192.168.1.50:8000&lt;/span&gt;&lt;br/&gt;Connect to the named camera on 192.168.1.50, port 8000.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;&amp;quot;EQMod Mount&amp;quot;@192.168.1.50&lt;/span&gt;&lt;br/&gt;Connect to the named mount on 192.168.1.50, port 7624.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;@192.168.1.50:8000&lt;/span&gt;&lt;br/&gt;Connect to all drivers found on 192.168.1.50, port 8000.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;@192.168.1.50&lt;/span&gt;&lt;br/&gt;Connect to all drivers found on 192.168.1.50, port 7624.&lt;/p&gt;&lt;p&gt;When omitted, host defaults to localhost and port defaults to 7624.&lt;br/&gt;Remote INDI drivers must be already running for the connection to succeed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0478         </property>
0479         <property name="text">
0480          <string>Remote:</string>
0481         </property>
0482        </widget>
0483       </item>
0484       <item row="2" column="1">
0485        <widget class="QComboBox" name="guiderCombo">
0486         <property name="sizePolicy">
0487          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0488           <horstretch>0</horstretch>
0489           <verstretch>0</verstretch>
0490          </sizepolicy>
0491         </property>
0492         <property name="editable">
0493          <bool>false</bool>
0494         </property>
0495        </widget>
0496       </item>
0497       <item row="2" column="2">
0498        <widget class="QLabel" name="domeLabel">
0499         <property name="toolTip">
0500          <string>Dome Controller</string>
0501         </property>
0502         <property name="text">
0503          <string>Dome:</string>
0504         </property>
0505        </widget>
0506       </item>
0507       <item row="3" column="5">
0508        <widget class="QComboBox" name="aux4Combo">
0509         <property name="sizePolicy">
0510          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0511           <horstretch>0</horstretch>
0512           <verstretch>0</verstretch>
0513          </sizepolicy>
0514         </property>
0515         <property name="editable">
0516          <bool>false</bool>
0517         </property>
0518        </widget>
0519       </item>
0520       <item row="1" column="1">
0521        <widget class="QComboBox" name="ccdCombo">
0522         <property name="sizePolicy">
0523          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0524           <horstretch>0</horstretch>
0525           <verstretch>0</verstretch>
0526          </sizepolicy>
0527         </property>
0528         <property name="editable">
0529          <bool>false</bool>
0530         </property>
0531        </widget>
0532       </item>
0533       <item row="1" column="2">
0534        <widget class="QLabel" name="AOLabel">
0535         <property name="toolTip">
0536          <string>Adaptive Optics</string>
0537         </property>
0538         <property name="text">
0539          <string>AO:</string>
0540         </property>
0541        </widget>
0542       </item>
0543       <item row="2" column="5">
0544        <widget class="QComboBox" name="aux3Combo">
0545         <property name="sizePolicy">
0546          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0547           <horstretch>0</horstretch>
0548           <verstretch>0</verstretch>
0549          </sizepolicy>
0550         </property>
0551         <property name="editable">
0552          <bool>false</bool>
0553         </property>
0554        </widget>
0555       </item>
0556       <item row="3" column="3">
0557        <widget class="QComboBox" name="weatherCombo">
0558         <property name="sizePolicy">
0559          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0560           <horstretch>0</horstretch>
0561           <verstretch>0</verstretch>
0562          </sizepolicy>
0563         </property>
0564         <property name="editable">
0565          <bool>false</bool>
0566         </property>
0567        </widget>
0568       </item>
0569       <item row="1" column="4">
0570        <widget class="QLabel" name="aux2Label">
0571         <property name="toolTip">
0572          <string>Auxiliary #2</string>
0573         </property>
0574         <property name="text">
0575          <string>Aux 2:</string>
0576         </property>
0577        </widget>
0578       </item>
0579       <item row="2" column="3">
0580        <widget class="QComboBox" name="domeCombo">
0581         <property name="sizePolicy">
0582          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0583           <horstretch>0</horstretch>
0584           <verstretch>0</verstretch>
0585          </sizepolicy>
0586         </property>
0587         <property name="editable">
0588          <bool>false</bool>
0589         </property>
0590        </widget>
0591       </item>
0592       <item row="0" column="5">
0593        <widget class="QComboBox" name="aux1Combo">
0594         <property name="sizePolicy">
0595          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0596           <horstretch>0</horstretch>
0597           <verstretch>0</verstretch>
0598          </sizepolicy>
0599         </property>
0600         <property name="editable">
0601          <bool>false</bool>
0602         </property>
0603        </widget>
0604       </item>
0605       <item row="1" column="5">
0606        <widget class="QComboBox" name="aux2Combo">
0607         <property name="sizePolicy">
0608          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0609           <horstretch>0</horstretch>
0610           <verstretch>0</verstretch>
0611          </sizepolicy>
0612         </property>
0613         <property name="editable">
0614          <bool>false</bool>
0615         </property>
0616        </widget>
0617       </item>
0618       <item row="1" column="0">
0619        <widget class="QLabel" name="label_7">
0620         <property name="text">
0621          <string>Camera 1:</string>
0622         </property>
0623        </widget>
0624       </item>
0625       <item row="1" column="3">
0626        <widget class="QComboBox" name="AOCombo">
0627         <property name="sizePolicy">
0628          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0629           <horstretch>0</horstretch>
0630           <verstretch>0</verstretch>
0631          </sizepolicy>
0632         </property>
0633         <property name="editable">
0634          <bool>false</bool>
0635         </property>
0636        </widget>
0637       </item>
0638       <item row="0" column="2">
0639        <widget class="QLabel" name="filterLabel">
0640         <property name="toolTip">
0641          <string>Filter Wheel</string>
0642         </property>
0643         <property name="text">
0644          <string>Filter:</string>
0645         </property>
0646        </widget>
0647       </item>
0648       <item row="3" column="0">
0649        <widget class="QLabel" name="label_10">
0650         <property name="text">
0651          <string>Focuser:</string>
0652         </property>
0653        </widget>
0654       </item>
0655       <item row="0" column="0">
0656        <widget class="QLabel" name="label_6">
0657         <property name="text">
0658          <string>Mount:</string>
0659         </property>
0660        </widget>
0661       </item>
0662       <item row="3" column="1">
0663        <widget class="QComboBox" name="focuserCombo">
0664         <property name="sizePolicy">
0665          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0666           <horstretch>0</horstretch>
0667           <verstretch>0</verstretch>
0668          </sizepolicy>
0669         </property>
0670         <property name="editable">
0671          <bool>false</bool>
0672         </property>
0673        </widget>
0674       </item>
0675       <item row="0" column="3">
0676        <widget class="QComboBox" name="filterCombo">
0677         <property name="sizePolicy">
0678          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0679           <horstretch>0</horstretch>
0680           <verstretch>0</verstretch>
0681          </sizepolicy>
0682         </property>
0683         <property name="editable">
0684          <bool>false</bool>
0685         </property>
0686        </widget>
0687       </item>
0688       <item row="3" column="2">
0689        <widget class="QLabel" name="weatherLabel">
0690         <property name="toolTip">
0691          <string>Weather Station</string>
0692         </property>
0693         <property name="text">
0694          <string>Weather:</string>
0695         </property>
0696        </widget>
0697       </item>
0698       <item row="0" column="1">
0699        <widget class="QComboBox" name="mountCombo">
0700         <property name="sizePolicy">
0701          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0702           <horstretch>0</horstretch>
0703           <verstretch>0</verstretch>
0704          </sizepolicy>
0705         </property>
0706         <property name="editable">
0707          <bool>false</bool>
0708         </property>
0709        </widget>
0710       </item>
0711       <item row="5" column="1" colspan="4">
0712        <widget class="QLineEdit" name="remoteDrivers">
0713         <property name="placeholderText">
0714          <string>driver@host:port,driver@host,@host:port,@host,driver</string>
0715         </property>
0716        </widget>
0717       </item>
0718       <item row="5" column="5">
0719        <widget class="QPushButton" name="scriptsB">
0720         <property name="text">
0721          <string>Scripts</string>
0722         </property>
0723        </widget>
0724       </item>
0725      </layout>
0726     </widget>
0727    </item>
0728    <item>
0729     <spacer name="verticalSpacer">
0730      <property name="orientation">
0731       <enum>Qt::Vertical</enum>
0732      </property>
0733      <property name="sizeHint" stdset="0">
0734       <size>
0735        <width>20</width>
0736        <height>0</height>
0737       </size>
0738      </property>
0739     </spacer>
0740    </item>
0741   </layout>
0742  </widget>
0743  <tabstops>
0744   <tabstop>profileIN</tabstop>
0745   <tabstop>localMode</tabstop>
0746   <tabstop>remoteHost</tabstop>
0747   <tabstop>remotePort</tabstop>
0748   <tabstop>INDIWebManagerCheck</tabstop>
0749   <tabstop>INDIWebManagerPort</tabstop>
0750   <tabstop>mountCombo</tabstop>
0751   <tabstop>ccdCombo</tabstop>
0752   <tabstop>guiderCombo</tabstop>
0753   <tabstop>focuserCombo</tabstop>
0754   <tabstop>filterCombo</tabstop>
0755   <tabstop>AOCombo</tabstop>
0756   <tabstop>domeCombo</tabstop>
0757   <tabstop>weatherCombo</tabstop>
0758   <tabstop>aux1Combo</tabstop>
0759   <tabstop>aux2Combo</tabstop>
0760   <tabstop>aux3Combo</tabstop>
0761   <tabstop>aux4Combo</tabstop>
0762   <tabstop>loadSiteCheck</tabstop>
0763  </tabstops>
0764  <resources>
0765   <include location="../data/kstars.qrc"/>
0766  </resources>
0767  <connections/>
0768 </ui>