| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>PlaylistPreferences</class>
|
|---|
| 3 | <widget class="QDialog" name="PlaylistPreferences" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>466</width>
|
|---|
| 9 | <height>144</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>Playlist - Preferences</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <layout class="QVBoxLayout" >
|
|---|
| 16 | <property name="margin" >
|
|---|
| 17 | <number>9</number>
|
|---|
| 18 | </property>
|
|---|
| 19 | <property name="spacing" >
|
|---|
| 20 | <number>6</number>
|
|---|
| 21 | </property>
|
|---|
| 22 | <item>
|
|---|
| 23 | <widget class="QCheckBox" name="play_from_start_check" >
|
|---|
| 24 | <property name="text" >
|
|---|
| 25 | <string>&Play files from start</string>
|
|---|
| 26 | </property>
|
|---|
| 27 | </widget>
|
|---|
| 28 | </item>
|
|---|
| 29 | <item>
|
|---|
| 30 | <widget class="QCheckBox" name="recursive_check" >
|
|---|
| 31 | <property name="text" >
|
|---|
| 32 | <string>&Add files in directories recursively</string>
|
|---|
| 33 | </property>
|
|---|
| 34 | </widget>
|
|---|
| 35 | </item>
|
|---|
| 36 | <item>
|
|---|
| 37 | <widget class="QCheckBox" name="getinfo_check" >
|
|---|
| 38 | <property name="text" >
|
|---|
| 39 | <string>Automatically get &info about files added</string>
|
|---|
| 40 | </property>
|
|---|
| 41 | </widget>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item>
|
|---|
| 44 | <widget class="QCheckBox" name="autosave_on_exit_check" >
|
|---|
| 45 | <property name="text" >
|
|---|
| 46 | <string>&Save copy of playlist on exit</string>
|
|---|
| 47 | </property>
|
|---|
| 48 | </widget>
|
|---|
| 49 | </item>
|
|---|
| 50 | <item>
|
|---|
| 51 | <widget class="Line" name="line" >
|
|---|
| 52 | <property name="orientation" >
|
|---|
| 53 | <enum>Qt::Horizontal</enum>
|
|---|
| 54 | </property>
|
|---|
| 55 | </widget>
|
|---|
| 56 | </item>
|
|---|
| 57 | <item>
|
|---|
| 58 | <widget class="QDialogButtonBox" name="buttonBox" >
|
|---|
| 59 | <property name="orientation" >
|
|---|
| 60 | <enum>Qt::Horizontal</enum>
|
|---|
| 61 | </property>
|
|---|
| 62 | <property name="standardButtons" >
|
|---|
| 63 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
|---|
| 64 | </property>
|
|---|
| 65 | </widget>
|
|---|
| 66 | </item>
|
|---|
| 67 | </layout>
|
|---|
| 68 | </widget>
|
|---|
| 69 | <resources/>
|
|---|
| 70 | <connections>
|
|---|
| 71 | <connection>
|
|---|
| 72 | <sender>buttonBox</sender>
|
|---|
| 73 | <signal>accepted()</signal>
|
|---|
| 74 | <receiver>PlaylistPreferences</receiver>
|
|---|
| 75 | <slot>accept()</slot>
|
|---|
| 76 | <hints>
|
|---|
| 77 | <hint type="sourcelabel" >
|
|---|
| 78 | <x>248</x>
|
|---|
| 79 | <y>254</y>
|
|---|
| 80 | </hint>
|
|---|
| 81 | <hint type="destinationlabel" >
|
|---|
| 82 | <x>157</x>
|
|---|
| 83 | <y>274</y>
|
|---|
| 84 | </hint>
|
|---|
| 85 | </hints>
|
|---|
| 86 | </connection>
|
|---|
| 87 | <connection>
|
|---|
| 88 | <sender>buttonBox</sender>
|
|---|
| 89 | <signal>rejected()</signal>
|
|---|
| 90 | <receiver>PlaylistPreferences</receiver>
|
|---|
| 91 | <slot>reject()</slot>
|
|---|
| 92 | <hints>
|
|---|
| 93 | <hint type="sourcelabel" >
|
|---|
| 94 | <x>316</x>
|
|---|
| 95 | <y>260</y>
|
|---|
| 96 | </hint>
|
|---|
| 97 | <hint type="destinationlabel" >
|
|---|
| 98 | <x>286</x>
|
|---|
| 99 | <y>274</y>
|
|---|
| 100 | </hint>
|
|---|
| 101 | </hints>
|
|---|
| 102 | </connection>
|
|---|
| 103 | </connections>
|
|---|
| 104 | </ui>
|
|---|