Warning, /education/kstars/kstars/indi/recordingoptions.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>recordingOptions</class>
0004  <widget class="QDialog" name="recordingOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>212</width>
0010     <height>184</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Recording Options</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <property name="leftMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>3</number>
0028    </property>
0029    <property name="spacing">
0030     <number>3</number>
0031    </property>
0032    <item row="4" column="1">
0033     <layout class="QHBoxLayout" name="horizontalLayout_2">
0034      <item>
0035       <widget class="QRadioButton" name="recordDurationR">
0036        <property name="toolTip">
0037         <string>Record stream for specified duration in seconds</string>
0038        </property>
0039        <property name="text">
0040         <string>Duration:</string>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <widget class="QDoubleSpinBox" name="durationSpin">
0046        <property name="toolTip">
0047         <string>Record stream for specified duration in seconds</string>
0048        </property>
0049        <property name="maximum">
0050         <double>3600.000000000000000</double>
0051        </property>
0052        <property name="singleStep">
0053         <double>60.000000000000000</double>
0054        </property>
0055        <property name="value">
0056         <double>30.000000000000000</double>
0057        </property>
0058       </widget>
0059      </item>
0060     </layout>
0061    </item>
0062    <item row="3" column="0">
0063     <widget class="QLabel" name="label_3">
0064      <property name="text">
0065       <string>Record:</string>
0066      </property>
0067     </widget>
0068    </item>
0069    <item row="6" column="0" colspan="2">
0070     <widget class="QDialogButtonBox" name="buttonBox">
0071      <property name="orientation">
0072       <enum>Qt::Horizontal</enum>
0073      </property>
0074      <property name="standardButtons">
0075       <set>QDialogButtonBox::Close</set>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="1" column="0">
0080     <widget class="QLabel" name="label_2">
0081      <property name="toolTip">
0082       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0083 &lt;p&gt;Set SER video &lt;b&gt;remote&lt;/b&gt; directory name. If INDI server is running locally, then a local directory can be selected. However, if you are connected to a remote INDI server, then the directory must be a valid directory on the remote file system where it is saved.&lt;/p&gt;
0084 &lt;p&gt;Record directories may contain some patterns to make them dynamic:&lt;/p&gt;
0085 &lt;ul&gt;
0086 &lt;li&gt;&lt;b&gt;_D_&lt;/b&gt; for the date in YYYY-MM-DD.&lt;/li&gt;
0087 &lt;li&gt;&lt;b&gt;_H_&lt;/b&gt; for time in HH:MM:SS.&lt;/li&gt;
0088 &lt;li&gt;&lt;b&gt;_T_&lt;/b&gt; for ISO8601 time stamp.&lt;/li&gt;
0089 &lt;li&gt;&lt;b&gt;_F_&lt;/b&gt; for filter name, if any.&lt;/li&gt;
0090 &lt;/ul&gt;
0091 &lt;/body&gt;&lt;/html&gt;</string>
0092      </property>
0093      <property name="text">
0094       <string>Directory:</string>
0095      </property>
0096     </widget>
0097    </item>
0098    <item row="1" column="1">
0099     <layout class="QHBoxLayout" name="horizontalLayout">
0100      <property name="spacing">
0101       <number>3</number>
0102      </property>
0103      <item>
0104       <widget class="QLineEdit" name="recordDirectoryEdit">
0105        <property name="toolTip">
0106         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0107 &lt;p&gt;Set SER video &lt;b&gt;remote&lt;/b&gt; directory name. If INDI server is running locally, then a local directory can be selected. However, if you are connected to a remote INDI server, then the directory must be a valid directory on the remote file system where it is saved.&lt;/p&gt;
0108 &lt;p&gt;Record directories may contain some patterns to make them dynamic:&lt;/p&gt;
0109 &lt;ul&gt;
0110 &lt;li&gt;&lt;b&gt;_D_&lt;/b&gt; for the date in YYYY-MM-DD.&lt;/li&gt;
0111 &lt;li&gt;&lt;b&gt;_H_&lt;/b&gt; for time in HH:MM:SS.&lt;/li&gt;
0112 &lt;li&gt;&lt;b&gt;_T_&lt;/b&gt; for ISO8601 time stamp.&lt;/li&gt;
0113 &lt;li&gt;&lt;b&gt;_F_&lt;/b&gt; for filter name, if any.&lt;/li&gt;
0114 &lt;/ul&gt;
0115 &lt;/body&gt;&lt;/html&gt;</string>
0116        </property>
0117       </widget>
0118      </item>
0119      <item>
0120       <widget class="QPushButton" name="selectDirB">
0121        <property name="minimumSize">
0122         <size>
0123          <width>32</width>
0124          <height>32</height>
0125         </size>
0126        </property>
0127        <property name="maximumSize">
0128         <size>
0129          <width>32</width>
0130          <height>32</height>
0131         </size>
0132        </property>
0133        <property name="toolTip">
0134         <string>Play/Pause</string>
0135        </property>
0136        <property name="whatsThis">
0137         <string/>
0138        </property>
0139       </widget>
0140      </item>
0141     </layout>
0142    </item>
0143    <item row="0" column="1">
0144     <widget class="QLineEdit" name="recordFilenameEdit">
0145      <property name="toolTip">
0146       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0147 &lt;p&gt;Set SER video file name. Record files may contain some patterns to make them dynamic:&lt;/p&gt;
0148 &lt;ul&gt;
0149 &lt;li&gt;&lt;b&gt;_D_&lt;/b&gt; for the date in YYYY-MM-DD.&lt;/li&gt;
0150 &lt;li&gt;&lt;b&gt;_H_&lt;/b&gt; for time in HH:MM:SS.&lt;/li&gt;
0151 &lt;li&gt;&lt;b&gt;_T_&lt;/b&gt; for ISO8601 time stamp.&lt;/li&gt;
0152 &lt;li&gt;&lt;b&gt;_F_&lt;/b&gt; for filter name, if any.&lt;/li&gt;
0153 &lt;/ul&gt;
0154 &lt;/body&gt;&lt;/html&gt;</string>
0155      </property>
0156     </widget>
0157    </item>
0158    <item row="5" column="1">
0159     <layout class="QHBoxLayout" name="horizontalLayout_3">
0160      <item>
0161       <widget class="QRadioButton" name="recordFramesR">
0162        <property name="toolTip">
0163         <string>Record stream until this many frames are captured</string>
0164        </property>
0165        <property name="text">
0166         <string>Frames:</string>
0167        </property>
0168       </widget>
0169      </item>
0170      <item>
0171       <widget class="QSpinBox" name="framesSpin">
0172        <property name="toolTip">
0173         <string>Record stream until this many frames are captured</string>
0174        </property>
0175        <property name="minimum">
0176         <number>1</number>
0177        </property>
0178        <property name="maximum">
0179         <number>1000</number>
0180        </property>
0181        <property name="value">
0182         <number>30</number>
0183        </property>
0184       </widget>
0185      </item>
0186     </layout>
0187    </item>
0188    <item row="3" column="1">
0189     <widget class="QRadioButton" name="recordUntilStoppedR">
0190      <property name="toolTip">
0191       <string>Record stream until manually stopped</string>
0192      </property>
0193      <property name="text">
0194       <string>Until stopped</string>
0195      </property>
0196      <property name="checked">
0197       <bool>true</bool>
0198      </property>
0199     </widget>
0200    </item>
0201    <item row="0" column="0">
0202     <widget class="QLabel" name="label">
0203      <property name="toolTip">
0204       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
0205 &lt;p&gt;Set SER video file name. Record files may contain some patterns to make them dynamic:&lt;/p&gt;
0206 &lt;ul&gt;
0207 &lt;li&gt;&lt;b&gt;_D_&lt;/b&gt; for the date in YYYY-MM-DD.&lt;/li&gt;
0208 &lt;li&gt;&lt;b&gt;_H_&lt;/b&gt; for time in HH:MM:SS.&lt;/li&gt;
0209 &lt;li&gt;&lt;b&gt;_T_&lt;/b&gt; for ISO8601 time stamp.&lt;/li&gt;
0210 &lt;li&gt;&lt;b&gt;_F_&lt;/b&gt; for filter name, if any.&lt;/li&gt;
0211 &lt;/ul&gt;
0212 &lt;/body&gt;&lt;/html&gt;</string>
0213      </property>
0214      <property name="text">
0215       <string>File name:</string>
0216      </property>
0217     </widget>
0218    </item>
0219    <item row="2" column="0" colspan="2">
0220     <widget class="Line" name="line">
0221      <property name="orientation">
0222       <enum>Qt::Horizontal</enum>
0223      </property>
0224     </widget>
0225    </item>
0226   </layout>
0227  </widget>
0228  <resources/>
0229  <connections>
0230   <connection>
0231    <sender>buttonBox</sender>
0232    <signal>accepted()</signal>
0233    <receiver>recordingOptions</receiver>
0234    <slot>accept()</slot>
0235    <hints>
0236     <hint type="sourcelabel">
0237      <x>248</x>
0238      <y>254</y>
0239     </hint>
0240     <hint type="destinationlabel">
0241      <x>157</x>
0242      <y>274</y>
0243     </hint>
0244    </hints>
0245   </connection>
0246   <connection>
0247    <sender>buttonBox</sender>
0248    <signal>rejected()</signal>
0249    <receiver>recordingOptions</receiver>
0250    <slot>reject()</slot>
0251    <hints>
0252     <hint type="sourcelabel">
0253      <x>316</x>
0254      <y>260</y>
0255     </hint>
0256     <hint type="destinationlabel">
0257      <x>286</x>
0258      <y>274</y>
0259     </hint>
0260    </hints>
0261   </connection>
0262  </connections>
0263 </ui>