Warning, /multimedia/juk/filerenameroptionsbase.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>FileRenamerTagOptionsBase</class>
0004  <widget class="QWidget" name="FileRenamerTagOptionsBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>915</width>
0010     <height>377</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="spacing">
0015     <number>6</number>
0016    </property>
0017    <property name="margin">
0018     <number>9</number>
0019    </property>
0020    <item>
0021     <widget class="QGroupBox" name="m_tagFormatGroup">
0022      <layout class="QVBoxLayout">
0023       <property name="spacing">
0024        <number>6</number>
0025       </property>
0026       <property name="margin">
0027        <number>9</number>
0028       </property>
0029       <item>
0030        <widget class="QLabel" name="m_description">
0031         <property name="textFormat">
0032          <enum>Qt::RichText</enum>
0033         </property>
0034         <property name="alignment">
0035          <set>Qt::AlignCenter</set>
0036         </property>
0037         <property name="wordWrap">
0038          <bool>true</bool>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <layout class="QHBoxLayout">
0044         <property name="spacing">
0045          <number>6</number>
0046         </property>
0047         <property name="margin">
0048          <number>0</number>
0049         </property>
0050         <item>
0051          <spacer>
0052           <property name="orientation">
0053            <enum>Qt::Horizontal</enum>
0054           </property>
0055           <property name="sizeType">
0056            <enum>QSizePolicy::Expanding</enum>
0057           </property>
0058           <property name="sizeHint" stdset="0">
0059            <size>
0060             <width>40</width>
0061             <height>20</height>
0062            </size>
0063           </property>
0064          </spacer>
0065         </item>
0066         <item>
0067          <widget class="KLineEdit" name="m_prefixText">
0068           <property name="alignment">
0069            <set>Qt::AlignRight</set>
0070           </property>
0071          </widget>
0072         </item>
0073         <item>
0074          <widget class="QLabel" name="m_tagLabel"/>
0075         </item>
0076         <item>
0077          <widget class="KLineEdit" name="m_suffixText">
0078           <property name="alignment">
0079            <set>Qt::AlignLeading</set>
0080           </property>
0081          </widget>
0082         </item>
0083         <item>
0084          <spacer>
0085           <property name="orientation">
0086            <enum>Qt::Horizontal</enum>
0087           </property>
0088           <property name="sizeType">
0089            <enum>QSizePolicy::Expanding</enum>
0090           </property>
0091           <property name="sizeHint" stdset="0">
0092            <size>
0093             <width>40</width>
0094             <height>20</height>
0095            </size>
0096           </property>
0097          </spacer>
0098         </item>
0099        </layout>
0100       </item>
0101       <item>
0102        <widget class="QLabel" name="m_substitution">
0103         <property name="font">
0104          <font>
0105           <family>Sans Serif</family>
0106           <pointsize>9</pointsize>
0107           <weight>50</weight>
0108           <italic>true</italic>
0109           <bold>false</bold>
0110           <underline>false</underline>
0111           <strikeout>false</strikeout>
0112          </font>
0113         </property>
0114         <property name="text">
0115          <string>Substitution Example</string>
0116         </property>
0117         <property name="alignment">
0118          <set>Qt::AlignCenter</set>
0119         </property>
0120        </widget>
0121       </item>
0122      </layout>
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="QGroupBox" name="m_emptyTagGroup">
0127      <layout class="QVBoxLayout">
0128       <property name="spacing">
0129        <number>6</number>
0130       </property>
0131       <property name="margin">
0132        <number>9</number>
0133       </property>
0134       <item>
0135        <widget class="QRadioButton" name="m_includeEmptyButton">
0136         <property name="text">
0137          <string>Include in the &amp;filename anyways</string>
0138         </property>
0139        </widget>
0140       </item>
0141       <item>
0142        <widget class="QRadioButton" name="m_ignoreTagButton">
0143         <property name="text">
0144          <string>&amp;Ignore this tag when renaming the file</string>
0145         </property>
0146         <property name="checked">
0147          <bool>true</bool>
0148         </property>
0149        </widget>
0150       </item>
0151       <item>
0152        <layout class="QHBoxLayout">
0153         <property name="spacing">
0154          <number>6</number>
0155         </property>
0156         <property name="margin">
0157          <number>0</number>
0158         </property>
0159         <item>
0160          <widget class="QRadioButton" name="m_useValueButton">
0161           <property name="text">
0162            <string>Use &amp;this value:</string>
0163           </property>
0164          </widget>
0165         </item>
0166         <item>
0167          <widget class="KLineEdit" name="m_emptyTagValue">
0168           <property name="enabled">
0169            <bool>false</bool>
0170           </property>
0171           <property name="text">
0172            <string comment="value to use in replacement when source tag empty">Empty</string>
0173           </property>
0174          </widget>
0175         </item>
0176        </layout>
0177       </item>
0178      </layout>
0179     </widget>
0180    </item>
0181    <item>
0182     <widget class="QGroupBox" name="m_trackGroup">
0183      <property name="title">
0184       <string>Track numbering</string>
0185      </property>
0186      <layout class="QVBoxLayout">
0187       <property name="spacing">
0188        <number>6</number>
0189       </property>
0190       <property name="margin">
0191        <number>9</number>
0192       </property>
0193       <item>
0194        <widget class="QLabel" name="textLabel10">
0195         <property name="text">
0196          <string>JuK can force the track used in a file name to have a minimum number of digits. You may want to do this for better sorting in file managers.</string>
0197         </property>
0198         <property name="textFormat">
0199          <enum>Qt::RichText</enum>
0200         </property>
0201         <property name="alignment">
0202          <set>Qt::AlignCenter</set>
0203         </property>
0204         <property name="wordWrap">
0205          <bool>true</bool>
0206         </property>
0207        </widget>
0208       </item>
0209       <item>
0210        <layout class="QHBoxLayout">
0211         <property name="spacing">
0212          <number>6</number>
0213         </property>
0214         <property name="margin">
0215          <number>0</number>
0216         </property>
0217         <item>
0218          <layout class="QHBoxLayout">
0219           <property name="spacing">
0220            <number>6</number>
0221           </property>
0222           <property name="margin">
0223            <number>0</number>
0224           </property>
0225           <item>
0226            <widget class="QLabel" name="textLabel5">
0227             <property name="text">
0228              <string>Minimum number of digits:</string>
0229             </property>
0230             <property name="buddy">
0231              <cstring>m_trackWidth</cstring>
0232             </property>
0233            </widget>
0234           </item>
0235          </layout>
0236         </item>
0237         <item>
0238          <widget class="QSpinBox" name="m_trackWidth" >
0239           <property name="minimum" >
0240            <number>1</number>
0241           </property>
0242          </widget>
0243         </item>
0244         <item>
0245          <layout class="QGridLayout">
0246           <property name="margin">
0247            <number>0</number>
0248           </property>
0249           <property name="spacing">
0250            <number>6</number>
0251           </property>
0252           <item row="1" column="1">
0253            <widget class="QLabel" name="m_doubleDigitExample">
0254             <property name="font">
0255              <font>
0256               <family>Sans Serif</family>
0257               <pointsize>9</pointsize>
0258               <weight>50</weight>
0259               <italic>true</italic>
0260               <bold>false</bold>
0261               <underline>false</underline>
0262               <strikeout>false</strikeout>
0263              </font>
0264             </property>
0265             <property name="text">
0266              <string>014</string>
0267             </property>
0268            </widget>
0269           </item>
0270           <item row="0" column="1">
0271            <widget class="QLabel" name="m_singleDigitExample">
0272             <property name="font">
0273              <font>
0274               <family>Sans Serif</family>
0275               <pointsize>9</pointsize>
0276               <weight>50</weight>
0277               <italic>true</italic>
0278               <bold>false</bold>
0279               <underline>false</underline>
0280               <strikeout>false</strikeout>
0281              </font>
0282             </property>
0283             <property name="text">
0284              <string>003</string>
0285             </property>
0286            </widget>
0287           </item>
0288           <item row="0" column="0">
0289            <widget class="QLabel" name="m_singleDigit">
0290             <property name="text">
0291              <string>3 -&gt;</string>
0292             </property>
0293             <property name="alignment">
0294              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0295             </property>
0296            </widget>
0297           </item>
0298           <item row="1" column="0">
0299            <widget class="QLabel" name="m_doubleDigit">
0300             <property name="text">
0301              <string>14 -&gt;</string>
0302             </property>
0303             <property name="alignment">
0304              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0305             </property>
0306            </widget>
0307           </item>
0308          </layout>
0309         </item>
0310        </layout>
0311       </item>
0312      </layout>
0313     </widget>
0314    </item>
0315    <item>
0316     <spacer>
0317      <property name="orientation">
0318       <enum>Qt::Vertical</enum>
0319      </property>
0320      <property name="sizeType">
0321       <enum>QSizePolicy::Expanding</enum>
0322      </property>
0323      <property name="sizeHint" stdset="0">
0324       <size>
0325        <width>546</width>
0326        <height>16</height>
0327       </size>
0328      </property>
0329     </spacer>
0330    </item>
0331    <item>
0332     <widget class="QDialogButtonBox" name="dlgButtonBox">
0333      <property name="standardButtons">
0334       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0335      </property>
0336     </widget>
0337    </item>
0338   </layout>
0339  </widget>
0340  <resources/>
0341  <connections>
0342   <connection>
0343    <sender>m_trackWidth</sender>
0344    <signal>valueChanged(int)</signal>
0345    <receiver>FileRenamerTagOptionsBase</receiver>
0346    <slot>slotTrackWidthChanged()</slot>
0347    <hints>
0348     <hint type="sourcelabel">
0349      <x>395</x>
0350      <y>301</y>
0351     </hint>
0352     <hint type="destinationlabel">
0353      <x>394</x>
0354      <y>227</y>
0355     </hint>
0356    </hints>
0357   </connection>
0358   <connection>
0359    <sender>m_prefixText</sender>
0360    <signal>textChanged(QString)</signal>
0361    <receiver>FileRenamerTagOptionsBase</receiver>
0362    <slot>slotBracketsChanged()</slot>
0363    <hints>
0364     <hint type="sourcelabel">
0365      <x>356</x>
0366      <y>63</y>
0367     </hint>
0368     <hint type="destinationlabel">
0369      <x>356</x>
0370      <y>5</y>
0371     </hint>
0372    </hints>
0373   </connection>
0374   <connection>
0375    <sender>m_suffixText</sender>
0376    <signal>textChanged(QString)</signal>
0377    <receiver>FileRenamerTagOptionsBase</receiver>
0378    <slot>slotBracketsChanged()</slot>
0379    <hints>
0380     <hint type="sourcelabel">
0381      <x>497</x>
0382      <y>57</y>
0383     </hint>
0384     <hint type="destinationlabel">
0385      <x>490</x>
0386      <y>2</y>
0387     </hint>
0388    </hints>
0389   </connection>
0390   <connection>
0391    <sender>m_emptyTagValue</sender>
0392    <signal>textChanged(QString)</signal>
0393    <receiver>FileRenamerTagOptionsBase</receiver>
0394    <slot>slotEmptyActionChanged()</slot>
0395    <hints>
0396     <hint type="sourcelabel">
0397      <x>163</x>
0398      <y>197</y>
0399     </hint>
0400     <hint type="destinationlabel">
0401      <x>163</x>
0402      <y>225</y>
0403     </hint>
0404    </hints>
0405   </connection>
0406   <connection>
0407    <sender>m_useValueButton</sender>
0408    <signal>toggled(bool)</signal>
0409    <receiver>FileRenamerTagOptionsBase</receiver>
0410    <slot>slotEmptyActionChanged()</slot>
0411    <hints>
0412     <hint type="sourcelabel">
0413      <x>79</x>
0414      <y>195</y>
0415     </hint>
0416     <hint type="destinationlabel">
0417      <x>80</x>
0418      <y>224</y>
0419     </hint>
0420    </hints>
0421   </connection>
0422   <connection>
0423    <sender>m_ignoreTagButton</sender>
0424    <signal>toggled(bool)</signal>
0425    <receiver>FileRenamerTagOptionsBase</receiver>
0426    <slot>slotEmptyActionChanged()</slot>
0427    <hints>
0428     <hint type="sourcelabel">
0429      <x>56</x>
0430      <y>165</y>
0431     </hint>
0432     <hint type="destinationlabel">
0433      <x>6</x>
0434      <y>167</y>
0435     </hint>
0436    </hints>
0437   </connection>
0438   <connection>
0439    <sender>m_includeEmptyButton</sender>
0440    <signal>toggled(bool)</signal>
0441    <receiver>FileRenamerTagOptionsBase</receiver>
0442    <slot>slotEmptyActionChanged()</slot>
0443    <hints>
0444     <hint type="sourcelabel">
0445      <x>41</x>
0446      <y>140</y>
0447     </hint>
0448     <hint type="destinationlabel">
0449      <x>1</x>
0450      <y>141</y>
0451     </hint>
0452    </hints>
0453   </connection>
0454   <connection>
0455    <sender>m_useValueButton</sender>
0456    <signal>toggled(bool)</signal>
0457    <receiver>m_emptyTagValue</receiver>
0458    <slot>setEnabled(bool)</slot>
0459    <hints>
0460     <hint type="sourcelabel">
0461      <x>40</x>
0462      <y>192</y>
0463     </hint>
0464     <hint type="destinationlabel">
0465      <x>199</x>
0466      <y>193</y>
0467     </hint>
0468    </hints>
0469   </connection>
0470  </connections>
0471  <slots>
0472   <slot>slotBracketsChanged()</slot>
0473   <slot>slotTrackWidthChanged()</slot>
0474   <slot>slotEmptyActionChanged()</slot>
0475  </slots>
0476 </ui>