2019-06-17 23:54:24 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SubsonicSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="SubsonicSettingsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-07-13 00:57:50 +02:00
|
|
|
<width>460</width>
|
|
|
|
<height>500</height>
|
2019-06-17 23:54:24 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Subsonic</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="layout_subsonicsettingspage">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="server_group">
|
|
|
|
<property name="title">
|
2019-06-18 01:22:03 +02:00
|
|
|
<string>Server URL</string>
|
2019-06-17 23:54:24 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layout_server">
|
|
|
|
<item>
|
2019-06-22 08:38:50 +02:00
|
|
|
<widget class="QLineEdit" name="server_url"/>
|
2019-06-17 23:54:24 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer_server">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="credential_group">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Authentication</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="layout_credential_group">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_username">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="username"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_password">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="button_test">
|
|
|
|
<property name="text">
|
|
|
|
<string>Test</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupbox_preferences">
|
|
|
|
<property name="title">
|
|
|
|
<string>Preferences</string>
|
|
|
|
</property>
|
2020-05-25 23:56:54 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2019-06-22 08:38:50 +02:00
|
|
|
<widget class="QCheckBox" name="checkbox_verify_certificate">
|
|
|
|
<property name="text">
|
|
|
|
<string>Verify server certificate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-25 23:56:54 +02:00
|
|
|
<item>
|
2019-07-01 01:01:30 +02:00
|
|
|
<widget class="QCheckBox" name="checkbox_download_album_covers">
|
2019-06-22 08:38:50 +02:00
|
|
|
<property name="text">
|
2019-07-01 01:01:30 +02:00
|
|
|
<string>Download album covers</string>
|
2019-06-22 08:38:50 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-23 17:55:12 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_server_scrobbling">
|
|
|
|
<property name="text">
|
|
|
|
<string>Server-side scrobbling</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-22 08:38:50 +02:00
|
|
|
</layout>
|
2019-06-17 23:54:24 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer_middle">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>30</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layout_bottom">
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer_bottom">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_subsonic">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../../data/icons.qrc">:/icons/64x64/subsonic.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2020-02-08 00:01:12 +01:00
|
|
|
<tabstop>enable</tabstop>
|
|
|
|
<tabstop>server_url</tabstop>
|
2019-06-17 23:54:24 +02:00
|
|
|
<tabstop>username</tabstop>
|
|
|
|
<tabstop>password</tabstop>
|
2020-02-08 00:01:12 +01:00
|
|
|
<tabstop>button_test</tabstop>
|
|
|
|
<tabstop>checkbox_verify_certificate</tabstop>
|
|
|
|
<tabstop>checkbox_download_album_covers</tabstop>
|
2019-06-17 23:54:24 +02:00
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
<include location="../../data/icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|