Warning, /education/kstars/kstars/ekos/manager.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>Manager</class>
0004  <widget class="QWidget" name="Manager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>700</width>
0010     <height>700</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>700</width>
0022     <height>700</height>
0023    </size>
0024   </property>
0025   <property name="maximumSize">
0026    <size>
0027     <width>16777215</width>
0028     <height>16777215</height>
0029    </size>
0030   </property>
0031   <property name="baseSize">
0032    <size>
0033     <width>0</width>
0034     <height>0</height>
0035    </size>
0036   </property>
0037   <property name="windowTitle">
0038    <string>Ekos</string>
0039   </property>
0040   <layout class="QVBoxLayout" name="verticalLayout_3">
0041    <property name="spacing">
0042     <number>1</number>
0043    </property>
0044    <property name="leftMargin">
0045     <number>3</number>
0046    </property>
0047    <property name="topMargin">
0048     <number>3</number>
0049    </property>
0050    <property name="rightMargin">
0051     <number>3</number>
0052    </property>
0053    <property name="bottomMargin">
0054     <number>3</number>
0055    </property>
0056    <item>
0057     <widget class="QSplitter" name="splitter">
0058      <property name="sizePolicy">
0059       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0060        <horstretch>0</horstretch>
0061        <verstretch>0</verstretch>
0062       </sizepolicy>
0063      </property>
0064      <property name="minimumSize">
0065       <size>
0066        <width>0</width>
0067        <height>0</height>
0068       </size>
0069      </property>
0070      <property name="orientation">
0071       <enum>Qt::Vertical</enum>
0072      </property>
0073      <property name="childrenCollapsible">
0074       <bool>false</bool>
0075      </property>
0076      <widget class="QTabWidget" name="toolsWidget">
0077       <property name="sizePolicy">
0078        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored">
0079         <horstretch>0</horstretch>
0080         <verstretch>0</verstretch>
0081        </sizepolicy>
0082       </property>
0083       <property name="minimumSize">
0084        <size>
0085         <width>0</width>
0086         <height>0</height>
0087        </size>
0088       </property>
0089       <property name="currentIndex">
0090        <number>0</number>
0091       </property>
0092       <widget class="QWidget" name="setupTab">
0093        <attribute name="title">
0094         <string/>
0095        </attribute>
0096        <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
0097         <property name="spacing">
0098          <number>0</number>
0099         </property>
0100         <item>
0101          <layout class="QHBoxLayout" name="ekosGroup">
0102           <property name="spacing">
0103            <number>1</number>
0104           </property>
0105           <item>
0106            <widget class="QGroupBox" name="profileGroup">
0107             <property name="title">
0108              <string>1. Select Profile</string>
0109             </property>
0110             <layout class="QHBoxLayout" name="horizontalLayout_6">
0111              <property name="spacing">
0112               <number>1</number>
0113              </property>
0114              <property name="leftMargin">
0115               <number>3</number>
0116              </property>
0117              <property name="topMargin">
0118               <number>3</number>
0119              </property>
0120              <property name="rightMargin">
0121               <number>3</number>
0122              </property>
0123              <property name="bottomMargin">
0124               <number>3</number>
0125              </property>
0126              <item>
0127               <widget class="QLabel" name="label">
0128                <property name="text">
0129                 <string>Profile:</string>
0130                </property>
0131               </widget>
0132              </item>
0133              <item>
0134               <widget class="QComboBox" name="profileCombo">
0135                <property name="sizePolicy">
0136                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0137                  <horstretch>0</horstretch>
0138                  <verstretch>0</verstretch>
0139                 </sizepolicy>
0140                </property>
0141                <property name="sizeAdjustPolicy">
0142                 <enum>QComboBox::AdjustToContents</enum>
0143                </property>
0144               </widget>
0145              </item>
0146              <item>
0147               <widget class="QPushButton" name="addProfileB">
0148                <property name="sizePolicy">
0149                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0150                  <horstretch>0</horstretch>
0151                  <verstretch>0</verstretch>
0152                 </sizepolicy>
0153                </property>
0154                <property name="minimumSize">
0155                 <size>
0156                  <width>22</width>
0157                  <height>22</height>
0158                 </size>
0159                </property>
0160                <property name="maximumSize">
0161                 <size>
0162                  <width>22</width>
0163                  <height>22</height>
0164                 </size>
0165                </property>
0166                <property name="toolTip">
0167                 <string>Add profile...</string>
0168                </property>
0169                <property name="statusTip">
0170                 <string/>
0171                </property>
0172                <property name="text">
0173                 <string/>
0174                </property>
0175                <property name="iconSize">
0176                 <size>
0177                  <width>22</width>
0178                  <height>22</height>
0179                 </size>
0180                </property>
0181               </widget>
0182              </item>
0183              <item>
0184               <widget class="QPushButton" name="editProfileB">
0185                <property name="sizePolicy">
0186                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0187                  <horstretch>0</horstretch>
0188                  <verstretch>0</verstretch>
0189                 </sizepolicy>
0190                </property>
0191                <property name="minimumSize">
0192                 <size>
0193                  <width>22</width>
0194                  <height>22</height>
0195                 </size>
0196                </property>
0197                <property name="maximumSize">
0198                 <size>
0199                  <width>22</width>
0200                  <height>22</height>
0201                 </size>
0202                </property>
0203                <property name="toolTip">
0204                 <string>Edit profile...</string>
0205                </property>
0206                <property name="statusTip">
0207                 <string/>
0208                </property>
0209                <property name="text">
0210                 <string/>
0211                </property>
0212                <property name="iconSize">
0213                 <size>
0214                  <width>22</width>
0215                  <height>22</height>
0216                 </size>
0217                </property>
0218               </widget>
0219              </item>
0220              <item>
0221               <widget class="QPushButton" name="deleteProfileB">
0222                <property name="sizePolicy">
0223                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0224                  <horstretch>0</horstretch>
0225                  <verstretch>0</verstretch>
0226                 </sizepolicy>
0227                </property>
0228                <property name="minimumSize">
0229                 <size>
0230                  <width>22</width>
0231                  <height>22</height>
0232                 </size>
0233                </property>
0234                <property name="maximumSize">
0235                 <size>
0236                  <width>22</width>
0237                  <height>22</height>
0238                 </size>
0239                </property>
0240                <property name="toolTip">
0241                 <string>Remove profile</string>
0242                </property>
0243                <property name="statusTip">
0244                 <string/>
0245                </property>
0246                <property name="text">
0247                 <string/>
0248                </property>
0249                <property name="iconSize">
0250                 <size>
0251                  <width>22</width>
0252                  <height>22</height>
0253                 </size>
0254                </property>
0255               </widget>
0256              </item>
0257              <item>
0258               <widget class="QPushButton" name="customDriversB">
0259                <property name="minimumSize">
0260                 <size>
0261                  <width>22</width>
0262                  <height>22</height>
0263                 </size>
0264                </property>
0265                <property name="maximumSize">
0266                 <size>
0267                  <width>22</width>
0268                  <height>22</height>
0269                 </size>
0270                </property>
0271                <property name="toolTip">
0272                 <string>Custom Drivers...</string>
0273                </property>
0274                <property name="text">
0275                 <string/>
0276                </property>
0277                <property name="iconSize">
0278                 <size>
0279                  <width>22</width>
0280                  <height>22</height>
0281                 </size>
0282                </property>
0283               </widget>
0284              </item>
0285              <item>
0286               <widget class="QPushButton" name="wizardProfileB">
0287                <property name="minimumSize">
0288                 <size>
0289                  <width>22</width>
0290                  <height>22</height>
0291                 </size>
0292                </property>
0293                <property name="maximumSize">
0294                 <size>
0295                  <width>22</width>
0296                  <height>22</height>
0297                 </size>
0298                </property>
0299                <property name="toolTip">
0300                 <string>Launch Ekos Profile Wizard...</string>
0301                </property>
0302                <property name="text">
0303                 <string/>
0304                </property>
0305                <property name="iconSize">
0306                 <size>
0307                  <width>22</width>
0308                  <height>22</height>
0309                 </size>
0310                </property>
0311               </widget>
0312              </item>
0313              <item>
0314               <spacer name="horizontalSpacer_2">
0315                <property name="orientation">
0316                 <enum>Qt::Horizontal</enum>
0317                </property>
0318                <property name="sizeType">
0319                 <enum>QSizePolicy::Minimum</enum>
0320                </property>
0321                <property name="sizeHint" stdset="0">
0322                 <size>
0323                  <width>1</width>
0324                  <height>20</height>
0325                 </size>
0326                </property>
0327               </spacer>
0328              </item>
0329             </layout>
0330            </widget>
0331           </item>
0332           <item>
0333            <widget class="QGroupBox" name="groupBox_2">
0334             <property name="title">
0335              <string>2. Start &amp;&amp; Stop Ekos</string>
0336             </property>
0337             <layout class="QHBoxLayout" name="horizontalLayout_5">
0338              <property name="spacing">
0339               <number>1</number>
0340              </property>
0341              <property name="leftMargin">
0342               <number>3</number>
0343              </property>
0344              <property name="topMargin">
0345               <number>3</number>
0346              </property>
0347              <property name="rightMargin">
0348               <number>3</number>
0349              </property>
0350              <property name="bottomMargin">
0351               <number>3</number>
0352              </property>
0353              <item>
0354               <layout class="QHBoxLayout" name="horizontalLayout_3">
0355                <property name="spacing">
0356                 <number>1</number>
0357                </property>
0358                <item>
0359                 <widget class="QPushButton" name="processINDIB">
0360                  <property name="enabled">
0361                   <bool>true</bool>
0362                  </property>
0363                  <property name="minimumSize">
0364                   <size>
0365                    <width>32</width>
0366                    <height>32</height>
0367                   </size>
0368                  </property>
0369                  <property name="text">
0370                   <string/>
0371                  </property>
0372                  <property name="iconSize">
0373                   <size>
0374                    <width>22</width>
0375                    <height>22</height>
0376                   </size>
0377                  </property>
0378                 </widget>
0379                </item>
0380                <item>
0381                 <widget class="QPushButton" name="ekosLiveB">
0382                  <property name="enabled">
0383                   <bool>true</bool>
0384                  </property>
0385                  <property name="minimumSize">
0386                   <size>
0387                    <width>32</width>
0388                    <height>32</height>
0389                   </size>
0390                  </property>
0391                  <property name="toolTip">
0392                   <string>Ekos Live...</string>
0393                  </property>
0394                  <property name="text">
0395                   <string/>
0396                  </property>
0397                  <property name="icon">
0398                   <iconset theme="folder-cloud">
0399                    <normaloff>.</normaloff>.</iconset>
0400                  </property>
0401                  <property name="iconSize">
0402                   <size>
0403                    <width>22</width>
0404                    <height>22</height>
0405                   </size>
0406                  </property>
0407                 </widget>
0408                </item>
0409                <item>
0410                 <widget class="QPushButton" name="indiControlPanelB">
0411                  <property name="enabled">
0412                   <bool>false</bool>
0413                  </property>
0414                  <property name="minimumSize">
0415                   <size>
0416                    <width>32</width>
0417                    <height>32</height>
0418                   </size>
0419                  </property>
0420                  <property name="toolTip">
0421                   <string>INDI Control Panel...</string>
0422                  </property>
0423                  <property name="text">
0424                   <string/>
0425                  </property>
0426                  <property name="icon">
0427                   <iconset theme="kstars_indi">
0428                    <normaloff>.</normaloff>.</iconset>
0429                  </property>
0430                  <property name="iconSize">
0431                   <size>
0432                    <width>22</width>
0433                    <height>22</height>
0434                   </size>
0435                  </property>
0436                 </widget>
0437                </item>
0438                <item>
0439                 <widget class="QPushButton" name="portSelectorB">
0440                  <property name="enabled">
0441                   <bool>true</bool>
0442                  </property>
0443                  <property name="minimumSize">
0444                   <size>
0445                    <width>32</width>
0446                    <height>32</height>
0447                   </size>
0448                  </property>
0449                  <property name="toolTip">
0450                   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Devices Port Selector...&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0451                  </property>
0452                  <property name="text">
0453                   <string/>
0454                  </property>
0455                  <property name="icon">
0456                   <iconset theme="drive-removable-media">
0457                    <normaloff>.</normaloff>.</iconset>
0458                  </property>
0459                  <property name="iconSize">
0460                   <size>
0461                    <width>22</width>
0462                    <height>22</height>
0463                   </size>
0464                  </property>
0465                 </widget>
0466                </item>
0467                <item>
0468                 <widget class="QPushButton" name="optionsB">
0469                  <property name="enabled">
0470                   <bool>true</bool>
0471                  </property>
0472                  <property name="minimumSize">
0473                   <size>
0474                    <width>32</width>
0475                    <height>32</height>
0476                   </size>
0477                  </property>
0478                  <property name="toolTip">
0479                   <string>Ekos Options...</string>
0480                  </property>
0481                  <property name="text">
0482                   <string/>
0483                  </property>
0484                  <property name="icon">
0485                   <iconset theme="configure">
0486                    <normaloff>.</normaloff>.</iconset>
0487                  </property>
0488                  <property name="iconSize">
0489                   <size>
0490                    <width>22</width>
0491                    <height>22</height>
0492                   </size>
0493                  </property>
0494                 </widget>
0495                </item>
0496                <item>
0497                 <widget class="QPushButton" name="logsB">
0498                  <property name="minimumSize">
0499                   <size>
0500                    <width>32</width>
0501                    <height>32</height>
0502                   </size>
0503                  </property>
0504                  <property name="toolTip">
0505                   <string>Logs to diagnose issues with Ekos and INDI.</string>
0506                  </property>
0507                  <property name="text">
0508                   <string>Logs...</string>
0509                  </property>
0510                  <property name="iconSize">
0511                   <size>
0512                    <width>22</width>
0513                    <height>22</height>
0514                   </size>
0515                  </property>
0516                 </widget>
0517                </item>
0518               </layout>
0519              </item>
0520             </layout>
0521            </widget>
0522           </item>
0523           <item>
0524            <widget class="QGroupBox" name="groupBox_3">
0525             <property name="sizePolicy">
0526              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0527               <horstretch>0</horstretch>
0528               <verstretch>1</verstretch>
0529              </sizepolicy>
0530             </property>
0531             <property name="title">
0532              <string>3. Connect &amp;&amp; Disconnect Devices</string>
0533             </property>
0534             <layout class="QVBoxLayout" name="verticalLayout_8">
0535              <property name="spacing">
0536               <number>1</number>
0537              </property>
0538              <property name="leftMargin">
0539               <number>3</number>
0540              </property>
0541              <property name="topMargin">
0542               <number>3</number>
0543              </property>
0544              <property name="rightMargin">
0545               <number>3</number>
0546              </property>
0547              <property name="bottomMargin">
0548               <number>3</number>
0549              </property>
0550              <item>
0551               <layout class="QHBoxLayout" name="horizontalLayout_4">
0552                <property name="spacing">
0553                 <number>1</number>
0554                </property>
0555                <item>
0556                 <widget class="QPushButton" name="connectB">
0557                  <property name="enabled">
0558                   <bool>false</bool>
0559                  </property>
0560                  <property name="minimumSize">
0561                   <size>
0562                    <width>32</width>
0563                    <height>32</height>
0564                   </size>
0565                  </property>
0566                  <property name="text">
0567                   <string>Connect</string>
0568                  </property>
0569                 </widget>
0570                </item>
0571                <item>
0572                 <widget class="QPushButton" name="disconnectB">
0573                  <property name="enabled">
0574                   <bool>false</bool>
0575                  </property>
0576                  <property name="minimumSize">
0577                   <size>
0578                    <width>32</width>
0579                    <height>32</height>
0580                   </size>
0581                  </property>
0582                  <property name="text">
0583                   <string>Disconnect</string>
0584                  </property>
0585                 </widget>
0586                </item>
0587               </layout>
0588              </item>
0589             </layout>
0590            </widget>
0591           </item>
0592          </layout>
0593         </item>
0594         <item>
0595          <widget class="QSplitter" name="deviceSplitter">
0596           <property name="orientation">
0597            <enum>Qt::Horizontal</enum>
0598           </property>
0599           <widget class="CapturePreviewWidget" name="capturePreview" native="true">
0600            <property name="enabled">
0601             <bool>false</bool>
0602            </property>
0603           </widget>
0604           <widget class="QWidget" name="rightLayoutWidget">
0605            <layout class="QVBoxLayout" name="rightLayout" stretch="0,1,1">
0606             <property name="spacing">
0607              <number>6</number>
0608             </property>
0609             <property name="leftMargin">
0610              <number>4</number>
0611             </property>
0612             <property name="topMargin">
0613              <number>4</number>
0614             </property>
0615             <property name="rightMargin">
0616              <number>4</number>
0617             </property>
0618             <property name="bottomMargin">
0619              <number>4</number>
0620             </property>
0621             <item>
0622              <widget class="QWidget" name="mountGroup" native="true">
0623               <property name="enabled">
0624                <bool>false</bool>
0625               </property>
0626               <property name="autoFillBackground">
0627                <bool>false</bool>
0628               </property>
0629               <property name="styleSheet">
0630                <string notr="true"/>
0631               </property>
0632               <layout class="QVBoxLayout" name="mountGroupLayout" stretch="0,0,1">
0633                <property name="spacing">
0634                 <number>4</number>
0635                </property>
0636                <property name="leftMargin">
0637                 <number>0</number>
0638                </property>
0639                <property name="topMargin">
0640                 <number>0</number>
0641                </property>
0642                <property name="rightMargin">
0643                 <number>0</number>
0644                </property>
0645                <property name="bottomMargin">
0646                 <number>0</number>
0647                </property>
0648                <item>
0649                 <layout class="QHBoxLayout" name="mountStatusLayout" stretch="0,1,0">
0650                  <property name="spacing">
0651                   <number>2</number>
0652                  </property>
0653                  <item>
0654                   <widget class="QLabel" name="mountLabel">
0655                    <property name="minimumSize">
0656                     <size>
0657                      <width>0</width>
0658                      <height>24</height>
0659                     </size>
0660                    </property>
0661                    <property name="styleSheet">
0662                     <string notr="true">font-weight:bold;</string>
0663                    </property>
0664                    <property name="text">
0665                     <string>Mount</string>
0666                    </property>
0667                    <property name="textFormat">
0668                     <enum>Qt::AutoText</enum>
0669                    </property>
0670                    <property name="margin">
0671                     <number>2</number>
0672                    </property>
0673                   </widget>
0674                  </item>
0675                  <item>
0676                   <spacer name="horizontalSpacer_3">
0677                    <property name="orientation">
0678                     <enum>Qt::Horizontal</enum>
0679                    </property>
0680                    <property name="sizeHint" stdset="0">
0681                     <size>
0682                      <width>40</width>
0683                      <height>20</height>
0684                     </size>
0685                    </property>
0686                   </spacer>
0687                  </item>
0688                  <item>
0689                   <widget class="Ekos::LedStatusWidget" name="mountStatus" native="true">
0690                    <property name="minimumSize">
0691                     <size>
0692                      <width>20</width>
0693                      <height>0</height>
0694                     </size>
0695                    </property>
0696                   </widget>
0697                  </item>
0698                 </layout>
0699                </item>
0700                <item>
0701                 <widget class="QFrame" name="mountMotionFrame">
0702                  <property name="frameShape">
0703                   <enum>QFrame::StyledPanel</enum>
0704                  </property>
0705                  <property name="frameShadow">
0706                   <enum>QFrame::Sunken</enum>
0707                  </property>
0708                  <layout class="QVBoxLayout" name="verticalLayout_2">
0709                   <property name="spacing">
0710                    <number>4</number>
0711                   </property>
0712                   <property name="leftMargin">
0713                    <number>4</number>
0714                   </property>
0715                   <property name="topMargin">
0716                    <number>4</number>
0717                   </property>
0718                   <property name="rightMargin">
0719                    <number>4</number>
0720                   </property>
0721                   <property name="bottomMargin">
0722                    <number>4</number>
0723                   </property>
0724                   <item>
0725                    <layout class="QGridLayout" name="mountPosLayout" columnstretch="0,1,0,1">
0726                     <property name="spacing">
0727                      <number>3</number>
0728                     </property>
0729                     <item row="1" column="2">
0730                      <widget class="QLabel" name="altLabel">
0731                       <property name="font">
0732                        <font>
0733                         <weight>75</weight>
0734                         <bold>true</bold>
0735                        </font>
0736                       </property>
0737                       <property name="toolTip">
0738                        <string>Altitude</string>
0739                       </property>
0740                       <property name="text">
0741                        <string>AL:</string>
0742                       </property>
0743                      </widget>
0744                     </item>
0745                     <item row="1" column="0">
0746                      <widget class="QLabel" name="azLabel">
0747                       <property name="font">
0748                        <font>
0749                         <weight>75</weight>
0750                         <bold>true</bold>
0751                        </font>
0752                       </property>
0753                       <property name="toolTip">
0754                        <string>Azimuth</string>
0755                       </property>
0756                       <property name="text">
0757                        <string>AZ:</string>
0758                       </property>
0759                      </widget>
0760                     </item>
0761                     <item row="0" column="2">
0762                      <widget class="QLabel" name="decLabel">
0763                       <property name="font">
0764                        <font>
0765                         <weight>75</weight>
0766                         <bold>true</bold>
0767                        </font>
0768                       </property>
0769                       <property name="toolTip">
0770                        <string>Declination</string>
0771                       </property>
0772                       <property name="text">
0773                        <string>DE:</string>
0774                       </property>
0775                      </widget>
0776                     </item>
0777                     <item row="0" column="0">
0778                      <widget class="QLabel" name="raLabel">
0779                       <property name="font">
0780                        <font>
0781                         <weight>75</weight>
0782                         <bold>true</bold>
0783                        </font>
0784                       </property>
0785                       <property name="toolTip">
0786                        <string>Right Ascension</string>
0787                       </property>
0788                       <property name="text">
0789                        <string>RA:</string>
0790                       </property>
0791                      </widget>
0792                     </item>
0793                     <item row="0" column="1">
0794                      <widget class="QLabel" name="raOUT">
0795                       <property name="text">
0796                        <string>  --</string>
0797                       </property>
0798                       <property name="alignment">
0799                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0800                       </property>
0801                      </widget>
0802                     </item>
0803                     <item row="0" column="3">
0804                      <widget class="QLabel" name="decOUT">
0805                       <property name="text">
0806                        <string>  --</string>
0807                       </property>
0808                       <property name="alignment">
0809                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0810                       </property>
0811                      </widget>
0812                     </item>
0813                     <item row="1" column="1">
0814                      <widget class="QLabel" name="azOUT">
0815                       <property name="text">
0816                        <string>  --</string>
0817                       </property>
0818                       <property name="alignment">
0819                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0820                       </property>
0821                      </widget>
0822                     </item>
0823                     <item row="1" column="3">
0824                      <widget class="QLabel" name="altOUT">
0825                       <property name="text">
0826                        <string>  --</string>
0827                       </property>
0828                       <property name="alignment">
0829                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0830                       </property>
0831                      </widget>
0832                     </item>
0833                    </layout>
0834                   </item>
0835                   <item>
0836                    <layout class="QHBoxLayout" name="meridianFlipLayout" stretch="0,1">
0837                     <item>
0838                      <widget class="Ekos::MeridianFlipStatusWidget" name="meridianFlipStatusWidget" native="true">
0839                       <property name="minimumSize">
0840                        <size>
0841                         <width>48</width>
0842                         <height>24</height>
0843                        </size>
0844                       </property>
0845                       <property name="font">
0846                        <font>
0847                         <italic>false</italic>
0848                        </font>
0849                       </property>
0850                      </widget>
0851                     </item>
0852                     <item>
0853                      <spacer name="horizontalSpacer">
0854                       <property name="orientation">
0855                        <enum>Qt::Horizontal</enum>
0856                       </property>
0857                       <property name="sizeHint" stdset="0">
0858                        <size>
0859                         <width>40</width>
0860                         <height>20</height>
0861                        </size>
0862                       </property>
0863                      </spacer>
0864                     </item>
0865                    </layout>
0866                   </item>
0867                  </layout>
0868                 </widget>
0869                </item>
0870                <item>
0871                 <spacer name="verticalSpacer_2">
0872                  <property name="orientation">
0873                   <enum>Qt::Vertical</enum>
0874                  </property>
0875                  <property name="sizeHint" stdset="0">
0876                   <size>
0877                    <width>10</width>
0878                    <height>10</height>
0879                   </size>
0880                  </property>
0881                 </spacer>
0882                </item>
0883               </layout>
0884              </widget>
0885             </item>
0886             <item>
0887              <widget class="Ekos::FocusManager" name="focusManager" native="true"/>
0888             </item>
0889             <item>
0890              <widget class="Ekos::GuideManager" name="guideManager" native="true"/>
0891             </item>
0892            </layout>
0893           </widget>
0894          </widget>
0895         </item>
0896        </layout>
0897       </widget>
0898      </widget>
0899      <widget class="QWidget" name="layoutWidget">
0900       <layout class="QHBoxLayout" name="bottomLayout">
0901        <item>
0902         <widget class="QPlainTextEdit" name="ekosLogOut">
0903          <property name="sizePolicy">
0904           <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
0905            <horstretch>0</horstretch>
0906            <verstretch>0</verstretch>
0907           </sizepolicy>
0908          </property>
0909          <property name="minimumSize">
0910           <size>
0911            <width>0</width>
0912            <height>50</height>
0913           </size>
0914          </property>
0915          <property name="maximumSize">
0916           <size>
0917            <width>16777215</width>
0918            <height>16777215</height>
0919           </size>
0920          </property>
0921          <property name="sizeAdjustPolicy">
0922           <enum>QAbstractScrollArea::AdjustToContents</enum>
0923          </property>
0924          <property name="readOnly">
0925           <bool>true</bool>
0926          </property>
0927         </widget>
0928        </item>
0929        <item>
0930         <layout class="QVBoxLayout" name="verticalLayout_4">
0931          <item>
0932           <spacer name="verticalSpacer">
0933            <property name="orientation">
0934             <enum>Qt::Vertical</enum>
0935            </property>
0936            <property name="sizeHint" stdset="0">
0937             <size>
0938              <width>20</width>
0939              <height>40</height>
0940             </size>
0941            </property>
0942           </spacer>
0943          </item>
0944          <item>
0945           <widget class="QPushButton" name="ekosOptionsB">
0946            <property name="toolTip">
0947             <string>Advanced Ekos Options</string>
0948            </property>
0949            <property name="text">
0950             <string>Options...</string>
0951            </property>
0952           </widget>
0953          </item>
0954          <item>
0955           <widget class="QPushButton" name="clearB">
0956            <property name="text">
0957             <string>Clear</string>
0958            </property>
0959           </widget>
0960          </item>
0961         </layout>
0962        </item>
0963       </layout>
0964      </widget>
0965     </widget>
0966    </item>
0967   </layout>
0968  </widget>
0969  <customwidgets>
0970   <customwidget>
0971    <class>Ekos::MeridianFlipStatusWidget</class>
0972    <extends>QWidget</extends>
0973    <header>ekos/mount/meridianflipstatuswidget.h</header>
0974    <container>1</container>
0975   </customwidget>
0976   <customwidget>
0977    <class>Ekos::LedStatusWidget</class>
0978    <extends>QWidget</extends>
0979    <header>ekos/auxiliary/ledstatuswidget.h</header>
0980   </customwidget>
0981   <customwidget>
0982    <class>Ekos::GuideManager</class>
0983    <extends>QWidget</extends>
0984    <header>ekos/manager/guidemanager.h</header>
0985    <container>1</container>
0986   </customwidget>
0987   <customwidget>
0988    <class>Ekos::FocusManager</class>
0989    <extends>QWidget</extends>
0990    <header>ekos/manager/focusmanager.h</header>
0991    <container>1</container>
0992   </customwidget>
0993   <customwidget>
0994    <class>CapturePreviewWidget</class>
0995    <extends>QWidget</extends>
0996    <header>ekos/capture/capturepreviewwidget.h</header>
0997    <container>1</container>
0998   </customwidget>
0999  </customwidgets>
1000  <tabstops>
1001   <tabstop>processINDIB</tabstop>
1002   <tabstop>connectB</tabstop>
1003   <tabstop>disconnectB</tabstop>
1004   <tabstop>profileCombo</tabstop>
1005   <tabstop>addProfileB</tabstop>
1006   <tabstop>editProfileB</tabstop>
1007   <tabstop>deleteProfileB</tabstop>
1008   <tabstop>customDriversB</tabstop>
1009   <tabstop>wizardProfileB</tabstop>
1010   <tabstop>ekosLiveB</tabstop>
1011   <tabstop>optionsB</tabstop>
1012   <tabstop>ekosOptionsB</tabstop>
1013   <tabstop>clearB</tabstop>
1014   <tabstop>ekosLogOut</tabstop>
1015   <tabstop>toolsWidget</tabstop>
1016  </tabstops>
1017  <resources/>
1018  <connections/>
1019 </ui>