Warning, /utilities/krename/src/partfilenamewidget.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>PartFilenameWidget</class> 0003 <widget class="QWidget" name="PartFilenameWidget" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>412</width> 0009 <height>275</height> 0010 </rect> 0011 </property> 0012 <layout class="QVBoxLayout" > 0013 <item> 0014 <widget class="QFrame" name="frame" > 0015 <property name="frameShape" > 0016 <enum>QFrame::StyledPanel</enum> 0017 </property> 0018 <property name="frameShadow" > 0019 <enum>QFrame::Raised</enum> 0020 </property> 0021 <layout class="QVBoxLayout" > 0022 <item> 0023 <widget class="QLabel" name="label" > 0024 <property name="text" > 0025 <string><qt>Please select the part of the old filename which should be inserted into the new filename in the textbox below:</qt></string> 0026 </property> 0027 <property name="wordWrap" > 0028 <bool>true</bool> 0029 </property> 0030 <property name="buddy" > 0031 <cstring>textFilename</cstring> 0032 </property> 0033 </widget> 0034 </item> 0035 <item> 0036 <widget class="SelectionSafeLineEdit" name="textFilename" > 0037 <property name="readOnly" > 0038 <bool>true</bool> 0039 </property> 0040 </widget> 0041 </item> 0042 <item> 0043 <widget class="QCheckBox" name="checkInvert" > 0044 <property name="text" > 0045 <string>&Invert selection</string> 0046 </property> 0047 </widget> 0048 </item> 0049 <item> 0050 <layout class="QHBoxLayout" > 0051 <item> 0052 <widget class="QLabel" name="label_2" > 0053 <property name="text" > 0054 <string>&Convert selection:</string> 0055 </property> 0056 <property name="buddy" > 0057 <cstring>comboConvert</cstring> 0058 </property> 0059 </widget> 0060 </item> 0061 <item> 0062 <widget class="QComboBox" name="comboConvert" > 0063 <item> 0064 <property name="text" > 0065 <string>No Conversion</string> 0066 </property> 0067 </item> 0068 <item> 0069 <property name="text" > 0070 <string>Convert to lower case</string> 0071 </property> 0072 </item> 0073 <item> 0074 <property name="text" > 0075 <string>Convert to upper case</string> 0076 </property> 0077 </item> 0078 <item> 0079 <property name="text" > 0080 <string>Capitalize</string> 0081 </property> 0082 </item> 0083 </widget> 0084 </item> 0085 </layout> 0086 </item> 0087 <item> 0088 <widget class="QLabel" name="labelPreviewDesc" > 0089 <property name="text" > 0090 <string>Preview of the generated KRename command:</string> 0091 </property> 0092 </widget> 0093 </item> 0094 <item> 0095 <widget class="QLabel" name="labelPreview" > 0096 <property name="text" > 0097 <string comment="KDE::DoNotExtract">TextLabel</string> 0098 </property> 0099 </widget> 0100 </item> 0101 </layout> 0102 </widget> 0103 </item> 0104 </layout> 0105 </widget> 0106 <customwidgets> 0107 <customwidget> 0108 <class>SelectionSafeLineEdit</class> 0109 <extends>QLineEdit</extends> 0110 <header>selectionsafelineedit.h</header> 0111 </customwidget> 0112 </customwidgets> 0113 <resources/> 0114 <connections/> 0115 </ui>