Warning, /education/kstars/kstars/ekos/capture/exposurecalculator/fileutilitycameradatadialog.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>FileUtilityCameraDataDialog</class>
0004  <widget class="QDialog" name="FileUtilityCameraDataDialog">
0005   <property name="windowModality">
0006    <enum>Qt::WindowModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>320</width>
0013     <height>292</height>
0014    </rect>
0015   </property>
0016   <property name="sizePolicy">
0017    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0018     <horstretch>0</horstretch>
0019     <verstretch>0</verstretch>
0020    </sizepolicy>
0021   </property>
0022   <property name="minimumSize">
0023    <size>
0024     <width>320</width>
0025     <height>290</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="windowTitle">
0035    <string>Camera Data Download</string>
0036   </property>
0037   <property name="sizeGripEnabled">
0038    <bool>true</bool>
0039   </property>
0040   <layout class="QGridLayout" name="gridLayout">
0041    <item row="1" column="0" colspan="4">
0042     <widget class="QListWidget" name="availableRemoteCameraList"/>
0043    </item>
0044    <item row="4" column="2">
0045     <widget class="QPushButton" name="downloadB">
0046      <property name="sizePolicy">
0047       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0048        <horstretch>0</horstretch>
0049        <verstretch>0</verstretch>
0050       </sizepolicy>
0051      </property>
0052      <property name="minimumSize">
0053       <size>
0054        <width>100</width>
0055        <height>0</height>
0056       </size>
0057      </property>
0058      <property name="text">
0059       <string>Download</string>
0060      </property>
0061     </widget>
0062    </item>
0063    <item row="4" column="1">
0064     <spacer name="horizontalSpacer">
0065      <property name="orientation">
0066       <enum>Qt::Horizontal</enum>
0067      </property>
0068      <property name="sizeHint" stdset="0">
0069       <size>
0070        <width>93</width>
0071        <height>20</height>
0072       </size>
0073      </property>
0074     </spacer>
0075    </item>
0076    <item row="4" column="3">
0077     <widget class="QDialogButtonBox" name="buttonBox">
0078      <property name="sizePolicy">
0079       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0080        <horstretch>0</horstretch>
0081        <verstretch>0</verstretch>
0082       </sizepolicy>
0083      </property>
0084      <property name="minimumSize">
0085       <size>
0086        <width>100</width>
0087        <height>3</height>
0088       </size>
0089      </property>
0090      <property name="orientation">
0091       <enum>Qt::Horizontal</enum>
0092      </property>
0093      <property name="standardButtons">
0094       <set>QDialogButtonBox::Cancel</set>
0095      </property>
0096     </widget>
0097    </item>
0098    <item row="0" column="0" colspan="4">
0099     <widget class="QLabel" name="resultLable">
0100      <property name="text">
0101       <string>Select all cameras you wish to use:</string>
0102      </property>
0103     </widget>
0104    </item>
0105    <item row="4" column="0">
0106     <widget class="QLabel" name="counter">
0107      <property name="minimumSize">
0108       <size>
0109        <width>60</width>
0110        <height>0</height>
0111       </size>
0112      </property>
0113      <property name="text">
0114       <string/>
0115      </property>
0116     </widget>
0117    </item>
0118   </layout>
0119  </widget>
0120  <resources/>
0121  <connections>
0122   <connection>
0123    <sender>buttonBox</sender>
0124    <signal>accepted()</signal>
0125    <receiver>FileUtilityCameraDataDialog</receiver>
0126    <slot>accept()</slot>
0127    <hints>
0128     <hint type="sourcelabel">
0129      <x>248</x>
0130      <y>254</y>
0131     </hint>
0132     <hint type="destinationlabel">
0133      <x>157</x>
0134      <y>274</y>
0135     </hint>
0136    </hints>
0137   </connection>
0138   <connection>
0139    <sender>buttonBox</sender>
0140    <signal>rejected()</signal>
0141    <receiver>FileUtilityCameraDataDialog</receiver>
0142    <slot>reject()</slot>
0143    <hints>
0144     <hint type="sourcelabel">
0145      <x>316</x>
0146      <y>260</y>
0147     </hint>
0148     <hint type="destinationlabel">
0149      <x>286</x>
0150      <y>274</y>
0151     </hint>
0152    </hints>
0153   </connection>
0154  </connections>
0155 </ui>