##// 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
manualproxycfg_gui.ui
109 lines | 2.8 KiB | text/plain | TextLexer
/ src / Core / Widgets / manualproxycfg_gui.ui
Better proxy support Wip....
r15 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ManualProxyCFG_GUI</class>
<widget class="QWidget" name="ManualProxyCFG_GUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>423</width>
<height>207</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>HTTP proxy</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="httpHost"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>HTTPS proxy</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="httpsHost"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>FTP proxy</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="ftpHost"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>SOCKS proxy</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="socksHost"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Ignore hosts</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="httpPort">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="inputMask">
<string>000000</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="httpsPort">
<property name="inputMask">
<string>000000</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="ftpPort">
<property name="inputMask">
<string>000000</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="socksPort">
<property name="inputMask">
<string>000000</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLineEdit" name="IgnoreHosts">
<property name="text">
<string>localhost, 127.0.0.0/8, ::1</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>