Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.6 KiB
112 lines
2.6 KiB
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
18 years ago
|
<class>bandwidth_dlg</class>
|
||
15 years ago
|
<widget class="QDialog" name="bandwidth_dlg">
|
||
|
<property name="geometry">
|
||
18 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
15 years ago
|
<width>338</width>
|
||
|
<height>83</height>
|
||
18 years ago
|
</rect>
|
||
|
</property>
|
||
15 years ago
|
<property name="windowTitle">
|
||
|
<string notr="true">Bandwidth allocation</string>
|
||
18 years ago
|
</property>
|
||
15 years ago
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
18 years ago
|
<item>
|
||
15 years ago
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
18 years ago
|
<item>
|
||
15 years ago
|
<widget class="QSlider" name="bandwidthSlider">
|
||
|
<property name="minimum">
|
||
|
<number>0</number>
|
||
18 years ago
|
</property>
|
||
15 years ago
|
<property name="maximum">
|
||
|
<number>1000</number>
|
||
18 years ago
|
</property>
|
||
15 years ago
|
<property name="sliderPosition">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
18 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<layout class="QHBoxLayout">
|
||
|
<property name="spacing">
|
||
|
<number>6</number>
|
||
18 years ago
|
</property>
|
||
15 years ago
|
<property name="margin">
|
||
|
<number>0</number>
|
||
18 years ago
|
</property>
|
||
15 years ago
|
<item>
|
||
|
<widget class="QLabel" name="limit_lbl">
|
||
|
<property name="text">
|
||
|
<string notr="true">∞</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="kb_lbl">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
18 years ago
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="orientation">
|
||
18 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
15 years ago
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
18 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
15 years ago
|
<zorder>bandwidthSlider</zorder>
|
||
|
<zorder>buttonBox</zorder>
|
||
|
<zorder>kb_lbl</zorder>
|
||
18 years ago
|
</widget>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>rejected()</signal>
|
||
|
<receiver>bandwidth_dlg</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
15 years ago
|
<hint type="sourcelabel">
|
||
|
<x>221</x>
|
||
|
<y>73</y>
|
||
18 years ago
|
</hint>
|
||
15 years ago
|
<hint type="destinationlabel">
|
||
18 years ago
|
<x>221</x>
|
||
15 years ago
|
<y>82</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>accepted()</signal>
|
||
|
<receiver>bandwidth_dlg</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>277</x>
|
||
|
<y>59</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>343</x>
|
||
|
<y>80</y>
|
||
18 years ago
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|