<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ImporterConfigDialog</class> <widget class="QWidget" name="ImporterConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>410</width> <height>213</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="kcfg_AutoRename"> <property name="text"> <string>Rename documents automatically</string> </property> </widget> </item> <item> <widget class="QWidget" name="widget" native="true"> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QGridLayout" name="gridLayout_2"> <property name="leftMargin"> <number>24</number> </property> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Rename Format:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="2" column="1"> <widget class="KLineEdit" name="kcfg_AutoRenameFormat"/> </item> <item row="3" column="1"> <widget class="QLabel" name="mPreviewOutputLabel"> <property name="text"> <string notr="true">[Output preview]</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Preview:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QLabel" name="mRenameFormatHelpLabel"> <property name="text"> <string notr="true">- {date}: shooting date - {name}: original file name</string> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse</set> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_3"> <property name="text"> <string><i>Type text or click the items below to customize the format</i></string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>24</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="2"> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>24</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>KLineEdit</class> <extends>QLineEdit</extends> <header>klineedit.h</header> </customwidget> </customwidgets> <resources/> <connections> <connection> <sender>kcfg_AutoRename</sender> <signal>toggled(bool)</signal> <receiver>widget</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>97</x> <y>23</y> </hint> <hint type="destinationlabel"> <x>136</x> <y>58</y> </hint> </hints> </connection> </connections> </ui>