Warning, /graphics/digikam/core/utilities/advancedrename/parser/modifiers/fillmodifierdialogwidget.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>FillModifierDialogWidget</class> 0004 <widget class="QWidget" name="FillModifierDialogWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>202</width> 0010 <height>149</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <layout class="QGridLayout" name="gridLayout"> 0016 <item row="0" column="0"> 0017 <widget class="QLabel" name="label"> 0018 <property name="text"> 0019 <string comment="The length of the string">Length:</string> 0020 </property> 0021 </widget> 0022 </item> 0023 <item row="0" column="1"> 0024 <widget class="QSpinBox" name="digitsInput"> 0025 <property name="minimum"> 0026 <number>1</number> 0027 </property> 0028 <property name="maximum"> 0029 <number>300</number> 0030 </property> 0031 </widget> 0032 </item> 0033 <item row="1" column="0"> 0034 <widget class="QLabel" name="label_2"> 0035 <property name="text"> 0036 <string comment="Alignment of the text">Alignment:</string> 0037 </property> 0038 </widget> 0039 </item> 0040 <item row="1" column="1"> 0041 <widget class="QComboBox" name="alignBox"/> 0042 </item> 0043 <item row="2" column="0"> 0044 <widget class="QLabel" name="label_3"> 0045 <property name="text"> 0046 <string comment="The character the string should be filled with">Character:</string> 0047 </property> 0048 </widget> 0049 </item> 0050 <item row="2" column="1"> 0051 <widget class="QLineEdit" name="charInput"> 0052 <property name="maxLength"> 0053 <number>1</number> 0054 </property> 0055 <property name="showClearButton" stdset="0"> 0056 <bool>true</bool> 0057 </property> 0058 </widget> 0059 </item> 0060 </layout> 0061 </item> 0062 <item> 0063 <spacer name="verticalSpacer"> 0064 <property name="orientation"> 0065 <enum>Qt::Vertical</enum> 0066 </property> 0067 <property name="sizeHint" stdset="0"> 0068 <size> 0069 <width>20</width> 0070 <height>0</height> 0071 </size> 0072 </property> 0073 </spacer> 0074 </item> 0075 </layout> 0076 </widget> 0077 <customwidgets> 0078 </customwidgets> 0079 <resources/> 0080 <connections/> 0081 </ui>