~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/vpn-plugins/pptp/src/pptpprop.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>PPTPConfigWidget</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>PPTPConfigWidget</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>535</width>
12
 
            <height>303</height>
13
 
        </rect>
14
 
    </property>
15
 
    <grid>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <property name="margin">
20
 
            <number>0</number>
21
 
        </property>
22
 
        <widget class="QTabWidget" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>kTabWidget1</cstring>
25
 
            </property>
26
 
            <widget class="QWidget">
27
 
                <property name="name">
28
 
                    <cstring>TabPage</cstring>
29
 
                </property>
30
 
                <attribute name="title">
31
 
                    <string>Required Information</string>
32
 
                </attribute>
33
 
                <grid>
34
 
                    <property name="name">
35
 
                        <cstring>unnamed</cstring>
36
 
                    </property>
37
 
                    <widget class="QLabel" row="0" column="0">
38
 
                        <property name="name">
39
 
                            <cstring>textLabel3</cstring>
40
 
                        </property>
41
 
                        <property name="text">
42
 
                            <string>Gateway:</string>
43
 
                        </property>
44
 
                        <property name="buddy" stdset="0">
45
 
                            <cstring>IPSec_gateway</cstring>
46
 
                        </property>
47
 
                    </widget>
48
 
                    <widget class="KLineEdit" row="0" column="1">
49
 
                        <property name="name">
50
 
                            <cstring>gateway</cstring>
51
 
                        </property>
52
 
                    </widget>
53
 
                    <spacer row="2" column="1">
54
 
                        <property name="name">
55
 
                            <cstring>spacer9</cstring>
56
 
                        </property>
57
 
                        <property name="orientation">
58
 
                            <enum>Vertical</enum>
59
 
                        </property>
60
 
                        <property name="sizeType">
61
 
                            <enum>Expanding</enum>
62
 
                        </property>
63
 
                        <property name="sizeHint">
64
 
                            <size>
65
 
                                <width>20</width>
66
 
                                <height>30</height>
67
 
                            </size>
68
 
                        </property>
69
 
                    </spacer>
70
 
                    <widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="3">
71
 
                        <property name="name">
72
 
                            <cstring>groupBox1</cstring>
73
 
                        </property>
74
 
                        <property name="title">
75
 
                            <string>MS CHAP-v1/v2</string>
76
 
                        </property>
77
 
                        <hbox>
78
 
                            <property name="name">
79
 
                                <cstring>unnamed</cstring>
80
 
                            </property>
81
 
                            <widget class="QLabel">
82
 
                                <property name="name">
83
 
                                    <cstring>labelUsername</cstring>
84
 
                                </property>
85
 
                                <property name="text">
86
 
                                    <string>Username</string>
87
 
                                </property>
88
 
                                <property name="buddy" stdset="0">
89
 
                                    <cstring>IPSec_ID</cstring>
90
 
                                </property>
91
 
                            </widget>
92
 
                            <widget class="KLineEdit">
93
 
                                <property name="name">
94
 
                                    <cstring>username</cstring>
95
 
                                </property>
96
 
                            </widget>
97
 
                        </hbox>
98
 
                    </widget>
99
 
                </grid>
100
 
            </widget>
101
 
            <widget class="QWidget">
102
 
                <property name="name">
103
 
                    <cstring>TabPage</cstring>
104
 
                </property>
105
 
                <attribute name="title">
106
 
                    <string>Optional Information</string>
107
 
                </attribute>
108
 
                <grid>
109
 
                    <property name="name">
110
 
                        <cstring>unnamed</cstring>
111
 
                    </property>
112
 
                    <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
113
 
                        <property name="name">
114
 
                            <cstring>chkIPAdresses</cstring>
115
 
                        </property>
116
 
                        <property name="text">
117
 
                            <string>Only use VPN Connection for these Adresses
118
 
(for example: 172.16.0.0/16 10.11.12.0/24)</string>
119
 
                        </property>
120
 
                    </widget>
121
 
                    <spacer row="4" column="0">
122
 
                        <property name="name">
123
 
                            <cstring>spacer10</cstring>
124
 
                        </property>
125
 
                        <property name="orientation">
126
 
                            <enum>Vertical</enum>
127
 
                        </property>
128
 
                        <property name="sizeType">
129
 
                            <enum>Expanding</enum>
130
 
                        </property>
131
 
                        <property name="sizeHint">
132
 
                            <size>
133
 
                                <width>20</width>
134
 
                                <height>40</height>
135
 
                            </size>
136
 
                        </property>
137
 
                    </spacer>
138
 
                    <widget class="KLineEdit" row="3" column="0" rowspan="1" colspan="2">
139
 
                        <property name="name">
140
 
                            <cstring>routes</cstring>
141
 
                        </property>
142
 
                        <property name="enabled">
143
 
                            <bool>false</bool>
144
 
                        </property>
145
 
                    </widget>
146
 
                    <spacer row="0" column="1">
147
 
                        <property name="name">
148
 
                            <cstring>spacer4</cstring>
149
 
                        </property>
150
 
                        <property name="orientation">
151
 
                            <enum>Horizontal</enum>
152
 
                        </property>
153
 
                        <property name="sizeType">
154
 
                            <enum>Expanding</enum>
155
 
                        </property>
156
 
                        <property name="sizeHint">
157
 
                            <size>
158
 
                                <width>220</width>
159
 
                                <height>20</height>
160
 
                            </size>
161
 
                        </property>
162
 
                    </spacer>
163
 
                    <spacer row="1" column="1">
164
 
                        <property name="name">
165
 
                            <cstring>spacer3</cstring>
166
 
                        </property>
167
 
                        <property name="orientation">
168
 
                            <enum>Horizontal</enum>
169
 
                        </property>
170
 
                        <property name="sizeType">
171
 
                            <enum>Expanding</enum>
172
 
                        </property>
173
 
                        <property name="sizeHint">
174
 
                            <size>
175
 
                                <width>230</width>
176
 
                                <height>20</height>
177
 
                            </size>
178
 
                        </property>
179
 
                    </spacer>
180
 
                    <widget class="QCheckBox" row="0" column="0">
181
 
                        <property name="name">
182
 
                            <cstring>chkUseMPPC</cstring>
183
 
                        </property>
184
 
                        <property name="text">
185
 
                            <string>Use MPPC compression</string>
186
 
                        </property>
187
 
                    </widget>
188
 
                    <widget class="QCheckBox" row="1" column="0">
189
 
                        <property name="name">
190
 
                            <cstring>chkUseMPPE</cstring>
191
 
                        </property>
192
 
                        <property name="text">
193
 
                            <string>Require MPPE encryption</string>
194
 
                        </property>
195
 
                    </widget>
196
 
                </grid>
197
 
            </widget>
198
 
        </widget>
199
 
    </grid>
200
 
</widget>
201
 
<customwidgets>
202
 
</customwidgets>
203
 
<layoutdefaults spacing="6" margin="11"/>
204
 
<includehints>
205
 
    
206
 
    
207
 
    
208
 
</includehints>
209
 
</UI>