~ubuntu-branches/ubuntu/vivid/kvpnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/profilenetworkrouteoptionsbase4.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-23 09:18:50 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090423091850-hweeg0jo64t0jx52
Tags: 0.9.1-1
* New upstream release (KDE4 is here)
* Add Build-Depends cmake and pkg-kde-tools
* Remove obsolete debian/patches
* Refresh debian/patches:
  - 10_su-to-root_usage.diff
  - 13_add_kuser_issuperuser.diff
* Cleanup debian/rules - simple under KDE4
* Update debian/watch for KDE4 version
* Update debian/copyright - use versionned licenses
* Update Section field - move to utils
* Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
* Update debian/kvpnc.{manpages,1}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ProfileNetworkRouteOptionsBase</class>
 
3
 <widget class="QWidget" name="ProfileNetworkRouteOptionsBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>402</width>
 
9
    <height>403</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
 
14
    <horstretch>0</horstretch>
 
15
    <verstretch>0</verstretch>
 
16
   </sizepolicy>
 
17
  </property>
 
18
  <property name="windowTitle" >
 
19
   <string>Network Route Options</string>
 
20
  </property>
 
21
  <layout class="QGridLayout" >
 
22
   <item row="0" column="0" >
 
23
    <layout class="QVBoxLayout" >
 
24
     <item>
 
25
      <layout class="QHBoxLayout" >
 
26
       <item>
 
27
        <widget class="KComboBox" name="DefaultRouteComboBox" >
 
28
         <item>
 
29
          <property name="text" >
 
30
           <string>Keep default route</string>
 
31
          </property>
 
32
         </item>
 
33
         <item>
 
34
          <property name="text" >
 
35
           <string>Replace default route</string>
 
36
          </property>
 
37
         </item>
 
38
        </widget>
 
39
       </item>
 
40
       <item>
 
41
        <spacer>
 
42
         <property name="orientation" >
 
43
          <enum>Qt::Horizontal</enum>
 
44
         </property>
 
45
         <property name="sizeType" >
 
46
          <enum>QSizePolicy::Expanding</enum>
 
47
         </property>
 
48
         <property name="sizeHint" >
 
49
          <size>
 
50
           <width>278</width>
 
51
           <height>21</height>
 
52
          </size>
 
53
         </property>
 
54
        </spacer>
 
55
       </item>
 
56
      </layout>
 
57
     </item>
 
58
     <item>
 
59
      <widget class="QCheckBox" name="UseExtraNetworkRoutesCheckbox" >
 
60
       <property name="enabled" >
 
61
        <bool>true</bool>
 
62
       </property>
 
63
       <property name="text" >
 
64
        <string>&amp;Use additional network routes</string>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
     <item>
 
69
      <widget class="K3ListView" name="NetworkListView" >
 
70
       <property name="enabled" >
 
71
        <bool>false</bool>
 
72
       </property>
 
73
       <property name="minimumSize" >
 
74
        <size>
 
75
         <width>0</width>
 
76
         <height>150</height>
 
77
        </size>
 
78
       </property>
 
79
       <property name="toolTip" >
 
80
        <string>List of additional network routes</string>
 
81
       </property>
 
82
       <column>
 
83
        <property name="text" >
 
84
         <string>Network</string>
 
85
        </property>
 
86
       </column>
 
87
       <column>
 
88
        <property name="text" >
 
89
         <string>Netmask</string>
 
90
        </property>
 
91
       </column>
 
92
       <column>
 
93
        <property name="text" >
 
94
         <string>Gateway</string>
 
95
        </property>
 
96
       </column>
 
97
       <column>
 
98
        <property name="text" >
 
99
         <string>Device</string>
 
100
        </property>
 
101
       </column>
 
102
      </widget>
 
103
     </item>
 
104
     <item>
 
105
      <layout class="QHBoxLayout" >
 
106
       <item>
 
107
        <spacer>
 
108
         <property name="orientation" >
 
109
          <enum>Qt::Horizontal</enum>
 
110
         </property>
 
111
         <property name="sizeType" >
 
112
          <enum>QSizePolicy::Expanding</enum>
 
113
         </property>
 
114
         <property name="sizeHint" >
 
115
          <size>
 
116
           <width>70</width>
 
117
           <height>20</height>
 
118
          </size>
 
119
         </property>
 
120
        </spacer>
 
121
       </item>
 
122
       <item>
 
123
        <widget class="KPushButton" name="EditRoutePushButton" >
 
124
         <property name="enabled" >
 
125
          <bool>false</bool>
 
126
         </property>
 
127
         <property name="toolTip" >
 
128
          <string>Add new route</string>
 
129
         </property>
 
130
         <property name="text" >
 
131
          <string>Edit &amp;route...</string>
 
132
         </property>
 
133
        </widget>
 
134
       </item>
 
135
       <item>
 
136
        <widget class="KPushButton" name="AddRoutePushButton" >
 
137
         <property name="enabled" >
 
138
          <bool>false</bool>
 
139
         </property>
 
140
         <property name="toolTip" >
 
141
          <string>Add new route</string>
 
142
         </property>
 
143
         <property name="text" >
 
144
          <string>Add &amp;route...</string>
 
145
         </property>
 
146
        </widget>
 
147
       </item>
 
148
       <item>
 
149
        <widget class="KPushButton" name="DeleteNetworkRoutePushButton" >
 
