mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 07:04:02 +00:00
269 lines
7.4 KiB
XML
269 lines
7.4 KiB
XML
<ui version="4.0" >
|
|
<class>NamingOptionsPage</class>
|
|
<widget class="QWidget" name="NamingOptionsPage" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>396</width>
|
|
<height>519</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="rename_files" >
|
|
<property name="title" >
|
|
<string>Rename Files</string>
|
|
</property>
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>2</number>
|
|
</property>
|
|
<item row="4" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="windows_compatible_filenames" >
|
|
<property name="text" >
|
|
<string>Replace Windows-incompatible characters</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="ascii_filenames" >
|
|
<property name="text" >
|
|
<string>Replace non-ASCII characters</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" >
|
|
<widget class="QLineEdit" name="va_file_naming_format" />
|
|
</item>
|
|
<item row="3" column="1" >
|
|
<widget class="QPushButton" name="va_file_naming_format_default" >
|
|
<property name="text" >
|
|
<string>Default</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QPushButton" name="file_naming_format_default" >
|
|
<property name="text" >
|
|
<string>Default</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLineEdit" name="file_naming_format" />
|
|
</item>
|
|
<item row="2" column="0" colspan="2" >
|
|
<widget class="QLabel" name="label_4" >
|
|
<property name="text" >
|
|
<string>Multiple artist file naming format:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>va_file_naming_format</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" colspan="2" >
|
|
<widget class="QLabel" name="label_3" >
|
|
<property name="text" >
|
|
<string>File naming format:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>file_naming_format</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="move_files" >
|
|
<property name="title" >
|
|
<string>Move Files</string>
|
|
</property>
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_2" >
|
|
<property name="text" >
|
|
<string>Move tagged files to this directory:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>move_files_to_browse</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLineEdit" name="move_files_to" />
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="move_files_to_browse" >
|
|
<property name="text" >
|
|
<string>Browse...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="move_additional_files" >
|
|
<property name="text" >
|
|
<string>Move additional files:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="move_additional_files_pattern" />
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="delete_empty_dirs" >
|
|
<property name="text" >
|
|
<string>Delete empty directories</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Example</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>2</number>
|
|
</property>
|
|
<item row="0" column="0" colspan="2" >
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>File name:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2" >
|
|
<widget class="QLabel" name="example_va_filename" >
|
|
<property name="font" >
|
|
<font>
|
|
<italic>true</italic>
|
|
</font>
|
|
</property>
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
<property name="textFormat" >
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2" >
|
|
<widget class="QLabel" name="label_5" >
|
|
<property name="text" >
|
|
<string>Multiple artist file name:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2" >
|
|
<widget class="QLabel" name="example_filename" >
|
|
<property name="font" >
|
|
<font>
|
|
<italic>true</italic>
|
|
</font>
|
|
</property>
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
<property name="textFormat" >
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>301</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="4" column="0" >
|
|
<widget class="QPushButton" name="test_button" >
|
|
<property name="text" >
|
|
<string>&Preview</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>311</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>file_naming_format</tabstop>
|
|
<tabstop>file_naming_format_default</tabstop>
|
|
<tabstop>va_file_naming_format</tabstop>
|
|
<tabstop>va_file_naming_format_default</tabstop>
|
|
<tabstop>windows_compatible_filenames</tabstop>
|
|
<tabstop>ascii_filenames</tabstop>
|
|
<tabstop>move_files_to</tabstop>
|
|
<tabstop>move_files_to_browse</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|