2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1131</width>
|
|
|
|
<height>685</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Strawberry Music Player</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2018-10-14 00:08:33 +02:00
|
|
|
<iconset resource="../../data/icons.qrc">
|
2018-02-27 18:06:05 +01:00
|
|
|
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_centralWidget">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="sidebar_layout">
|
2018-08-09 21:49:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_left">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="FancyTabWidget" name="tabs" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-09 21:49:18 +02:00
|
|
|
<widget class="PlayingWidget" name="widget_playing" native="true"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="playlist_layout">
|
2018-08-09 21:49:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_right">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="PlaylistContainer" name="playlist" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_edit_track"/>
|
|
|
|
<addaction name="action_edit_value"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-09 21:49:18 +02:00
|
|
|
<layout class="QHBoxLayout" name="layout_bottom">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="player_controls_container" native="true">
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_player_controls_container">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="player_controls">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QHBoxLayout" name="layout_player_controls">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="back_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2020-06-28 18:36:48 +02:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="pause_play_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2020-06-28 18:36:48 +02:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="stop_button">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2020-06-28 18:36:48 +02:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="forward_button">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2020-06-28 18:36:48 +02:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-12 00:38:52 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_love" native="true">
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QHBoxLayout" name="layout_widget_love">
|
2019-06-12 00:38:52 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_love">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="button_love">
|
2020-06-28 00:17:22 +02:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2020-06-28 18:36:48 +02:00
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
2020-06-28 00:17:22 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2019-06-12 00:38:52 +02:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_buttons">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="AnalyzerContainer" name="analyzer" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>100</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>36</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_volume">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-03-09 16:48:45 +01:00
|
|
|
<widget class="VolumeSlider" name="volume">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="status_bar" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_status_bar">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="status_bar_line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="status_bar_internal" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QHBoxLayout" name="layout_status_bar_internal">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QStackedWidget" name="status_bar_stack">
|
2018-09-05 19:03:21 +02:00
|
|
|
<property name="currentIndex">
|
2020-06-28 00:17:22 +02:00
|
|
|
<number>1</number>
|
2018-09-05 19:03:21 +02:00
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<widget class="MultiLoadingIndicator" name="multi_loading_indicator"/>
|
|
|
|
<widget class="QWidget" name="playlist_summary_page">
|
2020-06-28 00:17:22 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_playlist_summary">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="playlist_summary">
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="PlaylistSequence" name="playlist_sequence" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-12-23 18:54:27 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="button_scrobble">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="TrackSlider" name="track_slider" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>10</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1131</width>
|
2020-06-28 00:17:22 +02:00
|
|
|
<height>24</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_music">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Music</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_open_file"/>
|
|
|
|
<addaction name="action_open_cd"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_previous_track"/>
|
|
|
|
<addaction name="action_play_pause"/>
|
|
|
|
<addaction name="action_stop"/>
|
|
|
|
<addaction name="action_next_track"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_mute"/>
|
|
|
|
<addaction name="separator"/>
|
2019-06-12 00:38:52 +02:00
|
|
|
<addaction name="action_love"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_quit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_playlist">
|
|
|
|
<property name="title">
|
2019-01-06 14:34:50 +01:00
|
|
|
<string>P&laylist</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="action_add_file"/>
|
|
|
|
<addaction name="action_add_folder"/>
|
2020-04-20 18:03:18 +02:00
|
|
|
<addaction name="action_add_stream"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_shuffle_mode"/>
|
|
|
|
<addaction name="action_repeat_mode"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_new_playlist"/>
|
|
|
|
<addaction name="action_save_playlist"/>
|
|
|
|
<addaction name="action_load_playlist"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_jump"/>
|
|
|
|
<addaction name="action_clear_playlist"/>
|
|
|
|
<addaction name="action_shuffle"/>
|
|
|
|
<addaction name="action_remove_duplicates"/>
|
|
|
|
<addaction name="action_remove_unavailable"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_help">
|
|
|
|
<property name="title">
|
2019-01-06 14:34:50 +01:00
|
|
|
<string>Help</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="action_about_strawberry"/>
|
|
|
|
<addaction name="action_about_qt"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_tools">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Tools</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_cover_manager"/>
|
|
|
|
<addaction name="action_equalizer"/>
|
2019-01-06 14:34:50 +01:00
|
|
|
<addaction name="action_transcoder"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_update_collection"/>
|
|
|
|
<addaction name="action_full_collection_scan"/>
|
2019-06-30 21:06:07 +02:00
|
|
|
<addaction name="action_abort_collection_scan"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_settings"/>
|
2020-08-30 18:09:13 +02:00
|
|
|
<addaction name="action_import_data_from_last_fm"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
<addaction name="action_console"/>
|
2020-05-06 18:15:17 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_toggle_show_sidebar"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
</widget>
|
|
|
|
<addaction name="menu_music"/>
|
|
|
|
<addaction name="menu_playlist"/>
|
|
|
|
<addaction name="menu_tools"/>
|
|
|
|
<addaction name="menu_help"/>
|
|
|
|
</widget>
|
|
|
|
<action name="action_previous_track">
|
|
|
|
<property name="text">
|
2019-06-30 21:06:07 +02:00
|
|
|
<string>Previous track</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_play_pause">
|
|
|
|
<property name="text">
|
2019-06-30 21:06:07 +02:00
|
|
|
<string>&Play</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F6</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F7</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_next_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Next track</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F8</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_quit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::QuitRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_stop_after_this_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop after this track</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Alt+V</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-06-12 00:38:52 +02:00
|
|
|
<action name="action_love">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Love</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true">Ctrl+L</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-27 18:06:05 +01:00
|
|
|
<action name="action_clear_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Clear playlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear playlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+K</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_edit_track">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit track information...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_renumber_tracks">
|
|
|
|
<property name="text">
|
|
|
|
<string>Renumber tracks in this order...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_selection_set_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set value for all selected tracks...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_edit_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit tag...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_settings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Settings...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+P</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_about_strawberry">
|
|
|
|
<property name="icon">
|
2018-10-14 00:08:33 +02:00
|
|
|
<iconset resource="../../data/icons.qrc">
|
2018-02-27 18:06:05 +01:00
|
|
|
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&About Strawberry</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F1</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::AboutRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_shuffle">
|
|
|
|
<property name="text">
|
|
|
|
<string>S&huffle playlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+H</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_add_file">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add file...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+A</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_open_file">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Open file...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_open_cd">
|
|
|
|
<property name="text">
|
2019-01-06 14:34:50 +01:00
|
|
|
<string>Open audio &CD...</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_cover_manager">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Cover Manager</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_console">
|
|
|
|
<property name="text">
|
|
|
|
<string>C&onsole</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_shuffle_mode">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Shuffle mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_repeat_mode">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Repeat mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_remove_from_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove from playlist</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_equalizer">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Equalizer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-06 14:34:50 +01:00
|
|
|
<action name="action_transcoder">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Transcode Music</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-27 18:06:05 +01:00
|
|
|
<action name="action_add_folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add &folder...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_jump">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Jump to the currently playing track</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+J</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_new_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>&New playlist</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_save_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save &playlist...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_load_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Load playlist...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_next_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Go to next playlist tab</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_previous_playlist">
|
|
|
|
<property name="text">
|
|
|
|
<string>Go to previous playlist tab</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_update_collection">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Update changed collection folders</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_about_qt">
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Qt</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::AboutQtRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_mute">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Mute</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+M</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_full_collection_scan">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Do a full collection rescan</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-06-30 21:06:07 +02:00
|
|
|
<action name="action_abort_collection_scan">
|
|
|
|
<property name="text">
|
|
|
|
<string>Abort collection scan</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-27 18:06:05 +01:00
|
|
|
<action name="action_auto_complete_tags">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/pictures/musicbrainz.png</normaloff>:/pictures/musicbrainz.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Complete tags automatically...</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_toggle_scrobbling">
|
|
|
|
<property name="text">
|
|
|
|
<string>Toggle scrobbling</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_remove_duplicates">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove &duplicates from playlist</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_remove_unavailable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove &unavailable tracks from playlist</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-06 14:34:50 +01:00
|
|
|
<action name="action_add_files_to_transcoder">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add file(s) to transcoder</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add file to transcoder</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true">Ctrl+Shift+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-20 18:03:18 +02:00
|
|
|
<action name="action_add_stream">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add stream...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-05-06 18:15:17 +02:00
|
|
|
<action name="action_toggle_show_sidebar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show sidebar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-08-30 18:09:13 +02:00
|
|
|
<action name="action_import_data_from_last_fm">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import data from last.fm...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-27 18:06:05 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2019-03-09 16:48:45 +01:00
|
|
|
<class>VolumeSlider</class>
|
2018-02-27 18:06:05 +01:00
|
|
|
<extends>QSlider</extends>
|
2019-03-09 16:48:45 +01:00
|
|
|
<header>widgets/volumeslider.h</header>
|
2018-02-27 18:06:05 +01:00
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>AnalyzerContainer</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>analyzer/analyzercontainer.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>PlaylistContainer</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>playlist/playlistcontainer.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>TrackSlider</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/trackslider.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>PlaylistSequence</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>playlist/playlistsequence.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>MultiLoadingIndicator</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/multiloadingindicator.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>PlayingWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/playingwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>FancyTabWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/fancytabwidget.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
2018-10-14 00:08:33 +02:00
|
|
|
<include location="../../data/icons.qrc"/>
|
2018-02-27 18:06:05 +01:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|