You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kipi-plugins/kipi-plugins/batchprocessimages/renameimagesbase.ui

360 lines
14 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KIPIBatchProcessImagesPlugin::RenameImagesBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>RenameImagesBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>570</width>
<height>556</height>
</rect>
</property>
<property name="caption">
<string>RenameImagesBase</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_templateGroupBox</cstring>
</property>
<property name="title">
<string>Template for renaming files</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>m_seqLabel</cstring>
</property>
<property name="text">
<string>Sequence number start value:</string>
</property>
</widget>
<widget class="TQLineEdit" row="0" column="1">
<property name="name">
<cstring>m_prefixEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_prefixLabel</cstring>
</property>
<property name="text">
<string>Prefix string:</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_addFileNameCheck</cstring>
</property>
<property name="text">
<string>Add original file name</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_addFileDateCheck</cstring>
</property>
<property name="text">
<string>Add file date</string>
</property>
</widget>
<widget class="TQLineEdit" row="4" column="1">
<property name="name">
<cstring>m_formatDateEdit</cstring>
</property>
</widget>
<widget class="TQLayoutWidget" row="4" column="0">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>12</width>
<height>14</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_formatDateCheck</cstring>
</property>
<property name="text">
<string>Date format:</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="1" column="1">
<property name="name">
<cstring>layout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQSpinBox">
<property name="name">
<cstring>m_seqSpin</cstring>
</property>
<property name="maxValue">
<number>999999</number>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>261</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_addRemoveBox</cstring>
</property>
<property name="title">
<string></string>
</property>
<property name="alignment">
<set>AlignTop|AlignHCenter</set>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="0" column="1">
<property name="name">
<cstring>m_addButton</cstring>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>m_removeButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="TDEListView" row="0" column="0" rowspan="10" colspan="1">
<column>
<property name="text">
<string>Album</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Source Image</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Target Image</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Result</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>m_listView</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
</widget>
<spacer row="9" column="1">
<property name="name">
<cstring>spacer25</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>175</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="8" column="1">
<property name="name">
<cstring>m_reverseList</cstring>
</property>
<property name="text">
<string>Reverse List</string>
</property>
</widget>
<spacer row="6" column="1">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>19</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="7" column="1">
<property name="name">
<cstring>m_sortButton</cstring>
</property>
<property name="text">
<string>Sort List</string>
</property>
</widget>
<widget class="TQPushButton" row="5" column="1">
<property name="name">
<cstring>m_moveDown</cstring>
</property>
<property name="text">
<string>Move &amp;Down</string>
</property>
</widget>
<widget class="TQPushButton" row="4" column="1">
<property name="name">
<cstring>m_moveUp</cstring>
</property>
<property name="text">
<string>Move &amp;Up</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>m_pixLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>96</width>
<height>96</height>
</size>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer row="3" column="1">
<property name="name">
<cstring>spacer3_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>19</height>
</size>
</property>
</spacer>
</grid>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="6"/>
<includehints>
<includehint>tdelistview.h</includehint>
</includehints>
</UI>