##// END OF EJS Templates
Better proxy support Wip....
Better proxy support Wip. Started centralised settings engine with GUI. Added QLopGUI engine to interact with QLop main window.

File last commit:

r15:b90d69939be9 default
r15:b90d69939be9 default
Show More
filedowloadersettingsgui.ui
74 lines | 1.8 KiB | text/plain | TextLexer
/ src / Core / Widgets / filedowloadersettingsgui.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileDowloaderSettingsGUI</class>
<widget class="QWidget" name="FileDowloaderSettingsGUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>318</width>
<height>128</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Default destination path</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Proxy server</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Method</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>none</string>
</property>
</item>
<item>
<property name="text">
<string>system</string>
</property>
</item>
<item>
<property name="text">
<string>manual</string>
</property>
</item>
<item>
<property name="text">
<string>automatic</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>