385 lines
11 KiB
XML
385 lines
11 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>1152</width>
|
|
<height>894</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string/>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="10,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hLayoutHead" stretch="1,4,6">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="vlayoutAlbumArt">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
</property>
|
|
<item>
|
|
<widget class="AlbumArtGraphicsView" name="albumGraphicsView">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>200</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
</property>
|
|
<property name="interactive">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="resizeAnchor">
|
|
<enum>QGraphicsView::AnchorViewCenter</enum>
|
|
</property>
|
|
<property name="viewportUpdateMode">
|
|
<enum>QGraphicsView::FullViewportUpdate</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="vLayoutSongDetails">
|
|
<item>
|
|
<widget class="QLabel" name="artistLabel">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>24</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>artist</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="titleLabel">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>song title</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="albumLabel">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<weight>50</weight>
|
|
<italic>true</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>album</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="vLayoutPlaybackVisuals">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QSlider" name="playbackSlider">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="startTimeLabel">
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="slashLabel">
|
|
<property name="text">
|
|
<string>/</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="endTimeLabel">
|
|
<property name="text">
|
|
<string>00:00</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="PlotWidget" name="PlotWidget" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hLayoutMusicTable" stretch="2,10">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="PlaylistsPane" name="playlistTreeView"/>
|
|
</item>
|
|
<item>
|
|
<widget class="MusicTable" name="tableView">
|
|
<property name="acceptDrops">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::EditKeyPressed</set>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hLayoutControls">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="previousButton">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>28</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>⏮️</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="playButton">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>28</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>▶️</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="nextButton">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>28</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>⏭️</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hLayoutControls2">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSlider" name="volumeSlider">
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>50</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1152</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionOpenFiles"/>
|
|
<addaction name="actionNewPlaylist"/>
|
|
<addaction name="actionExportPlaylist"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>Edit</string>
|
|
</property>
|
|
<addaction name="actionPreferences"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>View</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menuQuick_Actions">
|
|
<property name="title">
|
|
<string>Quick-Actions</string>
|
|
</property>
|
|
<addaction name="actionScanLibraries"/>
|
|
<addaction name="actionDeleteLibrary"/>
|
|
<addaction name="actionDeleteDatabase"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuQuick_Actions"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionPreferences">
|
|
<property name="text">
|
|
<string>Preferences</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Open preferences</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionScanLibraries">
|
|
<property name="text">
|
|
<string>Scan libraries</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeleteLibrary">
|
|
<property name="text">
|
|
<string>Delete Library</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenFiles">
|
|
<property name="text">
|
|
<string>Open file(s)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeleteDatabase">
|
|
<property name="text">
|
|
<string>Delete Database</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNewPlaylist">
|
|
<property name="text">
|
|
<string>New playlist</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExportPlaylist">
|
|
<property name="text">
|
|
<string>Export playlist</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>PlotWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>pyqtgraph</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>MusicTable</class>
|
|
<extends>QTableView</extends>
|
|
<header>components</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>AlbumArtGraphicsView</class>
|
|
<extends>QGraphicsView</extends>
|
|
<header>components</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>PlaylistsPane</class>
|
|
<extends>QTreeView</extends>
|
|
<header>components</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|