642 lines
18 KiB
XML
642 lines
18 KiB
XML
<?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>804</width>
|
|
<height>559</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Clementine</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../data/data.qrc">
|
|
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<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>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="player_controls">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<property name="spacing">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QToolButton" name="clear_playlist_button">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Line" name="line_3">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="back_button">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="pause_play_button">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</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>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</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>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="last_fm_controls" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<property name="spacing">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="Line" name="lastfm_line">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="love_button">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="ban_button">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoRaise">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Line" name="line">
|
|
<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_4">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Amarok::VolumeSlider" name="volume">
|
|
<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>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QDockWidget" name="library_dock">
|
|
<property name="features">
|
|
<set>QDockWidget::DockWidgetMovable</set>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Library</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="LibraryFilterWidget" name="library_filter" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="LibraryView" name="library_view">
|
|
<property name="dragEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="dragDropMode">
|
|
<enum>QAbstractItemView::DragOnly</enum>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
<property name="allColumnsShowFocus">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="radio_dock">
|
|
<property name="features">
|
|
<set>QDockWidget::DockWidgetMovable</set>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Internet</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_5">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="RadioViewContainer" name="radio_view" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="files_dock">
|
|
<property name="features">
|
|
<set>QDockWidget::DockWidgetMovable</set>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Files</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_6">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="FileView" name="file_view" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>804</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuMusic">
|
|
<property name="title">
|
|
<string>Music</string>
|
|
</property>
|
|
<addaction name="action_open_media"/>
|
|
<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_love"/>
|
|
<addaction name="action_ban"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_quit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuPlaylist">
|
|
<property name="title">
|
|
<string>Playlist</string>
|
|
</property>
|
|
<addaction name="action_add_file"/>
|
|
<addaction name="action_add_folder"/>
|
|
<addaction name="action_add_stream"/>
|
|
<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"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuSettings">
|
|
<property name="title">
|
|
<string>Settings</string>
|
|
</property>
|
|
<addaction name="action_configure"/>
|
|
<addaction name="action_configure_global_shortcuts"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="action_about"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>Tools</string>
|
|
</property>
|
|
<addaction name="action_cover_manager"/>
|
|
<addaction name="action_equalizer"/>
|
|
<addaction name="action_transcode"/>
|
|
</widget>
|
|
<addaction name="menuMusic"/>
|
|
<addaction name="menuPlaylist"/>
|
|
<addaction name="menuTools"/>
|
|
<addaction name="menuSettings"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<action name="action_previous_track">
|
|
<property name="text">
|
|
<string>Previous track</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_play_pause">
|
|
<property name="text">
|
|
<string>Play</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_stop">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_next_track">
|
|
<property name="text">
|
|
<string>Next track</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_quit">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_stop_after_this_track">
|
|
<property name="text">
|
|
<string>Stop after this track</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_love">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../data/data.qrc">
|
|
<normaloff>:/last.fm/love.png</normaloff>:/last.fm/love.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Love</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_ban">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../data/data.qrc">
|
|
<normaloff>:/last.fm/ban.png</normaloff>:/last.fm/ban.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ban</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_clear_playlist">
|
|
<property name="text">
|
|
<string>Clear playlist</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Clear playlist</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edit_track">
|
|
<property name="text">
|
|
<string>Edit track information...</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_configure">
|
|
<property name="text">
|
|
<string>Configure Clementine...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_about">
|
|
<property name="text">
|
|
<string>About Clementine...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_shuffle">
|
|
<property name="text">
|
|
<string>Shuffle playlist</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_add_file">
|
|
<property name="text">
|
|
<string>Add file...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_add_stream">
|
|
<property name="text">
|
|
<string>Add stream...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_open_media">
|
|
<property name="text">
|
|
<string>Open media...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_cover_manager">
|
|
<property name="text">
|
|
<string>Cover Manager</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>
|
|
<action name="action_transcode">
|
|
<property name="text">
|
|
<string>Transcode Music</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_add_folder">
|
|
<property name="text">
|
|
<string>Add folder...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_configure_global_shortcuts">
|
|
<property name="text">
|
|
<string>Configure global shortcuts...</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>
|
|
</action>
|
|
<action name="action_save_playlist">
|
|
<property name="text">
|
|
<string>Save playlist...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_load_playlist">
|
|
<property name="text">
|
|
<string>Load playlist...</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Amarok::VolumeSlider</class>
|
|
<extends>QSlider</extends>
|
|
<header>widgets/sliderwidget.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>LibraryView</class>
|
|
<extends>QTreeView</extends>
|
|
<header>library/libraryview.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>FileView</class>
|
|
<extends>QWidget</extends>
|
|
<header>widgets/fileview.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>AnalyzerContainer</class>
|
|
<extends>QWidget</extends>
|
|
<header>analyzers/analyzercontainer.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>LibraryFilterWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>library/libraryfilterwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>RadioViewContainer</class>
|
|
<extends>QWidget</extends>
|
|
<header>radio/radioviewcontainer.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>PlaylistContainer</class>
|
|
<extends>QWidget</extends>
|
|
<header>playlist/playlistcontainer.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../../data/data.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|