Warning, /utilities/krename/src/tokensortmodedialog.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>TokenSortModeDialog</class> 0004 <widget class="QDialog" name="TokenSortModeDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>413</width> 0010 <height>189</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Custom Sorting</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout_2"> 0017 <item> 0018 <layout class="QHBoxLayout" name="horizontalLayout"> 0019 <item> 0020 <widget class="QGroupBox" name="groupBox"> 0021 <property name="title"> 0022 <string>&Sort filenames ...</string> 0023 </property> 0024 <layout class="QVBoxLayout" name="verticalLayout"> 0025 <item> 0026 <widget class="QRadioButton" name="radioAscending"> 0027 <property name="text"> 0028 <string>&Ascending</string> 0029 </property> 0030 <property name="checked"> 0031 <bool>true</bool> 0032 </property> 0033 </widget> 0034 </item> 0035 <item> 0036 <widget class="QRadioButton" name="radioDescending"> 0037 <property name="text"> 0038 <string>&Descending</string> 0039 </property> 0040 </widget> 0041 </item> 0042 <item> 0043 <widget class="QRadioButton" name="radioNumeric"> 0044 <property name="text"> 0045 <string>&Numeric</string> 0046 </property> 0047 </widget> 0048 </item> 0049 </layout> 0050 </widget> 0051 </item> 0052 <item> 0053 <widget class="QLabel" name="label"> 0054 <property name="sizePolicy"> 0055 <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> 0056 <horstretch>0</horstretch> 0057 <verstretch>0</verstretch> 0058 </sizepolicy> 0059 </property> 0060 <property name="text"> 0061 <string>by</string> 0062 </property> 0063 </widget> 0064 </item> 0065 <item> 0066 <widget class="QGroupBox" name="groupBox_2"> 0067 <property name="title"> 0068 <string>&Token ...</string> 0069 </property> 0070 <layout class="QVBoxLayout" name="verticalLayout_3"> 0071 <item> 0072 <widget class="QRadioButton" name="radioPredefined"> 0073 <property name="text"> 0074 <string>&Predefined</string> 0075 </property> 0076 <property name="checked"> 0077 <bool>true</bool> 0078 </property> 0079 </widget> 0080 </item> 0081 <item> 0082 <widget class="QComboBox" name="comboPredefined"/> 0083 </item> 0084 <item> 0085 <widget class="QRadioButton" name="radioCustom"> 0086 <property name="text"> 0087 <string>&Custom</string> 0088 </property> 0089 </widget> 0090 </item> 0091 <item> 0092 <widget class="QComboBox" name="comboToken"> 0093 <property name="editable"> 0094 <bool>true</bool> 0095 </property> 0096 </widget> 0097 </item> 0098 </layout> 0099 </widget> 0100 </item> 0101 </layout> 0102 </item> 0103 <item> 0104 <spacer name="verticalSpacer"> 0105 <property name="orientation"> 0106 <enum>Qt::Vertical</enum> 0107 </property> 0108 <property name="sizeHint" stdset="0"> 0109 <size> 0110 <width>20</width> 0111 <height>4</height> 0112 </size> 0113 </property> 0114 </spacer> 0115 </item> 0116 <item> 0117 <widget class="QDialogButtonBox" name="buttonBox"> 0118 <property name="orientation"> 0119 <enum>Qt::Horizontal</enum> 0120 </property> 0121 <property name="standardButtons"> 0122 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0123 </property> 0124 </widget> 0125 </item> 0126 </layout> 0127 </widget> 0128 <resources/> 0129 <connections> 0130 <connection> 0131 <sender>buttonBox</sender> 0132 <signal>accepted()</signal> 0133 <receiver>TokenSortModeDialog</receiver> 0134 <slot>accept()</slot> 0135 <hints> 0136 <hint type="sourcelabel"> 0137 <x>248</x> 0138 <y>254</y> 0139 </hint> 0140 <hint type="destinationlabel"> 0141 <x>157</x> 0142 <y>274</y> 0143 </hint> 0144 </hints> 0145 </connection> 0146 <connection> 0147 <sender>buttonBox</sender> 0148 <signal>rejected()</signal> 0149 <receiver>TokenSortModeDialog</receiver> 0150 <slot>reject()</slot> 0151 <hints> 0152 <hint type="sourcelabel"> 0153 <x>316</x> 0154 <y>260</y> 0155 </hint> 0156 <hint type="destinationlabel"> 0157 <x>286</x> 0158 <y>274</y> 0159 </hint> 0160 </hints> 0161 </connection> 0162 </connections> 0163 </ui>