935 lines
27 KiB
XML
935 lines
27 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>1280</width>
|
|
<height>857</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Music Muster</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/musicmuster</normaloff>:/icons/musicmuster</iconset>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
<item row="0" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="previous_track_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>230</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #f8d7da;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Last track:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="current_track_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>230</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #d4edda;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Current track:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="next_track_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>230</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #fff3cd;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Next track:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="hdrPreviousTrack">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>16</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #f8d7da;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="hdrCurrentTrack">
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #d4edda;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="hdrNextTrack">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>39</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>39</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Sans</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #fff3cd;
|
|
border: 1px solid rgb(85, 87, 83);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_2">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>230</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="lblTOD">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>208</width>
|
|
<height>109</height>
|
|
</size>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>35</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>00:00:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QFrame" name="frame_5">
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="btnDrop3db">
|
|
<property name="text">
|
|
<string>-3dB to talk</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_3">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>69</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnStop">
|
|
<property name="text">
|
|
<string>Stop</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/stopsign</normaloff>:/icons/stopsign</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>30</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnFade">
|
|
<property name="text">
|
|
<string>Fade</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/fade</normaloff>:/icons/fade</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>30</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spnVolume">
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QTabWidget" name="tabPlaylist">
|
|
<property name="currentIndex">
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="documentMode">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabsClosable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_x">
|
|
<property name="text">
|
|
<string>Track length:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="label_track_length">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0:00</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="text">
|
|
<string>Fade length:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="label_fade_length">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0:00</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Silence length:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLabel" name="label_silence_length">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0:00</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_elapsed">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Elapsed time</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_elapsed_timer">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>40</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_fade">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string>Fade</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_fade_timer">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>40</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_silent">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="text">
|
|
<string>Silent</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_silent_timer">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>40</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_end">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="text">
|
|
<string>End</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_end_timer">
|
|
<property name="font">
|
|
<font>
|
|
<family>FreeSans</family>
|
|
<pointsize>40</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1280</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>Fi&le</string>
|
|
</property>
|
|
<addaction name="actionImport"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionE_xit"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuPlaylist">
|
|
<property name="title">
|
|
<string>Pla&ylist</string>
|
|
</property>
|
|
<addaction name="actionNewPlaylist"/>
|
|
<addaction name="actionOpenPlaylist"/>
|
|
<addaction name="actionClosePlaylist"/>
|
|
<addaction name="actionRenamePlaylist"/>
|
|
<addaction name="actionDeletePlaylist"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSearch_database"/>
|
|
<addaction name="actionAdd_note"/>
|
|
<addaction name="action_Clear_selection"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSetNext"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSelect_unplayed_tracks"/>
|
|
<addaction name="actionSelect_played_tracks"/>
|
|
<addaction name="actionMoveSelected"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionDownload_CSV_of_played_tracks"/>
|
|
<addaction name="actionExport_playlist"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSelect_next_track"/>
|
|
<addaction name="actionSelect_previous_track"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSearch"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Music">
|
|
<property name="title">
|
|
<string>&Music</string>
|
|
</property>
|
|
<addaction name="actionPlay_next"/>
|
|
<addaction name="actionSkip_next"/>
|
|
<addaction name="actionFade"/>
|
|
<addaction name="actionStop"/>
|
|
<addaction name="action_Resume_previous"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEnable_controls"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuPlaylist"/>
|
|
<addaction name="menu_Music"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(211, 215, 207);</string>
|
|
</property>
|
|
</widget>
|
|
<action name="actionPlay_next">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../../../.designer/backup/icon-play.png</normaloff>../../../../.designer/backup/icon-play.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Play next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Return</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSkip_next">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/next</normaloff>:/icons/next</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Skip to &next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Alt+Return</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearch_database">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../../../.designer/backup/icon_search_database.png</normaloff>../../../../.designer/backup/icon_search_database.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Search &database</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+D</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_file">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../../../.designer/backup/icon_open_file.png</normaloff>../../../../.designer/backup/icon_open_file.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add &file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFade">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../../../.designer/backup/icon-fade.png</normaloff>../../../../.designer/backup/icon-fade.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>F&ade</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStop">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/stop</normaloff>:/icons/stop</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>S&top</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Clear_selection">
|
|
<property name="text">
|
|
<string>Clear &selection</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Esc</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Resume_previous">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/previous</normaloff>:/icons/previous</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Resume previous</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionE_xit">
|
|
<property name="text">
|
|
<string>E&xit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTest">
|
|
<property name="text">
|
|
<string>&Test</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenPlaylist">
|
|
<property name="text">
|
|
<string>O&pen...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNewPlaylist">
|
|
<property name="text">
|
|
<string>&New...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTestFunction">
|
|
<property name="text">
|
|
<string>&Test function</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSkipToFade">
|
|
<property name="text">
|
|
<string>&Skip to start of fade</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSkipToEnd">
|
|
<property name="text">
|
|
<string>Skip to &end of track</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClosePlaylist">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRenamePlaylist">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Rename...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeletePlaylist">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dele&te...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMoveSelected">
|
|
<property name="text">
|
|
<string>Mo&ve selected tracks to...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_playlist">
|
|
<property name="text">
|
|
<string>E&xport playlist...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSetNext">
|
|
<property name="text">
|
|
<string>Set &next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_next_track">
|
|
<property name="text">
|
|
<string>Select next track</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>J</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_previous_track">
|
|
<property name="text">
|
|
<string>Select previous track</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>K</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_played_tracks">
|
|
<property name="text">
|
|
<string>Select played tracks</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_unplayed_tracks">
|
|
<property name="text">
|
|
<string>Select unplayed tracks</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_note">
|
|
<property name="text">
|
|
<string>Add note...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+T</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEnable_controls">
|
|
<property name="text">
|
|
<string>Enable controls</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport">
|
|
<property name="text">
|
|
<string>Import...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDownload_CSV_of_played_tracks">
|
|
<property name="text">
|
|
<string>Download CSV of played tracks...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearch">
|
|
<property name="text">
|
|
<string>Search...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>/</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="icons.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>actionE_xit</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MainWindow</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>383</x>
|
|
<y>299</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|