summaryrefslogtreecommitdiffstats
path: root/qtspotify.ui
diff options
context:
space:
mode:
Diffstat (limited to 'qtspotify.ui')
-rw-r--r--qtspotify.ui236
1 files changed, 236 insertions, 0 deletions
diff --git a/qtspotify.ui b/qtspotify.ui
new file mode 100644
index 0000000..6f665b0
--- /dev/null
+++ b/qtspotify.ui
@@ -0,0 +1,236 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>QtSpotifyMain</class>
+ <widget class="QMainWindow" name="QtSpotifyMain">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>340</width>
+ <height>680</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Qt Despotify Client</string>
+ </property>
+ <widget class="QWidget" name="centralwidget">
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="artistLabel">
+ <property name="toolTip">
+ <string>Currently playing artist</string>
+ </property>
+ <property name="text">
+ <string>Artist</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLabel" name="songLabel">
+ <property name="toolTip">
+ <string>Currently playing song</string>
+ </property>
+ <property name="text">
+ <string>Song</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2">
+ <widget class="QLabel" name="albumLabel">
+ <property name="toolTip">
+ <string>Currently playing album</string>
+ </property>
+ <property name="text">
+ <string>Album</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="3">
+ <widget class="QTreeWidget" name="playList">
+ <column>
+ <property name="text">
+ <string>Artist</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>Song</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>Album</string>
+ </property>
+ </column>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="3">
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Search:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="searchComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Select playlist or enter search term</string>
+ </property>
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menubar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>340</width>
+ <height>24</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menu_File">
+ <property name="title">
+ <string>&amp;File</string>
+ </property>
+ <addaction name="actionLogIn"/>
+ <addaction name="actionDebuggingOutput"/>
+ <addaction name="separator"/>
+ <addaction name="actionExit"/>
+ </widget>
+ <widget class="QMenu" name="menuPlaylist">
+ <property name="title">
+ <string>&amp;Playlist</string>
+ </property>
+ <addaction name="actionSearch"/>
+ <addaction name="actionRetrieveStoredPlaylists"/>
+ </widget>
+ <widget class="QMenu" name="menuPlayback">
+ <property name="title">
+ <string>Playback</string>
+ </property>
+ <addaction name="actionPlayOrStop"/>
+ <addaction name="actionPauseOrResume"/>
+ </widget>
+ <addaction name="menu_File"/>
+ <addaction name="menuPlaylist"/>
+ <addaction name="menuPlayback"/>
+ </widget>
+ <widget class="QStatusBar" name="statusbar"/>
+ <action name="actionLogIn">
+ <property name="text">
+ <string>&amp;Log in...</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+L</string>
+ </property>
+ </action>
+ <action name="actionExit">
+ <property name="text">
+ <string>E&amp;xit</string>
+ </property>
+ <property name="shortcut">
+ <string>Alt+X, Ctrl+Q</string>
+ </property>
+ </action>
+ <action name="actionSearch">
+ <property name="text">
+ <string>Search</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+S</string>
+ </property>
+ </action>
+ <action name="actionLogOut">
+ <property name="text">
+ <string>Log &amp;out</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+X</string>
+ </property>
+ </action>
+ <action name="actionPlayOrStop">
+ <property name="text">
+ <string>&amp;Play / stop</string>
+ </property>
+ <property name="shortcut">
+ <string>Backspace</string>
+ </property>
+ </action>
+ <action name="actionPauseOrResume">
+ <property name="text">
+ <string>P&amp;ause / resume</string>
+ </property>
+ <property name="shortcut">
+ <string>Space</string>
+ </property>
+ </action>
+ <action name="actionRetrieveStoredPlaylists">
+ <property name="text">
+ <string>&amp;Retrieve stored playlists</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+R</string>
+ </property>
+ </action>
+ <action name="actionDebuggingOutput">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Debugging output</string>
+ </property>
+ </action>
+ </widget>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>actionExit</sender>
+ <signal>triggered()</signal>
+ <receiver>QtSpotifyMain</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>399</x>
+ <y>299</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionSearch</sender>
+ <signal>triggered()</signal>
+ <receiver>searchComboBox</receiver>
+ <slot>setFocus()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>195</x>
+ <y>641</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>