mirror of
				https://github.com/arsenetar/dupeguru.git
				synced 2025-09-11 17:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			435 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			435 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>PreferencesDialog</class>
 | 
						|
 <widget class="QDialog" name="PreferencesDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>350</width>
 | 
						|
    <height>322</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Preferences</string>
 | 
						|
  </property>
 | 
						|
  <property name="sizeGripEnabled">
 | 
						|
   <bool>false</bool>
 | 
						|
  </property>
 | 
						|
  <property name="modal">
 | 
						|
   <bool>true</bool>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
 | 
						|
   <item>
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,0,0,0,0,1">
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label_2">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>0</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="maximumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>16777215</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Scan Type:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QComboBox" name="scanTypeComboBox">
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Filename</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Filename - Fields</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Filename - Fields (No Order)</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Tags</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Contents</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Audio Contents</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>0</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="maximumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>16777215</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Filter Hardness:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
         <property name="spacing">
 | 
						|
          <number>0</number>
 | 
						|
         </property>
 | 
						|
         <item>
 | 
						|
          <layout class="QHBoxLayout" name="horizontalLayout_6">
 | 
						|
           <property name="spacing">
 | 
						|
            <number>12</number>
 | 
						|
           </property>
 | 
						|
           <item>
 | 
						|
            <widget class="QSlider" name="filterHardnessSlider">
 | 
						|
             <property name="sizePolicy">
 | 
						|
              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | 
						|
               <horstretch>0</horstretch>
 | 
						|
               <verstretch>0</verstretch>
 | 
						|
              </sizepolicy>
 | 
						|
             </property>
 | 
						|
             <property name="minimum">
 | 
						|
              <number>1</number>
 | 
						|
             </property>
 | 
						|
             <property name="maximum">
 | 
						|
              <number>100</number>
 | 
						|
             </property>
 | 
						|
             <property name="tracking">
 | 
						|
              <bool>true</bool>
 | 
						|
             </property>
 | 
						|
             <property name="orientation">
 | 
						|
              <enum>Qt::Horizontal</enum>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
           <item>
 | 
						|
            <widget class="QLabel" name="filterHardnessLabel">
 | 
						|
             <property name="minimumSize">
 | 
						|
              <size>
 | 
						|
               <width>21</width>
 | 
						|
               <height>0</height>
 | 
						|
              </size>
 | 
						|
             </property>
 | 
						|
             <property name="text">
 | 
						|
              <string>100</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
          </layout>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <layout class="QHBoxLayout" name="horizontalLayout_5">
 | 
						|
           <property name="topMargin">
 | 
						|
            <number>0</number>
 | 
						|
           </property>
 | 
						|
           <item>
 | 
						|
            <widget class="QLabel" name="label_4">
 | 
						|
             <property name="text">
 | 
						|
              <string>More Results</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
           <item>
 | 
						|
            <spacer name="horizontalSpacer_2">
 | 
						|
             <property name="orientation">
 | 
						|
              <enum>Qt::Horizontal</enum>
 | 
						|
             </property>
 | 
						|
             <property name="sizeHint" stdset="0">
 | 
						|
              <size>
 | 
						|
               <width>40</width>
 | 
						|
               <height>20</height>
 | 
						|
              </size>
 | 
						|
             </property>
 | 
						|
            </spacer>
 | 
						|
           </item>
 | 
						|
           <item>
 | 
						|
            <widget class="QLabel" name="label_3">
 | 
						|
             <property name="text">
 | 
						|
              <string>Less Results</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
          </layout>
 | 
						|
         </item>
 | 
						|
        </layout>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QWidget" name="widget" native="true">
 | 
						|
       <property name="minimumSize">
 | 
						|
        <size>
 | 
						|
         <width>0</width>
 | 
						|
         <height>40</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
       <widget class="QLabel" name="label_6">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>0</x>
 | 
						|
          <y>0</y>
 | 
						|
          <width>91</width>
 | 
						|
          <height>17</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Tags to scan:</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagTrackBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>10</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>51</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Track</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagArtistBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>60</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>51</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Artist</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagAlbumBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>110</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>61</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Album</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagTitleBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>170</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>51</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Title</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagGenreBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>220</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>61</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Genre</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
       <widget class="QCheckBox" name="tagYearBox">
 | 
						|
        <property name="geometry">
 | 
						|
         <rect>
 | 
						|
          <x>280</x>
 | 
						|
          <y>20</y>
 | 
						|
          <width>51</width>
 | 
						|
          <height>21</height>
 | 
						|
         </rect>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Year</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QCheckBox" name="wordWeightingBox">
 | 
						|
       <property name="text">
 | 
						|
        <string>Word weighting</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QCheckBox" name="matchSimilarBox">
 | 
						|
       <property name="text">
 | 
						|
        <string>Match similar words</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QCheckBox" name="mixFileKindBox">
 | 
						|
       <property name="text">
 | 
						|
        <string>Can mix file kind</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QCheckBox" name="useRegexpBox">
 | 
						|
       <property name="text">
 | 
						|
        <string>Use regular expressions when filtering</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QCheckBox" name="removeEmptyFoldersBox">
 | 
						|
       <property name="text">
 | 
						|
        <string>Remove empty folders on delete or move</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_4">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label_5">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>0</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="maximumSize">
 | 
						|
          <size>
 | 
						|
           <width>100</width>
 | 
						|
           <height>16777215</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Copy and Move:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QComboBox" name="copyMoveDestinationComboBox">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Right in destination</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Recreate relative path</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <property name="text">
 | 
						|
           <string>Recreate absolute path</string>
 | 
						|
          </property>
 | 
						|
         </item>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>filterHardnessSlider</sender>
 | 
						|
   <signal>valueChanged(int)</signal>
 | 
						|
   <receiver>filterHardnessLabel</receiver>
 | 
						|
   <slot>setNum(int)</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>182</x>
 | 
						|
     <y>26</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>271</x>
 | 
						|
     <y>26</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>PreferencesDialog</receiver>
 | 
						|
   <slot>accept()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>182</x>
 | 
						|
     <y>228</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>182</x>
 | 
						|
     <y>124</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>rejected()</signal>
 | 
						|
   <receiver>PreferencesDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>182</x>
 | 
						|
     <y>228</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>182</x>
 | 
						|
     <y>124</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
</ui>
 |