150
         <property name="enabled" >
 
151
          <bool>false</bool>
 
152
         </property>
 
153
         <property name="toolTip" >
 
154
          <string>Delete route</string>
 
155
         </property>
 
156
         <property name="text" >
 
157
          <string>De&amp;lete</string>
 
158
         </property>
 
159
        </widget>
 
160
       </item>
 
161
      </layout>
 
162
     </item>
 
163
    </layout>
 
164
   </item>
 
165
  </layout>
 
166
 </widget>
 
167
 <layoutdefault spacing="6" margin="11" />
 
168
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
169
 <customwidgets>
 
170
  <customwidget>
 
171
   <class>K3ListView</class>
 
172
   <extends>Q3ListView</extends>
 
173
   <header>k3listview.h</header>
 
174
  </customwidget>
 
175
  <customwidget>
 
176
   <class>KComboBox</class>
 
177
   <extends>QComboBox</extends>
 
178
   <header>kcombobox.h</header>
 
179
  </customwidget>
 
180
  <customwidget>
 
181
   <class>KPushButton</class>
 
182
   <extends>QPushButton</extends>
 
183
   <header>kpushbutton.h</header>
 
184
  </customwidget>
 
185
 </customwidgets>
 
186
 <tabstops>
 
187
  <tabstop>UseExtraNetworkRoutesCheckbox</tabstop>
 
188
  <tabstop>NetworkListView</tabstop>
 
189
  <tabstop>AddRoutePushButton</tabstop>
 
190
  <tabstop>DeleteNetworkRoutePushButton</tabstop>
 
191
 </tabstops>
 
192
 <includes>
 
193
  <include location="local" >kcombobox.h</include>
 
194
  <include location="local" >k3listview.h</include>
 
195
  <include location="local" >kpushbutton.h</include>
 
196
  <include location="local" >kpushbutton.h</include>
 
197
  <include location="local" >kpushbutton.h</include>
 
198
 </includes>
 
199
 <resources/>
 
200
 <connections>
 
201
  <connection>
 
202
   <sender>AddRoutePushButton</sender>
 
203
   <signal>clicked()</signal>
 
204
   <receiver>ProfileNetworkRouteOptionsBase</receiver>
 
205
   <slot>addNetworkRouteClicked()</slot>
 
206
   <hints>
 
207
    <hint type="sourcelabel" >
 
208
     <x>20</x>
 
209
     <y>20</y>
 
210
    </hint>
 
211
    <hint type="destinationlabel" >
 
212
     <x>20</x>
 
213
     <y>20</y>
 
214
    </hint>
 
215
   </hints>
 
216
  </connection>
 
217
  <connection>
 
218
   <sender>DeleteNetworkRoutePushButton</sender>
 
219
   <signal>clicked()</signal>
 
220
   <receiver>ProfileNetworkRouteOptionsBase</receiver>
 
221
   <slot>delNetworkRouteClicked()</slot>
 
222
   <hints>
 
223
    <hint type="sourcelabel" >
 
224
     <x>20</x>
 
225
     <y>20</y>
 
226
    </hint>
 
227
    <hint type="destinationlabel" >
 
228
     <x>20</x>
 
229
     <y>20</y>
 
230
    </hint>
 
231
   </hints>
 
232
  </connection>
 
233
  <connection>
 
234
   <sender>UseExtraNetworkRoutesCheckbox</sender>
 
235
   <signal>toggled(bool)</signal>
 
236
   <receiver>ProfileNetworkRouteOptionsBase</receiver>
 
237
   <slot>additionalNetworkRoutesToggled(bool)</slot>
 
238
   <hints>
 
239
    <hint type="sourcelabel" >
 
240
     <x>20</x>
 
241
     <y>20</y>
 
242
    </hint>
 
243
    <hint type="destinationlabel" >
 
244
     <x>20</x>
 
245
     <y>20</y>
 
246
    </hint>
 
247
   </hints>
 
248
  </connection>
 
249
  <connection>
 
250
   <sender>EditRoutePushButton</sender>
 
251
   <signal>clicked()</signal>
 
252
   <receiver>ProfileNetworkRouteOptionsBase</receiver>
 
253
   <slot>editNetworkRouteClicked()</slot>
 
254
   <hints>
 
255
    <hint type="sourcelabel" >
 
256
     <x>20</x>
 
257
     <y>20</y>
 
258
    </hint>
 
259
    <hint type="destinationlabel" >
 
260
     <x>20</x>
 
261
     <y>20</y>
 
262
    </hint>
 
263
   </hints>
 
264
  </connection>
 
265
  <connection>
 
266
   <sender>NetworkListView</sender>
 
267
   <signal>contextMenuRequested(Q3ListViewItem*,QPoint,int)</signal>
 
268
   <receiver>ProfileNetworkRouteOptionsBase</receiver>
 
269
   <slot>contextMenuRequested(Q3ListViewItem*,QPoint,int)</slot>
 
270
   <hints>
 
271
    <hint type="sourcelabel" >
 
272
     <x>20</x>
 
273
     <y>20</y>
 
274
    </hint>
 
275
    <hint type="destinationlabel" >
 
276
     <x>20</x>
 
277
     <y>20</y>
 
278
    </hint>
 
279
   </hints>
 
280
  </connection>
 
281
 </connections>
 
282
</ui>