| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>PrefPlaylist</class>
|
|---|
| 3 | <widget class="QWidget" name="PrefPlaylist" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>376</width>
|
|---|
| 9 | <height>367</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <layout class="QVBoxLayout" >
|
|---|
| 13 | <property name="leftMargin" >
|
|---|
| 14 | <number>0</number>
|
|---|
| 15 | </property>
|
|---|
| 16 | <property name="topMargin" >
|
|---|
| 17 | <number>0</number>
|
|---|
| 18 | </property>
|
|---|
| 19 | <property name="rightMargin" >
|
|---|
| 20 | <number>0</number>
|
|---|
| 21 | </property>
|
|---|
| 22 | <property name="bottomMargin" >
|
|---|
| 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <item>
|
|---|
| 26 | <widget class="QTabWidget" name="playlist_tab" >
|
|---|
| 27 | <property name="currentIndex" >
|
|---|
| 28 | <number>0</number>
|
|---|
| 29 | </property>
|
|---|
| 30 | <widget class="QWidget" name="tab" >
|
|---|
| 31 | <attribute name="title" >
|
|---|
| 32 | <string>&Playlist</string>
|
|---|
| 33 | </attribute>
|
|---|
| 34 | <layout class="QVBoxLayout" >
|
|---|
| 35 | <item>
|
|---|
| 36 | <widget class="QCheckBox" name="auto_add_to_playlist_check" >
|
|---|
| 37 | <property name="text" >
|
|---|
| 38 | <string>&Automatically add files to playlist</string>
|
|---|
| 39 | </property>
|
|---|
| 40 | </widget>
|
|---|
| 41 | </item>
|
|---|
| 42 | <item>
|
|---|
| 43 | <layout class="QHBoxLayout" >
|
|---|
| 44 | <item>
|
|---|
| 45 | <spacer>
|
|---|
| 46 | <property name="orientation" >
|
|---|
| 47 | <enum>Qt::Horizontal</enum>
|
|---|
| 48 | </property>
|
|---|
| 49 | <property name="sizeType" >
|
|---|
| 50 | <enum>QSizePolicy::Fixed</enum>
|
|---|
| 51 | </property>
|
|---|
| 52 | <property name="sizeHint" >
|
|---|
| 53 | <size>
|
|---|
| 54 | <width>20</width>
|
|---|
| 55 | <height>20</height>
|
|---|
| 56 | </size>
|
|---|
| 57 | </property>
|
|---|
| 58 | </spacer>
|
|---|
| 59 | </item>
|
|---|
| 60 | <item>
|
|---|
| 61 | <widget class="QCheckBox" name="add_consecutive_files_check" >
|
|---|
| 62 | <property name="enabled" >
|
|---|
| 63 | <bool>false</bool>
|
|---|
| 64 | </property>
|
|---|
| 65 | <property name="sizePolicy" >
|
|---|
| 66 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|---|
| 67 | <horstretch>0</horstretch>
|
|---|
| 68 | <verstretch>0</verstretch>
|
|---|
| 69 | </sizepolicy>
|
|---|
| 70 | </property>
|
|---|
| 71 | <property name="text" >
|
|---|
| 72 | <string>Add &consecutive files</string>
|
|---|
| 73 | </property>
|
|---|
| 74 | </widget>
|
|---|
| 75 | </item>
|
|---|
| 76 | </layout>
|
|---|
| 77 | </item>
|
|---|
| 78 | <item>
|
|---|
| 79 | <spacer>
|
|---|
| 80 | <property name="orientation" >
|
|---|
| 81 | <enum>Qt::Vertical</enum>
|
|---|
| 82 | </property>
|
|---|
| 83 | <property name="sizeHint" >
|
|---|
| 84 | <size>
|
|---|
| 85 | <width>20</width>
|
|---|
| 86 | <height>40</height>
|
|---|
| 87 | </size>
|
|---|
| 88 | </property>
|
|---|
| 89 | </spacer>
|
|---|
| 90 | </item>
|
|---|
| 91 | </layout>
|
|---|
| 92 | </widget>
|
|---|
| 93 | </widget>
|
|---|
| 94 | </item>
|
|---|
| 95 | </layout>
|
|---|
| 96 | </widget>
|
|---|
| 97 | <resources/>
|
|---|
| 98 | <connections>
|
|---|
| 99 | <connection>
|
|---|
| 100 | <sender>auto_add_to_playlist_check</sender>
|
|---|
| 101 | <signal>toggled(bool)</signal>
|
|---|
| 102 | <receiver>add_consecutive_files_check</receiver>
|
|---|
| 103 | <slot>setEnabled(bool)</slot>
|
|---|
| 104 | <hints>
|
|---|
| 105 | <hint type="sourcelabel" >
|
|---|
| 106 | <x>224</x>
|
|---|
| 107 | <y>56</y>
|
|---|
| 108 | </hint>
|
|---|
| 109 | <hint type="destinationlabel" >
|
|---|
| 110 | <x>237</x>
|
|---|
| 111 | <y>87</y>
|
|---|
| 112 | </hint>
|
|---|
| 113 | </hints>
|
|---|
| 114 | </connection>
|
|---|
| 115 | </connections>
|
|---|
| 116 | </ui>
|
|---|