Warning, /utilities/krename/src/customfilenamedlg.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>CustomFilenameDlg</class>
0004  <widget class="QWidget" name="CustomFilenameDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>523</width>
0010     <height>298</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <layout class="QVBoxLayout" name="verticalLayout">
0018        <item>
0019         <spacer name="verticalSpacer_2">
0020          <property name="orientation">
0021           <enum>Qt::Vertical</enum>
0022          </property>
0023          <property name="sizeHint" stdset="0">
0024           <size>
0025            <width>20</width>
0026            <height>40</height>
0027           </size>
0028          </property>
0029         </spacer>
0030        </item>
0031        <item>
0032         <widget class="QLabel" name="labelPreview">
0033          <property name="frameShape">
0034           <enum>QFrame::NoFrame</enum>
0035          </property>
0036          <property name="text">
0037           <string comment="KDE::DoNotExtract">TextLabel</string>
0038          </property>
0039          <property name="scaledContents">
0040           <bool>true</bool>
0041          </property>
0042          <property name="alignment">
0043           <set>Qt::AlignCenter</set>
0044          </property>
0045         </widget>
0046        </item>
0047        <item>
0048         <spacer name="verticalSpacer">
0049          <property name="orientation">
0050           <enum>Qt::Vertical</enum>
0051          </property>
0052          <property name="sizeHint" stdset="0">
0053           <size>
0054            <width>20</width>
0055            <height>40</height>
0056           </size>
0057          </property>
0058         </spacer>
0059        </item>
0060        <item>
0061         <widget class="QLabel" name="label">
0062          <property name="text">
0063           <string>File preview</string>
0064          </property>
0065          <property name="alignment">
0066           <set>Qt::AlignCenter</set>
0067          </property>
0068         </widget>
0069        </item>
0070       </layout>
0071      </item>
0072      <item>
0073       <spacer name="horizontalSpacer">
0074        <property name="orientation">
0075         <enum>Qt::Horizontal</enum>
0076        </property>
0077        <property name="sizeType">
0078         <enum>QSizePolicy::Fixed</enum>
0079        </property>
0080        <property name="sizeHint" stdset="0">
0081         <size>
0082          <width>40</width>
0083          <height>20</height>
0084         </size>
0085        </property>
0086       </spacer>
0087      </item>
0088      <item>
0089       <widget class="QGroupBox" name="groupBox">
0090        <property name="title">
0091         <string>Please input a new filename</string>
0092        </property>
0093        <layout class="QVBoxLayout" name="verticalLayout_3">
0094         <item>
0095          <widget class="QRadioButton" name="radioKRename">
0096           <property name="toolTip">
0097            <string>Rename the file using the filename created by KRename.</string>
0098           </property>
0099           <property name="text">
0100            <string>Use filename created by &amp;KRename</string>
0101           </property>
0102           <property name="checked">
0103            <bool>true</bool>
0104           </property>
0105          </widget>
0106         </item>
0107         <item>
0108          <layout class="QGridLayout" name="gridLayout">
0109           <item row="0" column="0">
0110            <widget class="QRadioButton" name="radioInput">
0111             <property name="toolTip">
0112              <string>Use the input filename when renaming this file. You may also change the input filename and use this for renaming.</string>
0113             </property>
0114             <property name="text">
0115              <string>Use &amp;input filename</string>
0116             </property>
0117            </widget>
0118           </item>
0119           <item row="1" column="0">
0120            <widget class="QRadioButton" name="radioCustom">
0121             <property name="toolTip">
0122              <string>Use a custom filename, based on the filename currently created by KRename.</string>
0123             </property>
0124             <property name="text">
0125              <string>Use &amp;custom filename</string>
0126             </property>
0127            </widget>
0128           </item>
0129           <item row="1" column="1">
0130            <widget class="QLineEdit" name="lineEditCustom"/>
0131           </item>
0132           <item row="0" column="1">
0133            <widget class="QLineEdit" name="lineEditInput"/>
0134           </item>
0135          </layout>
0136         </item>
0137        </layout>
0138       </widget>
0139      </item>
0140     </layout>
0141    </item>
0142    <item>
0143     <spacer name="spacer">
0144      <property name="orientation">
0145       <enum>Qt::Vertical</enum>
0146      </property>
0147      <property name="sizeType">
0148       <enum>QSizePolicy::Expanding</enum>
0149      </property>
0150      <property name="sizeHint" stdset="0">
0151       <size>
0152        <width>20</width>
0153        <height>141</height>
0154       </size>
0155      </property>
0156     </spacer>
0157    </item>
0158   </layout>
0159  </widget>
0160  <resources/>
0161  <connections/>
0162 </ui>