You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:qsTr("Run peer connections through a proxy (SOCKS5) for improved privacy. The default proxy supports connections via IPv4, IPv6 and Tor. Tor connections can also be run through a separate Tor proxy.")
14
+
descriptionSize:15
15
+
}
16
+
Rectangle {
17
+
height:1
18
+
color:Theme.color.neutral5
19
+
Layout.fillWidth:true
20
+
}
21
+
Setting {
22
+
Layout.topMargin:10
23
+
Layout.fillWidth:true
24
+
header:qsTr("Enable")
25
+
actionItem: OptionSwitch {}
26
+
}
27
+
Setting {
28
+
Layout.topMargin:10
29
+
Layout.fillWidth:true
30
+
header:qsTr("IP and Port")
31
+
actionItem: RowLayout {
32
+
ValueInput {
33
+
id: default_ip
34
+
description:"127.0.0.1"
35
+
}
36
+
Header {
37
+
header:":"
38
+
headerSize:18
39
+
}
40
+
ValueInput {
41
+
id: default_port
42
+
description:"9050"
43
+
}
44
+
}
45
+
}
46
+
Header {
47
+
bold:true
48
+
center:false
49
+
header:qsTr("Tor Proxy")
50
+
headerSize:24
51
+
description:qsTr("Enable to run Tor connections through a dedicated proxy.")
52
+
descriptionSize:15
53
+
Layout.topMargin:35
54
+
}
55
+
Rectangle {
56
+
height:1
57
+
color:Theme.color.neutral5
58
+
Layout.fillWidth:true
59
+
}
60
+
Setting {
61
+
Layout.topMargin:10
62
+
Layout.fillWidth:true
63
+
header:qsTr("Enable")
64
+
actionItem: OptionSwitch {}
65
+
description:qsTr("When disabled, Tor connections will use the default proxy (if enabled).")
0 commit comments