Warning, /graphics/krita/plugins/dockers/recorder/recorder_profile_settings.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  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>RecorderProfileSettings</class>
0008  <widget class="QDialog" name="RecorderProfileSettings">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>638</width>
0014     <height>454</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Edit profile</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="0" column="0">
0022     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
0023      <item>
0024       <widget class="QLabel" name="labelTitleProfileSettings">
0025        <property name="text">
0026         <string>Profile settings</string>
0027        </property>
0028       </widget>
0029      </item>
0030      <item>
0031       <widget class="QPushButton" name="buttonPresetRevert">
0032        <property name="toolTip">
0033         <string comment="Cancel any changes and restore initial value">Revert</string>
0034        </property>
0035        <property name="text">
0036         <string/>
0037        </property>
0038        <property name="icon">
0039         <iconset theme="reload">
0040          <normaloff>.</normaloff>.</iconset>
0041        </property>
0042       </widget>
0043      </item>
0044     </layout>
0045    </item>
0046    <item row="1" column="0">
0047     <widget class="Line" name="line1">
0048      <property name="orientation">
0049       <enum>Qt::Horizontal</enum>
0050      </property>
0051     </widget>
0052    </item>
0053    <item row="4" column="0">
0054     <widget class="QStackedWidget" name="stackedWidget">
0055      <property name="currentIndex">
0056       <number>0</number>
0057      </property>
0058      <widget class="QWidget" name="pageArguments">
0059       <layout class="QGridLayout" name="gridLayout_3">
0060        <property name="leftMargin">
0061         <number>0</number>
0062        </property>
0063        <property name="topMargin">
0064         <number>0</number>
0065        </property>
0066        <property name="rightMargin">
0067         <number>0</number>
0068        </property>
0069        <property name="bottomMargin">
0070         <number>0</number>
0071        </property>
0072        <item row="1" column="0">
0073         <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,1">
0074          <item>
0075           <widget class="QLabel" name="labelTitleSupportedVariables">
0076            <property name="text">
0077             <string comment="Title: variables for FFMpeg arguments">Insert variable:</string>
0078            </property>
0079            <property name="alignment">
0080             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0081            </property>
0082           </widget>
0083          </item>
0084          <item>
0085           <widget class="QLabel" name="labelSupportedVariables">
0086            <property name="text">
0087             <string notr="true">&lt;a href=&quot;$IN_FPS&quot;&gt;$IN_FPS&lt;/a&gt;
0088 &lt;a href=&quot;$OUT_FPS&quot;&gt;$OUT_FPS&lt;/a&gt;
0089 &lt;a href=&quot;$WIDTH&quot;&gt;$WIDTH&lt;/a&gt;
0090 &lt;a href=&quot;$HEIGHT&quot;&gt;$HEIGHT&lt;/a&gt;
0091 &lt;a href=&quot;$FRAMES&quot;&gt;$FRAMES&lt;/a&gt;
0092 &lt;a href=&quot;$FIRST_FRAME_SEC&quot;&gt;$FIRST_FRAME_SEC&lt;/a&gt;
0093 &lt;a href=&quot;$LAST_FRAME_SEC&quot;&gt;$LAST_FRAME_SEC&lt;/a&gt;
0094 &lt;a href=&quot;$INPUT_DIR&quot;&gt;$INPUT_DIR&lt;/a&gt;
0095 &lt;a href=&quot;$EXT&quot;&gt;$EXT&lt;/a&gt;
0096 </string>
0097            </property>
0098            <property name="wordWrap">
0099             <bool>true</bool>
0100            </property>
0101            <property name="textInteractionFlags">
0102             <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0103            </property>
0104           </widget>
0105          </item>
0106         </layout>
0107        </item>
0108        <item row="0" column="0">
0109         <widget class="QPlainTextEdit" name="editFfmpegArguments">
0110          <property name="documentTitle">
0111           <string notr="true"/>
0112          </property>
0113          <property name="plainText">
0114           <string notr="true"/>
0115          </property>
0116         </widget>
0117        </item>
0118       </layout>
0119      </widget>
0120      <widget class="QWidget" name="pagePreview">
0121       <layout class="QGridLayout" name="gridLayout_4">
0122        <property name="leftMargin">
0123         <number>0</number>
0124        </property>
0125        <property name="topMargin">
0126         <number>0</number>
0127        </property>
0128        <property name="rightMargin">
0129         <number>0</number>
0130        </property>
0131        <property name="bottomMargin">
0132         <number>0</number>
0133        </property>
0134        <item row="0" column="0">
0135         <widget class="QPlainTextEdit" name="editPreview">
0136          <property name="textInteractionFlags">
0137           <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0138          </property>
0139         </widget>
0140        </item>
0141       </layout>
0142      </widget>
0143     </widget>
0144    </item>
0145    <item row="6" column="0">
0146     <widget class="Line" name="line2_2">
0147      <property name="orientation">
0148       <enum>Qt::Horizontal</enum>
0149      </property>
0150     </widget>
0151    </item>
0152    <item row="7" column="0">
0153     <widget class="QDialogButtonBox" name="buttonBox">
0154      <property name="orientation">
0155       <enum>Qt::Horizontal</enum>
0156      </property>
0157      <property name="standardButtons">
0158       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0159      </property>
0160     </widget>
0161    </item>
0162    <item row="3" column="0">
0163     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
0164      <item>
0165       <widget class="QLabel" name="labelTitleFFMpegArguments">
0166        <property name="text">
0167         <string>FFMpeg arguments:</string>
0168        </property>
0169        <property name="buddy">
0170         <cstring>editFfmpegArguments</cstring>
0171        </property>
0172       </widget>
0173      </item>
0174      <item>
0175       <widget class="QCheckBox" name="checkPreview">
0176        <property name="text">
0177         <string>Preview</string>
0178        </property>
0179       </widget>
0180      </item>
0181     </layout>
0182    </item>
0183    <item row="2" column="0">
0184     <layout class="QGridLayout" name="gridLayout_2">
0185      <property name="leftMargin">
0186       <number>9</number>
0187      </property>
0188      <property name="rightMargin">
0189       <number>9</number>
0190      </property>
0191      <item row="0" column="0">
0192       <widget class="QLabel" name="labelProfileName">
0193        <property name="text">
0194         <string>Profile name:</string>
0195        </property>
0196        <property name="alignment">
0197         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0198        </property>
0199        <property name="buddy">
0200         <cstring>editProfileName</cstring>
0201        </property>
0202       </widget>
0203      </item>
0204      <item row="0" column="1">
0205       <widget class="QLineEdit" name="editProfileName">
0206        <property name="maxLength">
0207         <number>64</number>
0208        </property>
0209       </widget>
0210      </item>
0211      <item row="1" column="0">
0212       <widget class="QLabel" name="labelFileExt">
0213        <property name="text">
0214         <string>File extension:</string>
0215        </property>
0216        <property name="alignment">
0217         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0218        </property>
0219        <property name="buddy">
0220         <cstring>editFileExtension</cstring>
0221        </property>
0222       </widget>
0223      </item>
0224      <item row="1" column="1">
0225       <widget class="QLineEdit" name="editFileExtension">
0226        <property name="maxLength">
0227         <number>15</number>
0228        </property>
0229       </widget>
0230      </item>
0231     </layout>
0232    </item>
0233   </layout>
0234  </widget>
0235  <tabstops>
0236   <tabstop>editProfileName</tabstop>
0237   <tabstop>editFileExtension</tabstop>
0238  </tabstops>
0239  <resources/>
0240  <connections>
0241   <connection>
0242    <sender>buttonBox</sender>
0243    <signal>accepted()</signal>
0244    <receiver>RecorderProfileSettings</receiver>
0245    <slot>accept()</slot>
0246    <hints>
0247     <hint type="sourcelabel">
0248      <x>266</x>
0249      <y>428</y>
0250     </hint>
0251     <hint type="destinationlabel">
0252      <x>157</x>
0253      <y>274</y>
0254     </hint>
0255    </hints>
0256   </connection>
0257   <connection>
0258    <sender>buttonBox</sender>
0259    <signal>rejected()</signal>
0260    <receiver>RecorderProfileSettings</receiver>
0261    <slot>reject()</slot>
0262    <hints>
0263     <hint type="sourcelabel">
0264      <x>334</x>
0265      <y>428</y>
0266     </hint>
0267     <hint type="destinationlabel">
0268      <x>286</x>
0269      <y>274</y>
0270     </hint>
0271    </hints>
0272   </connection>
0273   <connection>
0274    <sender>editProfileName</sender>
0275    <signal>textChanged(QString)</signal>
0276    <receiver>RecorderProfileSettings</receiver>
0277    <slot>onInputChanged()</slot>
0278    <hints>
0279     <hint type="sourcelabel">
0280      <x>160</x>
0281      <y>62</y>
0282     </hint>
0283     <hint type="destinationlabel">
0284      <x>404</x>
0285      <y>65</y>
0286     </hint>
0287    </hints>
0288   </connection>
0289   <connection>
0290    <sender>editFileExtension</sender>
0291    <signal>textChanged(QString)</signal>
0292    <receiver>RecorderProfileSettings</receiver>
0293    <slot>onInputChanged()</slot>
0294    <hints>
0295     <hint type="sourcelabel">
0296      <x>314</x>
0297      <y>93</y>
0298     </hint>
0299     <hint type="destinationlabel">
0300      <x>397</x>
0301      <y>104</y>
0302     </hint>
0303    </hints>
0304   </connection>
0305   <connection>
0306    <sender>editFfmpegArguments</sender>
0307    <signal>textChanged()</signal>
0308    <receiver>RecorderProfileSettings</receiver>
0309    <slot>onInputChanged()</slot>
0310    <hints>
0311     <hint type="sourcelabel">
0312      <x>227</x>
0313      <y>188</y>
0314     </hint>
0315     <hint type="destinationlabel">
0316      <x>403</x>
0317      <y>193</y>
0318     </hint>
0319    </hints>
0320   </connection>
0321  </connections>
0322  <slots>
0323   <slot>onInputChanged()</slot>
0324  </slots>
0325 </ui>