1 <?xml version="1.0" encoding="UTF-8"?>
3 <name>Create Proxy Server Elements</name>
4 <shortDescription>Common elements for proxy servers.</shortDescription>
7 This wizard allows you to create needed
8 <a href="https://gitlab.com/bjk/pwmd/wikis/">pwmd</a>
9 elements for applications making use of a proxy server.
12 Click <em>"Next"</em> to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
17 <!-- This ID is reserved by QPwmc. -->
19 <label>Pwmd socket:</label>
21 <placeholderText>Default</placeholderText>
25 <whatsThis>The pwmd server to connect to.</whatsThis>
28 <!-- This ID is reserved by QPwmc. -->
30 <label>Pwmd filename:</label>
32 <placeholderText>Required</placeholderText>
37 <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
40 <!-- This ID is reserved by QPwmc. -->
42 <label>Root element:</label>
44 <placeholderText>Element path...</placeholderText>
47 <id>pwmdRootElement</id>
48 <whatsThis>The root element for all other created elements. If not specified then the other elements will be created at the document root.</whatsThis>
52 <label>Proxy name:</label>
54 <placeholderText>Required</placeholderText>
55 <value>proxyProvider</value>
56 <childOf>pwmdRootElement</childOf>
57 <id>proxyProvider</id>
59 <whatsThis>The name or label of the proxy provider. Required.</whatsThis>
63 <label>Hostname:</label>
65 <placeholderText>Required</placeholderText>
66 <value>hostname.com</value>
67 <element>hostname</element>
68 <childOf>proxyProvider</childOf>
71 <whatsThis>The hostname or IP addresss of the proxy server. Required.</whatsThis>
78 <element>port</element>
79 <childOf>proxyProvider</childOf>
81 <whatsThis>The port of the proxy server to connect to.</whatsThis>
85 <label>Username:</label>
87 <placeholderText>Optional</placeholderText>
89 <element>username</element>
90 <childOf>proxyProvider</childOf>
92 <whatsThis>The username to login as on the proxy server.</whatsThis>
96 <label>Password:</label>
98 <placeholderText>Optional</placeholderText>
100 <element>password</element>
101 <childOf>proxyProvider</childOf>
104 <whatsThis>The password for the proxy server.</whatsThis>
105 <passwordGenerator />
109 </PwmdApplicationForm>