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.
97 lines
2.2 KiB
97 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>bandwidth_dlg</class> |
|
<widget class="QDialog" name="bandwidth_dlg"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>338</width> |
|
<height>83</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string notr="true">Bandwidth allocation</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
<item> |
|
<widget class="QSlider" name="bandwidthSlider"> |
|
<property name="minimum"> |
|
<number>0</number> |
|
</property> |
|
<property name="maximum"> |
|
<number>1000</number> |
|
</property> |
|
<property name="sliderPosition"> |
|
<number>0</number> |
|
</property> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QSpinBox" name="spinBandwidth"> |
|
<property name="suffix"> |
|
<string/> |
|
</property> |
|
<property name="maximum"> |
|
<number>10000</number> |
|
</property> |
|
<property name="value"> |
|
<number>0</number> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="standardButtons"> |
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections> |
|
<connection> |
|
<sender>buttonBox</sender> |
|
<signal>rejected()</signal> |
|
<receiver>bandwidth_dlg</receiver> |
|
<slot>reject()</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>221</x> |
|
<y>73</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>221</x> |
|
<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> |
|
</hint> |
|
</hints> |
|
</connection> |
|
</connections> |
|
</ui>
|
|
|