~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to vpn/l2tp/l2tpadvanced.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>L2tpAdvancedWidget</class>
 
4
 <widget class="QWidget" name="L2tpAdvancedWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>382</width>
 
10
    <height>139</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <item row="0" column="0" colspan="2">
 
15
    <widget class="QCheckBox" name="cbEnableTunnelToHost">
 
16
     <property name="text">
 
17
      <string>Enable IPsec tunnel to L2TP host</string>
 
18
     </property>
 
19
    </widget>
 
20
   </item>
 
21
   <item row="1" column="0">
 
22
    <widget class="QLabel" name="label">
 
23
     <property name="text">
 
24
      <string>Group Name:</string>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item row="1" column="1">
 
29
    <widget class="QLineEdit" name="groupName">
 
30
     <property name="enabled">
 
31
      <bool>false</bool>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item row="2" column="0">
 
36
    <widget class="QLabel" name="label_2">
 
37
     <property name="text">
 
38
      <string>Gateway ID:</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item row="2" column="1">
 
43
    <widget class="QLineEdit" name="gatewayId">
 
44
     <property name="enabled">
 
45
      <bool>false</bool>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item row="3" column="0">
 
50
    <widget class="QLabel" name="label_3">
 
51
     <property name="text">
 
52
      <string>Pre-shared Key:</string>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item row="3" column="1">
 
57
    <widget class="QLineEdit" name="presharedKey">
 
58
     <property name="enabled">
 
59
      <bool>false</bool>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
 
63
   <item row="4" column="0" colspan="2">
 
64
    <widget class="QDialogButtonBox" name="buttonBox">
 
65
     <property name="standardButtons">
 
66
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
67
     </property>
 
68
    </widget>
 
69
   </item>
 
70
  </layout>
 
71
 </widget>
 
72
 <resources/>
 
73
 <connections>
 
74
  <connection>
 
75
   <sender>cbEnableTunnelToHost</sender>
 
76
   <signal>toggled(bool)</signal>
 
77
   <receiver>gatewayId</receiver>
 
78
   <slot>setEnabled(bool)</slot>
 
79
   <hints>
 
80
    <hint type="sourcelabel">
 
81
     <x>159</x>
 
82
     <y>14</y>
 
83
    </hint>
 
84
    <hint type="destinationlabel">
 
85
     <x>209</x>
 
86
     <y>65</y>
 
87
    </hint>
 
88
   </hints>
 
89
  </connection>
 
90
  <connection>
 
91
   <sender>cbEnableTunnelToHost</sender>
 
92
   <signal>toggled(bool)</signal>
 
93
   <receiver>groupName</receiver>
 
94
   <slot>setEnabled(bool)</slot>
 
95
   <hints>
 
96
    <hint type="sourcelabel">
 
97
     <x>159</x>
 
98
     <y>14</y>
 
99
    </hint>
 
100
    <hint type="destinationlabel">
 
101
     <x>209</x>
 
102
     <y>39</y>
 
103
    </hint>
 
104
   </hints>
 
105
  </connection>
 
106
  <connection>
 
107
   <sender>cbEnableTunnelToHost</sender>
 
108
   <signal>toggled(bool)</signal>
 
109
   <receiver>presharedKey</receiver>
 
110
   <slot>setEnabled(bool)</slot>
 
111
   <hints>
 
112
    <hint type="sourcelabel">
 
113
     <x>159</x>
 
114
     <y>14</y>
 
115
    </hint>
 
116
    <hint type="destinationlabel">
 
117
     <x>209</x>
 
118
     <y>91</y>
 
119
    </hint>
 
120
   </hints>
 
121
  </connection>
 
122
  <connection>
 
123
   <sender>buttonBox</sender>
 
124
   <signal>accepted()</signal>
 
125
   <receiver>L2tpAdvancedWidget</receiver>
 
126
   <slot>accept()</slot>
 
127
   <hints>
 
128
    <hint type="sourcelabel">
 
129
     <x>190</x>
 
130
     <y>119</y>
 
131
    </hint>
 
132
    <hint type="destinationlabel">
 
133
     <x>190</x>
 
134
     <y>68</y>
 
135
    </hint>
 
136
   </hints>
 
137
  </connection>
 
138
  <connection>
 
139
   <sender>buttonBox</sender>
 
140
   <signal>rejected()</signal>
 
141
   <receiver>L2tpAdvancedWidget</receiver>
 
142
   <slot>reject()</slot>
 
143
   <hints>
 
144
    <hint type="sourcelabel">
 
145
     <x>190</x>
 
146
     <y>119</y>
 
147
    </hint>
 
148
    <hint type="destinationlabel">
 
149
     <x>190</x>
 
150
     <y>68</y>
 
151
    </hint>
 
152
   </hints>
 
153
  </connection>
 
154
 </connections>
 
155
</ui>