summaryrefslogtreecommitdiffstats
path: root/src/gui/wizardform.ui
blob: 2334f783b44362cedaa31d910f99859abac9f0e4 (plain)
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
  <author></author>
  <comment></comment>
  <exportmacro></exportmacro>
  <class>WizardForm</class>
  <widget class="QDialog" name="WizardForm">
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>596</width>
        <height>321</height>
      </rect>
    </property>
    <property name="windowTitle">
      <string>Twinkle - Wizard</string>
    </property>
    <layout class="QVBoxLayout">
      <item>
        <layout class="QGridLayout">
          <item row="8" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="stunServerLineEdit">
              <property name="whatsThis" stdset="0">
                <string>The hostname, domain name or IP address of the STUN server.</string>
              </property>
            </widget>
          </item>
          <item row="8" column="0">
            <widget class="QLabel" name="stunServerTextLabel">
              <property name="text">
                <string>S&amp;TUN server:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>stunServerLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="2" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="usernameLineEdit">
              <property name="whatsThis" stdset="0">
                <string>The SIP user name given to you by your provider. It is the user part in your SIP address, &lt;b&gt;username&lt;/b&gt;@domain.com This could be a telephone number.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</string>
              </property>
            </widget>
          </item>
          <item row="3" column="0">
            <widget class="QLabel" name="domainTextLabel">
              <property name="text">
                <string>&amp;Domain*:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>domainLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="0" column="1">
            <widget class="QComboBox" name="serviceProviderComboBox">
              <property name="whatsThis" stdset="0">
                <string>Choose your SIP service provider. If your SIP service provider is not in the list, then select &lt;b&gt;Other&lt;/b&gt; and fill in the settings you received from your provider.&lt;br&gt;&lt;br&gt;
If you select one of the predefined SIP service providers then you only have to fill in your name, user name, authentication name and password.</string>
              </property>
            </widget>
          </item>
          <item row="4" column="0">
            <widget class="QLabel" name="authNameTextLabel">
              <property name="text">
                <string>&amp;Authentication name:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>authNameLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="1" column="0">
            <widget class="QLabel" name="dislpayTextLabel">
              <property name="text">
                <string>&amp;Your name:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>displayLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="4" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="authNameLineEdit">
              <property name="whatsThis" stdset="0">
                <string>Your SIP authentication name. Quite often this is the same as your SIP user name. It can be a different name though.</string>
              </property>
            </widget>
          </item>
          <item row="0" column="2">
            <spacer name="spacer22">
              <property name="sizeHint">
                <size>
                  <width>206</width>
                  <height>20</height>
                </size>
              </property>
              <property name="sizeType">
                <enum>QSizePolicy::Expanding</enum>
              </property>
              <property name="orientation">
                <enum>Qt::Horizontal</enum>
              </property>
            </spacer>
          </item>
          <item row="3" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="domainLineEdit">
              <property name="whatsThis" stdset="0">
                <string>The domain part of your SIP address, username@&lt;b&gt;domain.com&lt;/b&gt;. Instead of a real domain this could also be the hostname or IP address of your &lt;b&gt;SIP proxy&lt;/b&gt;. If you want direct IP phone to IP phone communications then you fill in the hostname or IP address of your computer.
