Files
picard/ui/options_matching.ui
2007-01-28 12:50:38 +01:00

170 lines
4.7 KiB
XML

<ui version="4.0" >
<class>MatchingOptionsPage</class>
<widget class="QWidget" name="MatchingOptionsPage" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>328</width>
<height>313</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>Thresholds</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>2</number>
</property>
<item row="3" column="0" >
<widget class="QLabel" name="label_6" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Minimal similarity for matching files to tracks:</string>
</property>
<property name="buddy" >
<cstring>file_lookup_threshold</cstring>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QSpinBox" name="track_matching_threshold" >
<property name="suffix" >
<string> %</string>
</property>
<property name="maximum" >
<number>100</number>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QSpinBox" name="cluster_lookup_threshold" >
<property name="suffix" >
<string> %</string>
</property>
<property name="maximum" >
<number>100</number>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSpinBox" name="file_lookup_threshold" >
<property name="suffix" >
<string> %</string>
</property>
<property name="maximum" >
<number>100</number>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_4" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Minimal similarity for file lookups:</string>
</property>
<property name="buddy" >
<cstring>file_lookup_threshold</cstring>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_5" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Minimal similarity for cluster lookups:</string>
</property>
<property name="buddy" >
<cstring>file_lookup_threshold</cstring>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_3" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Minimal similarity for PUID lookups:</string>
</property>
<property name="buddy" >
<cstring>puid_lookup_threshold</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QSpinBox" name="puid_lookup_threshold" >
<property name="suffix" >
<string> %</string>
</property>
<property name="maximum" >
<number>100</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>41</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
<tabstop>puid_lookup_threshold</tabstop>
<tabstop>file_lookup_threshold</tabstop>
<tabstop>cluster_lookup_threshold</tabstop>
<tabstop>track_matching_threshold</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>