aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui172
1 files changed, 164 insertions, 8 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui b/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
index 6cd3ca14..e00d3c90 100644
--- a/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
+++ b/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>MainWindow</string>
+ <string>Media Player</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
@@ -40,20 +40,39 @@
<number>1</number>
</property>
<item>
- <widget class="QRadioButton" name="radio_local">
+ <widget class="QToolButton" name="radio_local">
<property name="text">
<string>Local Files</string>
</property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
<property name="checked">
+ <bool>false</bool>
+ </property>
+ <property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <widget class="QRadioButton" name="radio_pandora">
+ <widget class="QToolButton" name="radio_pandora">
<property name="text">
<string>Pandora Radio</string>
</property>
+ <property name="icon">
+ <iconset resource="extra/resources.qrc">
+ <normaloff>:/pandora</normaloff>:/pandora</iconset>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="toolButtonStyle">
+ <enum>Qt::ToolButtonTextBesideIcon</enum>
+ </property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
</widget>
</item>
</layout>
@@ -83,6 +102,21 @@
<string>Current Song</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
+ <property name="spacing">
+ <number>1</number>
+ </property>
+ <property name="leftMargin">
+ <number>2</number>
+ </property>
+ <property name="topMargin">
+ <number>2</number>
+ </property>
+ <property name="rightMargin">
+ <number>2</number>
+ </property>
+ <property name="bottomMargin">
+ <number>2</number>
+ </property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
@@ -103,9 +137,15 @@
<property name="text">
<string>TITLE</string>
</property>
+ <property name="scaledContents">
+ <bool>false</bool>
+ </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
@@ -113,9 +153,17 @@
</item>
<item>
<widget class="QLabel" name="label_pandora_artist">
+ <property name="font">
+ <font>
+ <italic>true</italic>
+ </font>
+ </property>
<property name="text">
<string>ARTIST</string>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
@@ -123,6 +171,9 @@
<property name="text">
<string>ALBUM</string>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
@@ -138,9 +189,19 @@
</layout>
</item>
<item>
+ <widget class="Line" name="line_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QToolButton" name="tool_pandora_love">
+ <property name="statusTip">
+ <string>Love this song</string>
+ </property>
<property name="text">
<string notr="true">love</string>
</property>
@@ -154,6 +215,9 @@
</item>
<item>
<widget class="QToolButton" name="tool_pandora_tired">
+ <property name="statusTip">
+ <string>Tired of this song (will not play for a month)</string>
+ </property>
<property name="text">
<string notr="true">tired</string>
</property>
@@ -164,6 +228,9 @@
</item>
<item>
<widget class="QToolButton" name="tool_pandora_ban">
+ <property name="statusTip">
+ <string>Ban this song (will never play again)</string>
+ </property>
<property name="text">
<string notr="true">ban</string>
</property>
@@ -181,9 +248,15 @@
</item>
<item>
<widget class="QToolButton" name="tool_pandora_info">
+ <property name="statusTip">
+ <string>View details about song (launches web browser)</string>
+ </property>
<property name="text">
<string notr="true">info</string>
</property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
</widget>
</item>
</layout>
@@ -216,6 +289,35 @@
<item>
<widget class="QComboBox" name="combo_pandora_station"/>
</item>
+ <item>
+ <widget class="QToolButton" name="tool_pandora_stationrm">
+ <property name="statusTip">
+ <string>Delete current station</string>
+ </property>
+ <property name="text">
+ <string>rm</string>
+ </property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="tool_pandora_stationadd">
+ <property name="statusTip">
+ <string>Create new station</string>
+ </property>
+ <property name="text">
+ <string>add</string>
+ </property>
+ <property name="popupMode">
+ <enum>QToolButton::InstantPopup</enum>
+ </property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
</layout>
@@ -258,6 +360,25 @@
</property>
</widget>
</item>
+ <item row="2" column="1">
+ <widget class="QLabel" name="label_7">
+ <property name="font">
+ <font>
+ <pointsize>8</pointsize>
+ <italic>true</italic>
+ </font>
+ </property>
+ <property name="text">
+ <string>&lt;a href=https://www.pandora.com/account/register&gt;Need an account?&lt;/a&gt;</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -365,11 +486,17 @@
<string>File</string>
</property>
<addaction name="separator"/>
- <addaction name="actionClose_to_tray_when_running"/>
- <addaction name="separator"/>
<addaction name="actionClose"/>
</widget>
+ <widget class="QMenu" name="menuView">
+ <property name="title">
+ <string>View</string>
+ </property>
+ <addaction name="action_closeToTray"/>
+ <addaction name="action_showNotifications"/>
+ </widget>
<addaction name="menuFile"/>
+ <addaction name="menuView"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
@@ -436,7 +563,7 @@
</action>
<action name="actionClose">
<property name="text">
- <string>Close</string>
+ <string>Close Application</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
@@ -445,7 +572,7 @@
<enum>Qt::ApplicationShortcut</enum>
</property>
</action>
- <action name="actionClose_to_tray_when_running">
+ <action name="action_closeToTray">
<property name="checkable">
<bool>true</bool>
</property>
@@ -456,7 +583,36 @@
<string>Close to tray when active</string>
</property>
</action>
+ <action name="action_pandora_newstation_artist">
+ <property name="text">
+ <string>From current artist</string>
+ </property>
+ <property name="statusTip">
+ <string>Create station from current artist</string>
+ </property>
+ </action>
+ <action name="action_pandora_newstation_song">
+ <property name="text">
+ <string>From current song</string>
+ </property>
+ <property name="statusTip">
+ <string>Create station from current song</string>
+ </property>
+ </action>
+ <action name="action_showNotifications">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Show song notifications</string>
+ </property>
+ </action>
</widget>
- <resources/>
+ <resources>
+ <include location="extra/resources.qrc"/>
+ </resources>
<connections/>
</ui>
bgstack15