Warning, /education/kstars/kstars/ekos/capture/customproperties.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>CustomProperties</class>
0004  <widget class="QDialog" name="CustomProperties">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>353</width>
0010     <height>392</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Custom Capture Properties</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QLabel" name="tipLabel">
0019      <property name="text">
0020       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select custom properties to be set when the sequence job is executed in batch mode. After the desired property value is set in INDI Control Panel, add it to the&lt;span style=&quot; font-weight:600;&quot;&gt; Job Properties&lt;/span&gt; section. Click &lt;span style=&quot; font-weight:600;&quot;&gt;Apply&lt;/span&gt; to record the property values.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" name="horizontalLayout">
0029      <item>
0030       <layout class="QVBoxLayout" name="availablePropertiesLayout">
0031        <item>
0032         <widget class="QLabel" name="label_2">
0033          <property name="text">
0034           <string>Available Properties</string>
0035          </property>
0036         </widget>
0037        </item>
0038        <item>
0039         <widget class="QListWidget" name="availablePropertiesList">
0040          <property name="dragEnabled">
0041           <bool>true</bool>
0042          </property>
0043          <property name="dragDropMode">
0044           <enum>QAbstractItemView::NoDragDrop</enum>
0045          </property>
0046         </widget>
0047        </item>
0048       </layout>
0049      </item>
0050      <item>
0051       <layout class="QVBoxLayout" name="verticalLayout">
0052        <item>
0053         <spacer name="verticalSpacer_2">
0054          <property name="orientation">
0055           <enum>Qt::Vertical</enum>
0056          </property>
0057          <property name="sizeHint" stdset="0">
0058           <size>
0059            <width>20</width>
0060            <height>40</height>
0061           </size>
0062          </property>
0063         </spacer>
0064        </item>
0065        <item>
0066         <widget class="QPushButton" name="addB">
0067          <property name="minimumSize">
0068           <size>
0069            <width>32</width>
0070            <height>32</height>
0071           </size>
0072          </property>
0073          <property name="maximumSize">
0074           <size>
0075            <width>32</width>
0076            <height>32</height>
0077           </size>
0078          </property>
0079          <property name="text">
0080           <string/>
0081          </property>
0082         </widget>
0083        </item>
0084        <item>
0085         <widget class="QPushButton" name="removeB">
0086          <property name="minimumSize">
0087           <size>
0088            <width>32</width>
0089            <height>32</height>
0090           </size>
0091          </property>
0092          <property name="maximumSize">
0093           <size>
0094            <width>32</width>
0095            <height>32</height>
0096           </size>
0097          </property>
0098          <property name="text">
0099           <string/>
0100          </property>
0101         </widget>
0102        </item>
0103        <item>
0104         <widget class="QPushButton" name="clearB">
0105          <property name="minimumSize">
0106           <size>
0107            <width>32</width>
0108            <height>32</height>
0109           </size>
0110          </property>
0111          <property name="maximumSize">
0112           <size>
0113            <width>32</width>
0114            <height>32</height>
0115           </size>
0116          </property>
0117          <property name="text">
0118           <string/>
0119          </property>
0120         </widget>
0121        </item>
0122        <item>
0123         <spacer name="verticalSpacer">
0124          <property name="orientation">
0125           <enum>Qt::Vertical</enum>
0126          </property>
0127          <property name="sizeHint" stdset="0">
0128           <size>
0129            <width>20</width>
0130            <height>40</height>
0131           </size>
0132          </property>
0133         </spacer>
0134        </item>
0135       </layout>
0136      </item>
0137      <item>
0138       <layout class="QVBoxLayout" name="jobPropertiesLayout">
0139        <item>
0140         <widget class="QLabel" name="label_3">
0141          <property name="text">
0142           <string>Job Properties</string>
0143          </property>
0144         </widget>
0145        </item>
0146        <item>
0147         <widget class="QListWidget" name="jobPropertiesList">
0148          <property name="dragEnabled">
0149           <bool>true</bool>
0150          </property>
0151          <property name="dragDropMode">
0152           <enum>QAbstractItemView::NoDragDrop</enum>
0153          </property>
0154         </widget>
0155        </item>
0156       </layout>
0157      </item>
0158     </layout>
0159    </item>
0160    <item>
0161     <widget class="QDialogButtonBox" name="buttonBox">
0162      <property name="orientation">
0163       <enum>Qt::Horizontal</enum>
0164      </property>
0165      <property name="standardButtons">
0166       <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
0167      </property>
0168     </widget>
0169    </item>
0170   </layout>
0171  </widget>
0172  <resources/>
0173  <connections>
0174   <connection>
0175    <sender>buttonBox</sender>
0176    <signal>accepted()</signal>
0177    <receiver>CustomProperties</receiver>
0178    <slot>accept()</slot>
0179    <hints>
0180     <hint type="sourcelabel">
0181      <x>248</x>
0182      <y>254</y>
0183     </hint>
0184     <hint type="destinationlabel">
0185      <x>157</x>
0186      <y>274</y>
0187     </hint>
0188    </hints>
0189   </connection>
0190   <connection>
0191    <sender>buttonBox</sender>
0192    <signal>rejected()</signal>
0193    <receiver>CustomProperties</receiver>
0194    <slot>reject()</slot>
0195    <hints>
0196     <hint type="sourcelabel">
0197      <x>316</x>
0198      <y>260</y>
0199     </hint>
0200     <hint type="destinationlabel">
0201      <x>286</x>
0202      <y>274</y>
0203     </hint>
0204    </hints>
0205   </connection>
0206  </connections>
0207 </ui>