Fix missing icons and rework some UI stuff

This commit is contained in:
Jonas Kvinge
2018-08-09 21:04:30 +02:00
parent 4ca99dde43
commit 57f6f40e7d
37 changed files with 470 additions and 154 deletions

View File

@@ -23,7 +23,7 @@
<item>
<widget class="QRadioButton" name="use_system_color_set">
<property name="text">
<string>Use the system default color set</string>
<string>&amp;Use the system default color set</string>
</property>
</widget>
</item>
@@ -35,7 +35,7 @@
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="horizontalLayout_1">
<item>
<widget class="QLabel" name="select_foreground_color_label">
<property name="enabled">
@@ -94,7 +94,7 @@
<item>
<widget class="QRadioButton" name="use_default_background">
<property name="text">
<string>Default background image</string>
<string>Default bac&amp;kground image</string>
</property>
</widget>
</item>
@@ -104,14 +104,14 @@
<string>The album cover of the currently playing song</string>
</property>
<property name="text">
<string>Album cover</string>
<string>Albu&amp;m cover</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="use_no_background">
<property name="text">
<string>No background image</string>
<string>&amp;No background image</string>
</property>
</widget>
</item>

View File

@@ -111,7 +111,7 @@ If there are no matches then it will use the largest image in the directory.</st
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<widget class="QGroupBox" name="groupBox_1">
<property name="title">
<string>Display options</string>
</property>

View File

@@ -17,7 +17,7 @@
<item>
<widget class="QRadioButton" name="proxy_system">
<property name="text">
<string>Use the system proxy settings</string>
<string>&amp;Use the system proxy settings</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -34,7 +34,7 @@
<item>
<widget class="QRadioButton" name="proxy_manual">
<property name="text">
<string>Manual proxy configuration</string>
<string>&amp;Manual proxy configuration</string>
</property>
</widget>
</item>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>526</width>
<height>642</height>
<height>668</height>
</rect>
</property>
<property name="windowTitle">
@@ -37,7 +37,7 @@
<item>
<widget class="QRadioButton" name="notifications_native">
<property name="text">
<string>Show a native desktop notification</string>
<string>Show a &amp;native desktop notification</string>
</property>
</widget>
</item>
@@ -51,7 +51,7 @@
<item>
<widget class="QRadioButton" name="notifications_tray">
<property name="text">
<string>Show a popup from the system tray</string>
<string>Show a popup fro&amp;m the system tray</string>
</property>
</widget>
</item>
@@ -67,7 +67,16 @@
<item>
<widget class="QWidget" name="notifications_options" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -152,7 +161,16 @@
<number>0</number>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>

View File

@@ -22,14 +22,14 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_greyoutdeleted">
<property name="text">
<string>Grey out non existent songs in my playlists</string>
</property>
</widget>
<widget class="QCheckBox" name="checkbox_greyoutdeleted">
<property name="text">
<string>Grey out non existent songs in my playlists</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_8">
<widget class="QGroupBox" name="groupBox_1">
<property name="title">
<string>Using the menu to add a song will...</string>
</property>
@@ -170,7 +170,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_9">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>When saving a playlist, file paths should be</string>
</property>
@@ -178,7 +178,7 @@
<item>
<widget class="QRadioButton" name="radiobutton_automaticpath">
<property name="text">
<string>Automatic</string>
<string>Auto&amp;matic</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -195,19 +195,19 @@
<item>
<widget class="QRadioButton" name="radiobutton_relativepath">
<property name="text">
<string>Relative</string>
<string>Relati&amp;ve</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radiobutton_askpath">
<property name="text">
<string>Ask when saving</string>
<string>As&amp;k when saving</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_7">
<spacer name="verticalSpacer_1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>

View File

@@ -55,7 +55,7 @@
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<layout class="QVBoxLayout" name="verticalLayout_1">
<item>
<widget class="QLabel" name="title"/>
</item>
@@ -74,7 +74,7 @@
</widget>
</item>
<item>
<widget class="Line" name="line">
<widget class="Line" name="line_1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>

View File

@@ -21,7 +21,16 @@
<item>
<widget class="QWidget" name="gnome_container" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -53,7 +62,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>

View File

@@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_18">
<widget class="QLabel" name="label_1">
<property name="text">
<string>These settings are used in the &quot;Transcode Music&quot; dialog, and when converting music before copying it to a device.</string>
</property>
@@ -29,7 +29,7 @@
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<widget class="QWidget" name="tab_1">
<attribute name="title">
<string>MP3</string>
</attribute>
@@ -37,7 +37,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -53,7 +62,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -69,7 +87,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -85,7 +112,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -101,7 +137,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -117,7 +162,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -133,7 +187,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>