Warning, /education/kstars/kstars/ekos/capture/capturepreviewwidget.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>CapturePreviewWidget</class>
0004  <widget class="QWidget" name="CapturePreviewWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>300</width>
0010     <height>400</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>300</width>
0022     <height>400</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" stretch="0,1,0">
0041    <property name="spacing">
0042     <number>0</number>
0043    </property>
0044    <property name="leftMargin">
0045     <number>4</number>
0046    </property>
0047    <property name="topMargin">
0048     <number>4</number>
0049    </property>
0050    <property name="rightMargin">
0051     <number>4</number>
0052    </property>
0053    <property name="bottomMargin">
0054     <number>4</number>
0055    </property>
0056    <item>
0057     <layout class="QHBoxLayout" name="captureStatusLayout" stretch="0,1,0,0,1,0">
0058      <property name="spacing">
0059       <number>2</number>
0060      </property>
0061      <property name="bottomMargin">
0062       <number>4</number>
0063      </property>
0064      <item>
0065       <widget class="QLabel" name="titleLabel">
0066        <property name="minimumSize">
0067         <size>
0068          <width>0</width>
0069          <height>24</height>
0070         </size>
0071        </property>
0072        <property name="mouseTracking">
0073         <bool>true</bool>
0074        </property>
0075        <property name="styleSheet">
0076         <string notr="true">font-weight:bold;</string>
0077        </property>
0078        <property name="text">
0079         <string>Capture</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item>
0084       <spacer name="horizontalSpacer_2">
0085        <property name="orientation">
0086         <enum>Qt::Horizontal</enum>
0087        </property>
0088        <property name="sizeHint" stdset="0">
0089         <size>
0090          <width>40</width>
0091          <height>20</height>
0092         </size>
0093        </property>
0094       </spacer>
0095      </item>
0096      <item>
0097       <widget class="QLabel" name="targetLabel">
0098        <property name="sizePolicy">
0099         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0100          <horstretch>0</horstretch>
0101          <verstretch>0</verstretch>
0102         </sizepolicy>
0103        </property>
0104        <property name="font">
0105         <font>
0106          <weight>75</weight>
0107          <bold>true</bold>
0108         </font>
0109        </property>
0110        <property name="text">
0111         <string>Target: </string>
0112        </property>
0113       </widget>
0114      </item>
0115      <item>
0116       <widget class="QLabel" name="mountTarget">
0117        <property name="minimumSize">
0118         <size>
0119          <width>10</width>
0120          <height>0</height>
0121         </size>
0122        </property>
0123        <property name="text">
0124         <string/>
0125        </property>
0126       </widget>
0127      </item>
0128      <item>
0129       <spacer name="horizontalSpacer">
0130        <property name="orientation">
0131         <enum>Qt::Horizontal</enum>
0132        </property>
0133        <property name="sizeHint" stdset="0">
0134         <size>
0135          <width>1</width>
0136          <height>20</height>
0137         </size>
0138        </property>
0139       </spacer>
0140      </item>
0141      <item>
0142       <widget class="Ekos::LedStatusWidget" name="captureStatusWidget" native="true">
0143        <property name="minimumSize">
0144         <size>
0145          <width>20</width>
0146          <height>24</height>
0147         </size>
0148        </property>
0149       </widget>
0150      </item>
0151     </layout>
0152    </item>
0153    <item>
0154     <widget class="QWidget" name="previewWidget" native="true">
0155      <property name="sizePolicy">
0156       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0157        <horstretch>0</horstretch>
0158        <verstretch>0</verstretch>
0159       </sizepolicy>
0160      </property>
0161      <property name="minimumSize">
0162       <size>
0163        <width>250</width>
0164        <height>250</height>
0165       </size>
0166      </property>
0167      <property name="toolTipDuration">
0168       <number>1</number>
0169      </property>
0170      <property name="autoFillBackground">
0171       <bool>false</bool>
0172      </property>
0173      <property name="styleSheet">
0174       <string notr="true"/>
0175      </property>
0176     </widget>
0177    </item>
0178    <item>
0179     <widget class="CaptureCountsWidget" name="captureCountsWidget" native="true">
0180      <property name="minimumSize">
0181       <size>
0182        <width>250</width>
0183        <height>20</height>
0184       </size>
0185      </property>
0186     </widget>
0187    </item>
0188   </layout>
0189  </widget>
0190  <customwidgets>
0191   <customwidget>
0192    <class>Ekos::LedStatusWidget</class>
0193    <extends>QWidget</extends>
0194    <header>ekos/auxiliary/ledstatuswidget.h</header>
0195   </customwidget>
0196   <customwidget>
0197    <class>CaptureCountsWidget</class>
0198    <extends>QWidget</extends>
0199    <header>ekos/capture/capturecountswidget.h</header>
0200    <container>1</container>
0201   </customwidget>
0202  </customwidgets>
0203  <resources/>
0204  <connections/>
0205 </ui>