summaryrefslogtreecommitdiff
path: root/src/prefnetwork.ui
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-04-08 10:03:05 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-04-08 10:03:05 +0200
commit1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (patch)
tree7efa117e122fbe21eb6a832540007aeeef377fcb /src/prefnetwork.ui
parentba0162e8cb8a12c90ef9775f5a20a6da095a0b35 (diff)
Imported Upstream version 16.4.0~ds0
Diffstat (limited to 'src/prefnetwork.ui')
-rw-r--r--src/prefnetwork.ui74
1 files changed, 40 insertions, 34 deletions
diff --git a/src/prefnetwork.ui b/src/prefnetwork.ui
index 37cb605..7e21ae7 100644
--- a/src/prefnetwork.ui
+++ b/src/prefnetwork.ui
@@ -21,20 +21,50 @@
</property>
<widget class="QWidget" name="youtube_page">
<attribute name="title">
- <string>&amp;Youtube (and other sites)</string>
+ <string>&amp;YouTube (and other sites)</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
- <widget class="QCheckBox" name="yt_support_check">
- <property name="text">
- <string>&amp;Enable Youtube internal support</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Support for &amp;video sites:</string>
+ </property>
+ <property name="buddy">
+ <cstring>streaming_type_combo</cstring>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="streaming_type_combo">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <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>
<item>
- <widget class="QWidget" name="youtube_widget" native="true">
- <property name="enabled">
- <bool>false</bool>
+ <widget class="QGroupBox" name="youtube_box">
+ <property name="title">
+ <string>Options for YouTube</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
@@ -88,13 +118,6 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="streaming_check">
- <property name="text">
- <string>Enable &amp;MPV's support for streaming sites</string>
- </property>
- </widget>
- </item>
- <item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -240,10 +263,9 @@
</widget>
<tabstops>
<tabstop>tab_widget</tabstop>
- <tabstop>yt_support_check</tabstop>
+ <tabstop>streaming_type_combo</tabstop>
<tabstop>yt_quality_combo</tabstop>
<tabstop>yt_user_agent_edit</tabstop>
- <tabstop>streaming_check</tabstop>
<tabstop>use_proxy_check</tabstop>
<tabstop>proxy_hostname_edit</tabstop>
<tabstop>proxy_port_spin</tabstop>
@@ -269,21 +291,5 @@
</hint>
</hints>
</connection>
- <connection>
- <sender>yt_support_check</sender>
- <signal>toggled(bool)</signal>
- <receiver>youtube_widget</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>239</x>
- <y>50</y>
- </hint>
- <hint type="destinationlabel">
- <x>239</x>
- <y>108</y>
- </hint>
- </hints>
- </connection>
</connections>
</ui>