Warning, /education/kstars/kstars/ekos/capture/capturecountswidget.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>CaptureCountsWidget</class>
0004  <widget class="QWidget" name="CaptureCountsWidget">
0005   <property name="enabled">
0006    <bool>false</bool>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>690</width>
0013     <height>220</height>
0014    </rect>
0015   </property>
0016   <property name="sizePolicy">
0017    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
0018     <horstretch>0</horstretch>
0019     <verstretch>0</verstretch>
0020    </sizepolicy>
0021   </property>
0022   <property name="minimumSize">
0023    <size>
0024     <width>600</width>
0025     <height>20</height>
0026    </size>
0027   </property>
0028   <property name="maximumSize">
0029    <size>
0030     <width>16777215</width>
0031     <height>16777215</height>
0032    </size>
0033   </property>
0034   <property name="baseSize">
0035    <size>
0036     <width>0</width>
0037     <height>0</height>
0038    </size>
0039   </property>
0040   <property name="windowTitle">
0041    <string>Ekos</string>
0042   </property>
0043   <layout class="QVBoxLayout" name="verticalLayout">
0044    <property name="spacing">
0045     <number>4</number>
0046    </property>
0047    <property name="leftMargin">
0048     <number>0</number>
0049    </property>
0050    <property name="topMargin">
0051     <number>0</number>
0052    </property>
0053    <property name="rightMargin">
0054     <number>0</number>
0055    </property>
0056    <property name="bottomMargin">
0057     <number>4</number>
0058    </property>
0059    <item>
0060     <widget class="QWidget" name="graphicalView" native="true">
0061      <property name="sizePolicy">
0062       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0063        <horstretch>0</horstretch>
0064        <verstretch>0</verstretch>
0065       </sizepolicy>
0066      </property>
0067      <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0">
0068       <property name="leftMargin">
0069        <number>0</number>
0070       </property>
0071       <property name="topMargin">
0072        <number>0</number>
0073       </property>
0074       <property name="rightMargin">
0075        <number>0</number>
0076       </property>
0077       <property name="bottomMargin">
0078        <number>0</number>
0079       </property>
0080       <item>
0081        <widget class="QProgressBar" name="gr_imageProgress">
0082         <property name="minimumSize">
0083          <size>
0084           <width>0</width>
0085           <height>4</height>
0086          </size>
0087         </property>
0088         <property name="maximumSize">
0089          <size>
0090           <width>16777215</width>
0091           <height>4</height>
0092          </size>
0093         </property>
0094         <property name="toolTip">
0095          <string>Progress of the currently active capture.</string>
0096         </property>
0097         <property name="styleSheet">
0098          <string notr="true">QProgressBar::chunk {
0099 background-color: rgb(164, 0, 0);
0100 }</string>
0101         </property>
0102         <property name="value">
0103          <number>24</number>
0104         </property>
0105         <property name="textVisible">
0106          <bool>false</bool>
0107         </property>
0108        </widget>
0109       </item>
0110       <item>
0111        <layout class="QGridLayout" name="graphicsGrid" rowstretch="0,0" columnstretch="0,0,0,0,0,0,0,0">
0112         <property name="verticalSpacing">
0113          <number>0</number>
0114         </property>
0115         <item row="0" column="4">
0116          <widget class="QLabel" name="gr_sequenceLabel">
0117           <property name="sizePolicy">
0118            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0119             <horstretch>0</horstretch>
0120             <verstretch>0</verstretch>
0121            </sizepolicy>
0122           </property>
0123           <property name="text">
0124            <string>Sequence</string>
0125           </property>
0126           <property name="alignment">
0127            <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
0128           </property>
0129          </widget>
0130         </item>
0131         <item row="0" column="6">
0132          <widget class="QLabel" name="gr_overallLabel">
0133           <property name="sizePolicy">
0134            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0135             <horstretch>0</horstretch>
0136             <verstretch>0</verstretch>
0137            </sizepolicy>
0138           </property>
0139           <property name="text">
0140            <string>Overall</string>
0141           </property>
0142           <property name="alignment">
0143            <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
0144           </property>
0145          </widget>
0146         </item>
0147         <item row="0" column="2">
0148          <spacer name="horizontalSpacer_6">
0149           <property name="orientation">
0150            <enum>Qt::Horizontal</enum>
0151           </property>
0152           <property name="sizeHint" stdset="0">
0153            <size>
0154             <width>40</width>
0155             <height>20</height>
0156            </size>
0157           </property>
0158          </spacer>
0159         </item>
0160         <item row="1" column="0" colspan="2">
0161          <widget class="QLabel" name="gr_frameDetailsLabel">
0162           <property name="sizePolicy">
0163            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0164             <horstretch>0</horstretch>
0165             <verstretch>0</verstretch>
0166            </sizepolicy>
0167           </property>
0168           <property name="text">
0169            <string>exposure: 360 sec</string>
0170           </property>
0171           <property name="alignment">
0172            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0173           </property>
0174          </widget>
0175         </item>
0176         <item row="1" column="4">
0177          <widget class="QLabel" name="gr_sequenceRemainingTime">
0178           <property name="sizePolicy">
0179            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0180             <horstretch>0</horstretch>
0181             <verstretch>0</verstretch>
0182            </sizepolicy>
0183           </property>
0184           <property name="toolTip">
0185            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remaining time to complete the active capture sequence&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0186           </property>
0187           <property name="text">
0188            <string>--:--:--</string>
0189           </property>
0190           <property name="alignment">
0191            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0192           </property>
0193          </widget>
0194         </item>
0195         <item row="0" column="0">
0196          <widget class="QLabel" name="gr_frameLabel">
0197           <property name="sizePolicy">
0198            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0199             <horstretch>0</horstretch>
0200             <verstretch>0</verstretch>
0201            </sizepolicy>
0202           </property>
0203           <property name="font">
0204            <font>
0205             <weight>75</weight>
0206             <bold>true</bold>
0207            </font>
0208           </property>
0209           <property name="text">
0210            <string>Light Luminance</string>
0211           </property>
0212           <property name="alignment">
0213            <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
0214           </property>
0215          </widget>
0216         </item>
0217         <item row="0" column="3" rowspan="2">
0218          <widget class="QRoundProgressBar" name="gr_sequenceProgressBar" native="true">
0219           <property name="minimumSize">
0220            <size>
0221             <width>64</width>
0222             <height>64</height>
0223            </size>
0224           </property>
0225           <property name="maximumSize">
0226            <size>
0227             <width>64</width>
0228             <height>64</height>
0229            </size>
0230           </property>
0231           <property name="toolTip">
0232            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Captured images in active sequence&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0233           </property>
0234          </widget>
0235         </item>
0236         <item row="0" column="5" rowspan="2">
0237          <widget class="QRoundProgressBar" name="gr_overallProgressBar" native="true">
0238           <property name="minimumSize">
0239            <size>
0240             <width>64</width>
0241             <height>64</height>
0242            </size>
0243           </property>
0244           <property name="maximumSize">
0245            <size>
0246             <width>64</width>
0247             <height>64</height>
0248            </size>
0249           </property>
0250           <property name="toolTip">
0251            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Percentage of total images captured&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0252           </property>
0253          </widget>
0254         </item>
0255         <item row="1" column="7">
0256          <widget class="QPushButton" name="switchToTextButton">
0257           <property name="minimumSize">
0258            <size>
0259             <width>20</width>
0260             <height>20</height>
0261            </size>
0262           </property>
0263           <property name="maximumSize">
0264            <size>
0265             <width>20</width>
0266             <height>20</height>
0267            </size>
0268           </property>
0269           <property name="font">
0270            <font>
0271             <weight>75</weight>
0272             <bold>true</bold>
0273            </font>
0274           </property>
0275           <property name="toolTip">
0276            <string>Switch to the text display of capture counts display.</string>
0277           </property>
0278           <property name="text">
0279            <string/>
0280           </property>
0281           <property name="icon">
0282            <iconset theme="arrow-down"/>
0283           </property>
0284          </widget>
0285         </item>
0286         <item row="0" column="1">
0287          <widget class="QLabel" name="gr_frameRemainingTime">
0288           <property name="sizePolicy">
0289            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0290             <horstretch>0</horstretch>
0291             <verstretch>0</verstretch>
0292            </sizepolicy>
0293           </property>
0294           <property name="minimumSize">
0295            <size>
0296             <width>70</width>
0297             <height>0</height>
0298            </size>
0299           </property>
0300           <property name="toolTip">
0301            <string>Remaining time for current capture</string>
0302           </property>
0303           <property name="text">
0304            <string>--:--:--</string>
0305           </property>
0306           <property name="alignment">
0307            <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
0308           </property>
0309          </widget>
0310         </item>
0311         <item row="1" column="6">
0312          <widget class="QLabel" name="gr_overallRemainingTime">
0313           <property name="sizePolicy">
0314            <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0315             <horstretch>0</horstretch>
0316             <verstretch>0</verstretch>
0317            </sizepolicy>
0318           </property>
0319           <property name="toolTip">
0320            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remaining time to completion&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0321           </property>
0322           <property name="text">
0323            <string>--:--:--</string>
0324           </property>
0325           <property name="alignment">
0326            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0327           </property>
0328          </widget>
0329         </item>
0330        </layout>
0331       </item>
0332      </layout>
0333     </widget>
0334    </item>
0335    <item>
0336     <widget class="QWidget" name="textView" native="true">
0337      <property name="sizePolicy">
0338       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0339        <horstretch>0</horstretch>
0340        <verstretch>0</verstretch>
0341       </sizepolicy>
0342      </property>
0343      <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
0344       <property name="leftMargin">
0345        <number>0</number>
0346       </property>
0347       <property name="topMargin">
0348        <number>0</number>
0349       </property>
0350       <property name="rightMargin">
0351        <number>0</number>
0352       </property>
0353       <property name="bottomMargin">
0354        <number>0</number>
0355       </property>
0356       <item>
0357        <widget class="QProgressBar" name="imageProgress">
0358         <property name="minimumSize">
0359          <size>
0360           <width>0</width>
0361           <height>4</height>
0362          </size>
0363         </property>
0364         <property name="maximumSize">
0365          <size>
0366           <width>16777215</width>
0367           <height>4</height>
0368          </size>
0369         </property>
0370         <property name="toolTip">
0371          <string>Progress of the currently active capture.</string>
0372         </property>
0373         <property name="styleSheet">
0374          <string notr="true">QProgressBar::chunk {
0375 background-color: rgb(164, 0, 0);
0376 }</string>
0377         </property>
0378         <property name="value">
0379          <number>24</number>
0380         </property>
0381         <property name="textVisible">
0382          <bool>false</bool>
0383         </property>
0384        </widget>
0385       </item>
0386       <item>
0387        <layout class="QGridLayout" name="gridLayout">
0388         <property name="bottomMargin">
0389          <number>0</number>
0390         </property>
0391         <property name="verticalSpacing">
0392          <number>0</number>
0393         </property>
0394         <item row="2" column="3">
0395          <widget class="QLabel" name="sequenceLabel">
0396           <property name="text">
0397            <string>Sequence</string>
0398           </property>
0399           <property name="alignment">
0400            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0401           </property>
0402          </widget>
0403         </item>
0404         <item row="2" column="1">
0405          <widget class="QLabel" name="frameRemainingTime">
0406           <property name="minimumSize">
0407            <size>
0408             <width>70</width>
0409             <height>0</height>
0410            </size>
0411           </property>
0412           <property name="toolTip">
0413            <string>Remaining time for current capture</string>
0414           </property>
0415           <property name="text">
0416            <string>--:--:--</string>
0417           </property>
0418           <property name="alignment">
0419            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0420           </property>
0421          </widget>
0422         </item>
0423         <item row="3" column="4">
0424          <widget class="QLabel" name="jobRemainingTime">
0425           <property name="sizePolicy">
0426            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0427             <horstretch>0</horstretch>
0428             <verstretch>0</verstretch>
0429            </sizepolicy>
0430           </property>
0431           <property name="minimumSize">
0432            <size>
0433             <width>70</width>
0434             <height>0</height>
0435            </size>
0436           </property>
0437           <property name="toolTip">
0438            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remaining time to complete one job iteration&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0439           </property>
0440           <property name="text">
0441            <string>--:--:--</string>
0442           </property>
0443           <property name="alignment">
0444            <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0445           </property>
0446          </widget>
0447         </item>
0448         <item row="2" column="0">
0449          <widget class="QLabel" name="frameInfoLabel">
0450           <property name="sizePolicy">
0451            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0452             <horstretch>0</horstretch>
0453             <verstretch>0</verstretch>
0454            </sizepolicy>
0455           </property>
0456           <property name="font">
0457            <font>
0458             <weight>75</weight>
0459             <bold>true</bold>
0460            </font>
0461           </property>
0462           <property name="toolTip">
0463            <string>Type and filter (if present) of the currently active capture.</string>
0464           </property>
0465           <property name="text">
0466            <string>Light Luminance</string>
0467           </property>
0468          </widget>
0469         </item>
0470         <item row="2" column="4">
0471          <widget class="QLabel" name="jobLabel">
0472           <property name="text">
0473            <string>Job</string>
0474           </property>
0475           <property name="alignment">
0476            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0477           </property>
0478          </widget>
0479         </item>
0480         <item row="3" column="5">
0481          <widget class="QLabel" name="overallRemainingTime">
0482           <property name="sizePolicy">
0483            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0484             <horstretch>0</horstretch>
0485             <verstretch>0</verstretch>
0486            </sizepolicy>
0487           </property>
0488           <property name="minimumSize">
0489            <size>
0490             <width>70</width>
0491             <height>0</height>
0492            </size>
0493           </property>
0494           <property name="toolTip">
0495            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remaining time to completion&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0496           </property>
0497           <property name="text">
0498            <string>--:--:--</string>
0499           </property>
0500           <property name="alignment">
0501            <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0502           </property>
0503           <property name="margin">
0504            <number>0</number>
0505           </property>
0506          </widget>
0507         </item>
0508         <item row="2" column="5">
0509          <widget class="QLabel" name="overallLabel">
0510           <property name="text">
0511            <string>Total</string>
0512           </property>
0513           <property name="alignment">
0514            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0515           </property>
0516          </widget>
0517         </item>
0518         <item row="2" column="2">
0519          <spacer name="horizontalSpacer">
0520           <property name="orientation">
0521            <enum>Qt::Horizontal</enum>
0522           </property>
0523           <property name="sizeType">
0524            <enum>QSizePolicy::Expanding</enum>
0525           </property>
0526           <property name="sizeHint" stdset="0">
0527            <size>
0528             <width>10</width>
0529             <height>0</height>
0530            </size>
0531           </property>
0532          </spacer>
0533         </item>
0534         <item row="3" column="2">
0535          <spacer name="horizontalSpacer_2">
0536           <property name="orientation">
0537            <enum>Qt::Horizontal</enum>
0538           </property>
0539           <property name="sizeHint" stdset="0">
0540            <size>
0541             <width>40</width>
0542             <height>20</height>
0543            </size>
0544           </property>
0545          </spacer>
0546         </item>
0547         <item row="3" column="3">
0548          <widget class="QLabel" name="sequenceRemainingTime">
0549           <property name="sizePolicy">
0550            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0551             <horstretch>0</horstretch>
0552             <verstretch>0</verstretch>
0553            </sizepolicy>
0554           </property>
0555           <property name="minimumSize">
0556            <size>
0557             <width>70</width>
0558             <height>0</height>
0559            </size>
0560           </property>
0561           <property name="toolTip">
0562            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remaining time to complete the active capture sequence&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0563           </property>
0564           <property name="text">
0565            <string>--:--:--</string>
0566           </property>
0567           <property name="alignment">
0568            <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0569           </property>
0570          </widget>
0571         </item>
0572         <item row="3" column="0" colspan="2">
0573          <widget class="QLabel" name="frameDetailsLabel">
0574           <property name="sizePolicy">
0575            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0576             <horstretch>0</horstretch>
0577             <verstretch>0</verstretch>
0578            </sizepolicy>
0579           </property>
0580           <property name="font">
0581            <font>
0582             <pointsize>11</pointsize>
0583            </font>
0584           </property>
0585           <property name="text">
0586            <string>exposure: 360 sec</string>
0587           </property>
0588           <property name="alignment">
0589            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0590           </property>
0591          </widget>
0592         </item>
0593         <item row="3" column="6">
0594          <widget class="QPushButton" name="switchToGraphicsButton">
0595           <property name="sizePolicy">
0596            <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
0597             <horstretch>0</horstretch>
0598             <verstretch>0</verstretch>
0599            </sizepolicy>
0600           </property>
0601           <property name="minimumSize">
0602            <size>
0603             <width>20</width>
0604             <height>20</height>
0605            </size>
0606           </property>
0607           <property name="maximumSize">
0608            <size>
0609             <width>20</width>
0610             <height>20</height>
0611            </size>
0612           </property>
0613           <property name="toolTip">
0614            <string>Switch display to the graphical mode of capture counts display.</string>
0615           </property>
0616           <property name="text">
0617            <string/>
0618           </property>
0619           <property name="icon">
0620            <iconset theme="arrow-up"/>
0621           </property>
0622          </widget>
0623         </item>
0624        </layout>
0625       </item>
0626      </layout>
0627     </widget>
0628    </item>
0629   </layout>
0630  </widget>
0631  <customwidgets>
0632   <customwidget>
0633    <class>QRoundProgressBar</class>
0634    <extends>QWidget</extends>
0635    <header>QRoundProgressBar.h</header>
0636    <container>1</container>
0637   </customwidget>
0638  </customwidgets>
0639  <resources/>
0640  <connections/>
0641 </ui>