-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserverdatadialog.ui
More file actions
163 lines (163 loc) · 4.02 KB
/
serverdatadialog.ui
File metadata and controls
163 lines (163 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>serverdatadialog</class>
<widget class="QDialog" name="serverdatadialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>524</width>
<height>302</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Edit server</string>
</property>
<property name="windowIcon">
<iconset resource="stubby.qrc">
<normaloff>:/images/stubby.ico</normaloff>:/images/stubby.ico</iconset>
</property>
<property name="toolTip">
<string extracomment="Edit server properties"/>
</property>
<property name="toolTipDuration">
<number>-7</number>
</property>
<property name="statusTip">
<string extracomment="B"/>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>461</width>
<height>164</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="serverName">
<property name="text">
<string>Name*</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Website</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="toolTip">
<string extracomment="Edit the IP Address of a server (only IPv4 accepted)"/>
</property>
<property name="statusTip">
<string extracomment="A"/>
</property>
<property name="text">
<string>IP Address*</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>TLS Auth Name</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Pin</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="serverNameData"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="serverWebsiteData"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="serverAddressData"/>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="serverAuthName"/>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="serverPinData"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="v6AddressLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Main IPv6 Address</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="v6AddressEdit">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="validationMessage">
<property name="geometry">
<rect>
<x>40</x>
<y>190</y>
<width>321</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="discardButton">
<property name="geometry">
<rect>
<x>210</x>
<y>260</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Discard Edits</string>
</property>
</widget>
<widget class="QPushButton" name="applyButton">
<property name="geometry">
<rect>
<x>310</x>
<y>260</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Apply</string>
</property>
</widget>
</widget>
<resources>
<include location="stubby.qrc"/>
</resources>
<connections/>
</ui>