&lt;br&gt;&lt;br&gt;
This field is mandatory.</string>
              </property>
            </widget>
          </item>
          <item row="1" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="displayLineEdit">
              <property name="whatsThis" stdset="0">
                <string>This is just your full name, e.g. John Doe. It is used as a display name. When you make a call, this display name might be shown to the called party.</string>
              </property>
            </widget>
          </item>
          <item row="6" column="0" rowspan="2" colspan="1">
            <widget class="QLabel" name="proxyTextLabel">
              <property name="enabled">
                <bool>true</bool>
              </property>
              <property name="text">
                <string>SIP pro&amp;xy:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>proxyLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="7" column="1" rowspan="1" colspan="2">
            <widget class="QLineEdit" name="proxyLineEdit">
              <property name="enabled">
                <bool>true</bool>
              </property>
              <property name="whatsThis" stdset="0">
                <string>The hostname, domain name or IP address of your SIP proxy. If this is the same value as your domain, you may leave this field empty.</string>
              </property>
            </widget>
          </item>
          <item row="0" column="0">
            <widget class="QLabel" name="serviceProviderTextLabel">
              <property name="text">
                <string>&amp;SIP service provider:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>serviceProviderComboBox</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="5" column="0">
            <widget class="QLabel" name="authPasswordTextLabel">
              <property name="text">
                <string>&amp;Password:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>authPasswordLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="2" column="0">
            <widget class="QLabel" name="usernameTextLabel">
              <property name="text">
                <string>&amp;User name*:</string>
              </property>
              <property name="buddy" stdset="0">
                <cstring>usernameLineEdit</cstring>
              </property>
              <property name="wordWrap">
                <bool>false</bool>
              </property>
            </widget>
          </item>
          <item row="5" column="1" rowspan="2" colspan="2">
            <widget class="QLineEdit" name="authPasswordLineEdit">
              <property name="echoMode">
                <enum>QLineEdit::Password</enum>
              </property>
              <property name="whatsThis" stdset="0">
                <string>Your password for authentication.</string>
              </property>
            </widget>
          </item>
        </layout>
      </item>
      <item>
        <spacer name="spacer23">
          <property name="sizeHint">
            <size>
              <width>20</width>
              <height>20</height>
            </size>
          </property>
          <property name="sizeType">
            <enum>QSizePolicy::Expanding</enum>
          </property>
          <property name="orientation">
            <enum>Qt::Vertical</enum>
          </property>
        </spacer>
      </item>
      <item>
        <layout class="QHBoxLayout">
          <item>
            <spacer name="spacer20">
              <property name="sizeHint">
                <size>
                  <width>371</width>
                  <height>20</height>
                </size>
              </property>
              <property name="sizeType">
                <enum>QSizePolicy::Expanding</enum>
              </property>
              <property name="orientation">
                <enum>Qt::Horizontal</enum>
              </property>
            </spacer>
          </item>
          <item>
            <widget class="QPushButton" name="okPushButton">
              <property name="text">
                <string>&amp;OK</string>
              </property>
              <property name="shortcut">
                <string>Alt+O</string>
              </property>
              <property name="default">
                <bool>true</bool>
              </property>
            </widget>
          </item>
          <item>
            <widget class="QPushButton" name="cancelPushButton">
              <property name="text">
                <string>&amp;Cancel</string>
              </property>
              <property name="shortcut">
                <string>Alt+C</string>
              </property>
            </widget>
          </item>
        </layout>
      </item>
    </layout>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <pixmapfunction></pixmapfunction>
  <tabstops>
    <tabstop>serviceProviderComboBox</tabstop>
    <tabstop>displayLineEdit</tabstop>
    <tabstop>usernameLineEdit</tabstop>
    <tabstop>domainLineEdit</tabstop>
    <tabstop>authNameLineEdit</tabstop>
    <tabstop>authPasswordLineEdit</tabstop>
    <tabstop>proxyLineEdit</tabstop>
    <tabstop>stunServerLineEdit</tabstop>
    <tabstop>okPushButton</tabstop>
    <tabstop>cancelPushButton</tabstop>
  </tabstops>
  <includes>
    <include location="global">map</include>
    <include location="local">user.h</include>
  </includes>
  <connections>
    <connection>
      <sender>okPushButton</sender>
      <signal>clicked()</signal>
      <receiver>WizardForm</receiver>
      <slot>validate()</slot>
    </connection>
    <connection>
      <sender>cancelPushButton</sender>
      <signal>clicked()</signal>
      <receiver>WizardForm</receiver>
      <slot>reject()</slot>
    </connection>
    <connection>
      <sender>usernameLineEdit</sender>
      <signal>textChanged(QString)</signal>
      <receiver>WizardForm</receiver>
      <slot>updateAuthName(QString)</slot>
    </connection>
    <connection>
      <sender>serviceProviderComboBox</sender>
      <signal>activated(QString)</signal>
      <receiver>WizardForm</receiver>
      <slot>update(QString)</slot>
    </connection>
    <connection>
      <sender>authNameLineEdit</sender>
      <signal>editingFinished()</signal>
      <receiver>WizardForm</receiver>
      <slot>disableSuggestAuthName()</slot>
    </connection>
  </connections>
</ui>