Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>NetworkPage</class> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QWidget" name="NetworkPage"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
7749
285855999b4e
Configuration Dialog: optimized the display of the various configuration pages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
9 | <width>589</width> |
8580
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
10 | <height>1129</height> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
6224
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
13 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <widget class="QLabel" name="headerLabel"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="text"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <string><b>Configure Network</b></string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <widget class="Line" name="line9_3"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <property name="frameShape"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <enum>QFrame::HLine</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <property name="frameShadow"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <enum>QFrame::Sunken</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <property name="orientation"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <enum>Qt::Horizontal</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <item> |
8580
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
35 | <widget class="QGroupBox" name="groupBox_3"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
36 | <property name="title"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
37 | <string>Reachability Status</string> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
38 | </property> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
39 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
40 | <item> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
41 | <widget class="QCheckBox" name="dynamicOnlineCheckBox"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
42 | <property name="toolTip"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
43 | <string>Select to determine the Internet reachability status dynamically (assume Internet reachability if unchecked)</string> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
44 | </property> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
45 | <property name="text"> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
46 | <string>Dynamic Reachability Status Determination</string> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
47 | </property> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
48 | </widget> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
49 | </item> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
50 | </layout> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
51 | </widget> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
52 | </item> |
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
53 | <item> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
54 | <widget class="QGroupBox" name="groupBox_2"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
55 | <property name="title"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
56 | <string>Downloads</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </property> |
6224
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
58 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
59 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
60 | <layout class="QHBoxLayout" name="horizontalLayout"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
61 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
62 | <widget class="QLabel" name="label_6"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
63 | <property name="text"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
64 | <string>Download directory:</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
65 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
66 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
67 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
68 | <item> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
69 | <widget class="EricPathPicker" name="downloadDirPicker" native="true"> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
70 | <property name="sizePolicy"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
71 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
72 | <horstretch>0</horstretch> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
73 | <verstretch>0</verstretch> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
74 | </sizepolicy> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
75 | </property> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
76 | <property name="focusPolicy"> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
77 | <enum>Qt::StrongFocus</enum> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
78 | </property> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
79 | <property name="toolTip"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
80 | <string>Enter the download directory (leave empty to use the default location)</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
81 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
82 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
83 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
84 | </layout> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
85 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
86 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
87 | <widget class="QCheckBox" name="requestFilenameCheckBox"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
88 | <property name="toolTip"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
89 | <string>Select to ask the user for a download filename</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
90 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
91 | <property name="text"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
92 | <string>Request name of downloaded file</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
93 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
94 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
95 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
96 | <item> |
4852
bbc8bf477e15
Fixed a Qt 5.6 compatibility issue in the Network configuration page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4577
diff
changeset
|
97 | <widget class="QGroupBox" name="cleanupGroup"> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
98 | <property name="title"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
99 | <string>Download Manager Cleanup Policy</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
100 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
101 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
102 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
103 | <widget class="QRadioButton" name="cleanupNeverButton"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
104 | <property name="toolTip"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
105 | <string>Select to never cleanup automatically</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
106 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
107 | <property name="text"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
108 | <string>Never</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
109 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
110 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
111 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
112 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
113 | <widget class="QRadioButton" name="cleanupExitButton"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
114 | <property name="toolTip"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
115 | <string>Select to cleanup upon exiting</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
116 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
117 | <property name="text"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
118 | <string>When exiting the application</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
119 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
120 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
121 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
122 | <item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
123 | <widget class="QRadioButton" name="cleanupSuccessfulButton"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
124 | <property name="toolTip"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
125 | <string>Select to cleanup after a successful download</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
126 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
127 | <property name="text"> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
128 | <string>When download finished successfully</string> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
129 | </property> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
130 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
131 | </item> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
132 | </layout> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
133 | </widget> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
134 | </item> |
6224
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
135 | <item> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
136 | <widget class="QGroupBox" name="displayGroup"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
137 | <property name="title"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
138 | <string>Download Manager Display Policy</string> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
139 | </property> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
140 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
141 | <item> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
142 | <widget class="QCheckBox" name="openOnStartCheckBox"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
143 | <property name="toolTip"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
144 | <string>Select to open the download manager dialog when starting a download</string> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
145 | </property> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
146 | <property name="text"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
147 | <string>Open when starting download</string> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
148 | </property> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
149 | </widget> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
150 | </item> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
151 | <item> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
152 | <widget class="QCheckBox" name="closeOnFinishedCheckBox"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
153 | <property name="toolTip"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
154 | <string>Select to close the download manager dialog when the last download is finished</string> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
155 | </property> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
156 | <property name="text"> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
157 | <string>Close when downloads finished</string> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
158 | </property> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
159 | </widget> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
160 | </item> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
161 | </layout> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
162 | </widget> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
163 | </item> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
164 | </layout> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | <item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | <widget class="QGroupBox" name="proxyGroup"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | <property name="toolTip"> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | <string>Select to use a web proxy</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | <property name="title"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
173 | <string>Network Proxy</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | <property name="checkable"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
176 | <bool>false</bool> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | <property name="checked"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
179 | <bool>false</bool> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | </property> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
181 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
182 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
183 | <widget class="QRadioButton" name="noProxyButton"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
184 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
185 | <string>Select to not use a network proxy</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
186 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
187 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
188 | <string>Do not use proxy</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
189 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
190 | <property name="checked"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
191 | <bool>true</bool> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
192 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
193 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
194 | </item> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
195 | <item> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
196 | <widget class="QRadioButton" name="systemProxyButton"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
197 | <property name="toolTip"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
198 | <string>Select to use the system proxy configuration</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | </property> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
200 | <property name="text"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
201 | <string>Use system proxy configuration</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | </property> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
203 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
204 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
205 | <item> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
206 | <widget class="QRadioButton" name="manualProxyButton"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
207 | <property name="toolTip"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
208 | <string>Select to use an application specific proxy configuration</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | <property name="text"> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
211 | <string>Manual proxy configuration:</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | </property> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
213 | <property name="checked"> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
214 | <bool>false</bool> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
215 | </property> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | </item> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
218 | <item> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
219 | <widget class="QGroupBox" name="groupBox"> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
220 | <property name="enabled"> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
221 | <bool>false</bool> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
222 | </property> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
223 | <property name="title"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
224 | <string>Manual proxy settings</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | </property> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
226 | <property name="flat"> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
227 | <bool>false</bool> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | </property> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
229 | <layout class="QVBoxLayout" name="verticalLayout"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
230 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
231 | <widget class="QGroupBox" name="groupBox_6"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
232 | <property name="title"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
233 | <string>HTTP-Proxy</string> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
234 | </property> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
235 | <layout class="QGridLayout" name="gridLayout_2"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
236 | <item row="0" column="0"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
237 | <widget class="QLabel" name="label_13"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
238 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
239 | <string>Hostname:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
240 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
241 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
242 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
243 | <item row="0" column="1"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
244 | <widget class="QLineEdit" name="httpProxyHostEdit"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
245 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
246 | <string>Enter the name of the HTTP proxy host</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
247 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
248 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
249 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
250 | <item row="0" column="2"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
251 | <widget class="QLabel" name="label_2"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
252 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
253 | <string>Port:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
254 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
255 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
256 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
257 | <item row="0" column="3"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
258 | <widget class="QSpinBox" name="httpProxyPortSpin"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
259 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
260 | <string>Enter the HTTP proxy port</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
261 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
262 | <property name="alignment"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
263 | <set>Qt::AlignRight</set> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
264 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
265 | <property name="minimum"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
266 | <number>1</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
267 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
268 | <property name="maximum"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
269 | <number>65535</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
270 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
271 | <property name="value"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
272 | <number>80</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
273 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
274 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
275 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
276 | <item row="1" column="0" colspan="4"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
277 | <widget class="QCheckBox" name="httpProxyForAllCheckBox"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
278 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
279 | <string>Select to use the HTTP proxy for all</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
280 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
281 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
282 | <string>Use this proxy for all protocols</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
283 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
284 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
285 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
286 | </layout> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
287 | </widget> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
288 | </item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
289 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
290 | <widget class="QGroupBox" name="groupBox_5"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
291 | <property name="title"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
292 | <string>HTTPS-Proxy</string> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
293 | </property> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
294 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
295 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
296 | <widget class="QLabel" name="label_12"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
297 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
298 | <string>Hostname:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
299 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
300 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
301 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
302 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
303 | <widget class="QLineEdit" name="httpsProxyHostEdit"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
304 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
305 | <string>Enter the name of the HTTPS proxy host</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
306 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
307 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
308 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
309 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
310 | <widget class="QLabel" name="label_5"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
311 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
312 | <string>Port:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
313 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
314 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
315 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
316 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
317 | <widget class="QSpinBox" name="httpsProxyPortSpin"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
318 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
319 | <string>Enter the HTTPS proxy port</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
320 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
321 | <property name="alignment"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
322 | <set>Qt::AlignRight</set> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
323 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
324 | <property name="minimum"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
325 | <number>1</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
326 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
327 | <property name="maximum"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
328 | <number>65535</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
329 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
330 | <property name="value"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
331 | <number>443</number> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
332 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
333 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
334 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
335 | </layout> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
336 | </widget> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
337 | </item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
338 | <item> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
339 | <widget class="QGroupBox" name="groupBox_4"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
340 | <property name="title"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
341 | <string>FTP-Proxy</string> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
342 | </property> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
343 | <layout class="QGridLayout" name="gridLayout"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
344 | <item row="0" column="0"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
345 | <widget class="QLabel" name="label_8"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
346 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
347 | <string>Proxy Type:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
348 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
349 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
350 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
351 | <item row="0" column="1" colspan="3"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
352 | <widget class="QComboBox" name="ftpProxyTypeCombo"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
353 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
354 | <string>Select the type of the FTP proxy</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
355 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
356 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
357 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
358 | <item row="1" column="0"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
359 | <widget class="QLabel" name="label_3"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
360 | <property name="text"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
361 | <string>Hostname:</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
362 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
363 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
364 | </item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
365 | <item row="1" column="1"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
366 | <widget class="QLineEdit" name="ftpProxyHostEdit"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
367 | <property name="toolTip"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
368 | <string>Enter the name of the FTP proxy host</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
369 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
370 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
371 | </item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
372 | <item row="1" column="2"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
373 | <widget class="QLabel" name="label_7"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
374 | <property name="text"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
375 | <string>Port:</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
376 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
377 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
378 | </item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
379 | <item row="1" column="3"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
380 | <widget class="QSpinBox" name="ftpProxyPortSpin"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
381 | <property name="toolTip"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
382 | <string>Enter the FTP proxy port</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
383 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
384 | <property name="alignment"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
385 | <set>Qt::AlignRight</set> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
386 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
387 | <property name="minimum"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
388 | <number>1</number> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
389 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
390 | <property name="maximum"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
391 | <number>65535</number> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
392 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
393 | <property name="value"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
394 | <number>21</number> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
395 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
396 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
397 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
398 | <item row="2" column="0"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
399 | <widget class="QLabel" name="label_9"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
400 | <property name="text"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
401 | <string>User Name:</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
402 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
403 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
404 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
405 | <item row="2" column="1" colspan="3"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
406 | <widget class="QLineEdit" name="ftpProxyUserEdit"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
407 | <property name="toolTip"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
408 | <string>Enter the user name for the proxy authentication</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
409 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
410 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
411 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
412 | <item row="3" column="0"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
413 | <widget class="QLabel" name="label_10"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
414 | <property name="text"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
415 | <string>Password:</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
416 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
417 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
418 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
419 | <item row="3" column="1" colspan="3"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
420 | <widget class="QLineEdit" name="ftpProxyPasswordEdit"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
421 | <property name="toolTip"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
422 | <string>Enter the password for the proxy authentication</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
423 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
424 | <property name="echoMode"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
425 | <enum>QLineEdit::Password</enum> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
426 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
427 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
428 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
429 | <item row="4" column="0"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
430 | <widget class="QLabel" name="label_11"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
431 | <property name="text"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
432 | <string>Account:</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
433 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
434 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
435 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
436 | <item row="4" column="1" colspan="3"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
437 | <widget class="QLineEdit" name="ftpProxyAccountEdit"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
438 | <property name="toolTip"> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
439 | <string>Enter the account info for the proxy authentication</string> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
440 | </property> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
441 | </widget> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
442 | </item> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
443 | </layout> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
444 | </widget> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
445 | </item> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
446 | </layout> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
448 | </item> |
1127
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
449 | <item> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
450 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
451 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
452 | <widget class="QLabel" name="label"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
453 | <property name="text"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
454 | <string>Exceptions:</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
455 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
456 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
457 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
458 | <item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
459 | <widget class="QLineEdit" name="exceptionsEdit"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
460 | <property name="toolTip"> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
461 | <string>Enter host names or IP-addresses for which the proxy is to be circumvented separated by ',' (wildcards * or ? may be used)</string> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
462 | </property> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
463 | </widget> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
464 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
465 | </layout> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
466 | </item> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
467 | <item> |
1127
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
468 | <widget class="QPushButton" name="clearProxyPasswordsButton"> |
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
469 | <property name="toolTip"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
470 | <string>Press to clear the saved passwords for the Http(s) proxy</string> |
1127
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
471 | </property> |
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
472 | <property name="text"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
473 | <string>Clear HTTP(S) Proxy Passwords</string> |
1127
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
474 | </property> |
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
475 | </widget> |
b1802ebe0066
Added capability to encrypt saved passwords with a master password and rearranged some configuration parameters related to security.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
668
diff
changeset
|
476 | </item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
477 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
478 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
479 | </item> |
7946
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
480 | <item> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
481 | <spacer name="verticalSpacer"> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
482 | <property name="orientation"> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
483 | <enum>Qt::Vertical</enum> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
484 | </property> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
485 | <property name="sizeHint" stdset="0"> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
486 | <size> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
487 | <width>20</width> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
488 | <height>40</height> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
489 | </size> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
490 | </property> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
491 | </spacer> |
6901746220fc
Removed code depending upon the automatic online check.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7749
diff
changeset
|
492 | </item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
493 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
494 | </widget> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
495 | <customwidgets> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
496 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
497 | <class>EricPathPicker</class> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
498 | <extends>QWidget</extends> |
9413
80c06d472826
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
499 | <header>eric7/EricWidgets/EricPathPicker.h</header> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
500 | <container>1</container> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
501 | </customwidget> |
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
502 | </customwidgets> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
503 | <tabstops> |
8580
e91b276e0771
Re-introduced the Internet reachability checks.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
504 | <tabstop>dynamicOnlineCheckBox</tabstop> |
4577
e79a139aacc4
Changed more configuration pages to use the path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4350
diff
changeset
|
505 | <tabstop>downloadDirPicker</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
506 | <tabstop>requestFilenameCheckBox</tabstop> |
668
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
507 | <tabstop>cleanupNeverButton</tabstop> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
508 | <tabstop>cleanupExitButton</tabstop> |
b0061a6f7484
Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
289
diff
changeset
|
509 | <tabstop>cleanupSuccessfulButton</tabstop> |
6224
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
510 | <tabstop>openOnStartCheckBox</tabstop> |
08875555771a
Web Browser (NG): some more improvements of the download manager
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5047
diff
changeset
|
511 | <tabstop>closeOnFinishedCheckBox</tabstop> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
512 | <tabstop>noProxyButton</tabstop> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
513 | <tabstop>systemProxyButton</tabstop> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
514 | <tabstop>manualProxyButton</tabstop> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
515 | <tabstop>httpProxyHostEdit</tabstop> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
516 | <tabstop>httpProxyPortSpin</tabstop> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
517 | <tabstop>httpProxyForAllCheckBox</tabstop> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
518 | <tabstop>httpsProxyHostEdit</tabstop> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
519 | <tabstop>httpsProxyPortSpin</tabstop> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
520 | <tabstop>ftpProxyTypeCombo</tabstop> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
521 | <tabstop>ftpProxyHostEdit</tabstop> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
522 | <tabstop>ftpProxyPortSpin</tabstop> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
523 | <tabstop>ftpProxyUserEdit</tabstop> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
524 | <tabstop>ftpProxyPasswordEdit</tabstop> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
525 | <tabstop>ftpProxyAccountEdit</tabstop> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
526 | <tabstop>exceptionsEdit</tabstop> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
527 | <tabstop>clearProxyPasswordsButton</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
528 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
529 | <resources/> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
530 | <connections> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
531 | <connection> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
532 | <sender>manualProxyButton</sender> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
533 | <signal>toggled(bool)</signal> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
534 | <receiver>groupBox</receiver> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
535 | <slot>setEnabled(bool)</slot> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
536 | <hints> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
537 | <hint type="sourcelabel"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
538 | <x>100</x> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
539 | <y>405</y> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
540 | </hint> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
541 | <hint type="destinationlabel"> |
2074
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
542 | <x>83</x> |
5cb87968aad5
Reworked the FTP stuff to support a bunch of different FTP proxy types. Unfortunately FTP proxy support is not standardized.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1127
diff
changeset
|
543 | <y>507</y> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
544 | </hint> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
545 | </hints> |
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
546 | </connection> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
547 | <connection> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
548 | <sender>httpProxyForAllCheckBox</sender> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
549 | <signal>toggled(bool)</signal> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
550 | <receiver>groupBox_5</receiver> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
551 | <slot>setDisabled(bool)</slot> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
552 | <hints> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
553 | <hint type="sourcelabel"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
554 | <x>152</x> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
555 | <y>515</y> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
556 | </hint> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
557 | <hint type="destinationlabel"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
558 | <x>76</x> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
559 | <y>561</y> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
560 | </hint> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
561 | </hints> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
562 | </connection> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
563 | <connection> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
564 | <sender>httpProxyForAllCheckBox</sender> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
565 | <signal>toggled(bool)</signal> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
566 | <receiver>groupBox_4</receiver> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
567 | <slot>setDisabled(bool)</slot> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
568 | <hints> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
569 | <hint type="sourcelabel"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
570 | <x>170</x> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
571 | <y>517</y> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
572 | </hint> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
573 | <hint type="destinationlabel"> |
4349
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
574 | <x>116</x> |
a99dcf04f6f5
Started to extend the network proxy code to support exceptions and PAC.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
575 | <y>631</y> |
289
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
576 | </hint> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
577 | </hints> |
baf4c1354c6a
Extended the proxy handling to HTTPS and FTP.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
270
diff
changeset
|
578 | </connection> |
270
41505c92ac31
Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
579 | </connections> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
580 | </ui> |