2023-01-22 14:33:23 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Configuration</class>
|
|
|
|
<widget class="QDialog" name="Configuration">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-02-10 21:32:20 +01:00
|
|
|
<width>491</width>
|
|
|
|
<height>196</height>
|
2023-01-22 14:33:23 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-01-27 18:14:50 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
</property>
|
2023-01-22 14:33:23 +01:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Configuration</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="gridLayoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>9</x>
|
|
|
|
<y>9</y>
|
2023-02-10 21:32:20 +01:00
|
|
|
<width>464</width>
|
|
|
|
<height>109</height>
|
2023-01-22 14:33:23 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2023-01-27 18:14:50 +01:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
2023-01-22 14:33:23 +01:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="UnitCombobox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2023-01-23 10:04:54 +01:00
|
|
|
<string extracomment="Unit of bandwidth">Select th unit of bandwidth limit in Bytes, KiloBytes, MegaBytes, GigaBytes or PetaBytes</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTipDuration">
|
|
|
|
<number>5000</number>
|
2023-01-22 14:33:23 +01:00
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="maxCount">
|
|
|
|
<number>1024</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-02-10 21:32:20 +01:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinBox">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enter the bandwidth limit (0 to 1024)</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTipDuration">
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1024</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-01-27 18:14:50 +01:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="maxCount">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Icon only</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Text only</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Text beside icon</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Text under icon</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2023-02-10 21:32:20 +01:00
|
|
|
<string>Text follow style</string>
|
2023-01-27 18:14:50 +01:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-02-10 21:32:20 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label1">
|
|
|
|
<property name="text">
|
|
|
|
<string extracomment="Bandwidth limit">Bandwidth limit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Toolbar view</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-01-22 14:33:23 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-02-10 21:32:20 +01:00
|
|
|
<x>150</x>
|
|
|
|
<y>160</y>
|
2023-01-22 14:33:23 +01:00
|
|
|
<width>321</width>
|
|
|
|
<height>34</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2023-01-27 18:14:50 +01:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2023-01-22 14:33:23 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2023-02-10 21:32:20 +01:00
|
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>120</y>
|
|
|
|
<width>461</width>
|
|
|
|
<height>31</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autosaveCheckbox">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Automatic saving of download queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTipDuration">
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto save download queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2023-01-22 14:33:23 +01:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
2023-01-28 15:41:48 +01:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Configuration</receiver>
|
|
|
|
<slot>hide()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>220</x>
|
|
|
|
<y>126</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>199</x>
|
|
|
|
<y>81</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2023-01-22 14:33:23 +01:00
|
|
|
</ui>
|