2011-08-14 01:07:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BehaviourSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="BehaviourSettingsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-02-18 19:57:36 +01:00
|
|
|
<width>516</width>
|
2014-08-20 08:30:49 +02:00
|
|
|
<height>753</height>
|
2011-08-14 01:07:10 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Behavior</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="b_show_tray_icon_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show tray icon</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="b_keep_running_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Keep running in the background when the window is closed</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-27 19:59:15 +02:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-28 15:37:02 +02:00
|
|
|
<widget class="QCheckBox" name="b_warn_close_playlist_">
|
2013-07-27 19:59:15 +02:00
|
|
|
<property name="text">
|
2013-07-28 15:37:02 +02:00
|
|
|
<string>Warn me when closing a playlist tab</string>
|
2013-07-27 19:59:15 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-08-14 01:07:10 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="language">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Use the system default</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>You will need to restart Clementine if you change the language.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="startup_group_">
|
|
|
|
<property name="title">
|
|
|
|
<string>When Clementine starts</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_always_show_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Always show the main window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_always_hide_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Always hide the main window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_remember_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remember from last time</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-03-03 22:29:27 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="resume_after_start_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resume playback on start</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-08-14 01:07:10 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="b_grey_out_deleted_">
|
|
|
|
<property name="text">
|
|
|
|
<string>Grey out non existent songs in my playlists</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-23 07:30:02 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="b_click_edit_inline_">
|
2014-06-24 21:42:34 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>If activated, clicking a selected song in the playlist view will let you edit the tag value directly</string>
|
|
|
|
</property>
|
2014-06-23 07:30:02 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable song metadata inline edition with click</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-08-14 01:07:10 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
|
|
<property name="title">
|
|
|
|
<string>Using the menu to add a song will...</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_18">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="menu_playmode">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Never start playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Play if there is nothing already playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Always start playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="title">
|
|
|
|
<string>Double clicking a song will...</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="doubleclick_addmode">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Append to the playlist</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Replace the playlist</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2014-02-03 21:54:02 +01:00
|
|
|
<string comment="Refers to behavior settings in Clementine settings page.">Open in new playlist</string>
|
2011-08-14 01:07:10 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add to the queue</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="doubleclick_playmode">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Never start playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Play if there is nothing already playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Always start playing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-13 04:48:18 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
|
|
<property name="title">
|
2014-08-20 08:30:49 +02:00
|
|
|
<string>When saving a playlist, file paths should be</string>
|
2014-08-13 04:48:18 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_automatic_path">
|
|
|
|
<property name="text">
|
|
|
|
<string>Automatic</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_absolute_path">
|
|
|
|
<property name="text">
|
|
|
|
<string>Absolute</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_relative_path">
|
|
|
|
<property name="text">
|
|
|
|
<string>Relative</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-07 00:23:28 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="b_ask_path">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ask when saving</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-13 04:48:18 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="b_write_metadata">
|
|
|
|
<property name="text">
|
2014-08-20 08:30:49 +02:00
|
|
|
<string>Write metadata</string>
|
2014-08-13 04:48:18 +02:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-08-14 01:07:10 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>5</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|