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

« back to all changes in this revision

Viewing changes to src/configdebugoptionsbase4.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>ConfigDebugOptionsBase</class>
 
3
 <widget class="QWidget" name="ConfigDebugOptionsBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>537</width>
 
9
    <height>242</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
 
14
    <horstretch>0</horstretch>
 
15
    <verstretch>0</verstretch>
 
16
   </sizepolicy>
 
17
  </property>
 
18
  <property name="windowTitle" >
 
19
   <string>Debug</string>
 
20
  </property>
 
21
  <layout class="QGridLayout" name="gridLayout" >
 
22
   <item row="0" column="0" >
 
23
    <layout class="QVBoxLayout" name="verticalLayout" >
 
24
     <item>
 
25
      <layout class="QHBoxLayout" >
 
26
       <item>
 
27
        <widget class="QCheckBox" name="showDebugCheck" >
 
28
         <property name="toolTip" >
 
29
          <string>Show the debug console in main window</string>
 
30
         </property>
 
31
         <property name="whatsThis" >
 
32
          <string>Enable this if you want to see the debug console &lt;br>in main KVpnc window.</string>
 
33
         </property>
 
34
         <property name="text" >
 
35
          <string>S&amp;how debug console</string>
 
36
         </property>
 
37
        </widget>
 
38
       </item>
 
39
       <item>
 
40
        <spacer>
 
41
         <property name="orientation" >
 
42
          <enum>Qt::Horizontal</enum>
 
43
         </property>
 
44
         <property name="sizeType" >
 
45
          <enum>QSizePolicy::Expanding</enum>
 
46
         </property>
 
47
         <property name="sizeHint" stdset="0" >
 
48
          <size>
 
49
           <width>110</width>
 
50
           <height>20</height>
 
51
          </size>
 
52
         </property>
 
53
        </spacer>
 
54
       </item>
 
55
      </layout>
 
56
     </item>
 
57
     <item>
 
58
      <layout class="QHBoxLayout" >
 
59
       <item>
 
60
        <widget class="QCheckBox" name="WriteLogCheck" >
 
61
         <property name="toolTip" >
 
62
          <string>Write logs to file: $HOME/.kde/share/apps/kvpnc/kvpnc.log</string>
 
63
         </property>
 
64
         <property name="whatsThis" >
 
65
          <string/>
 
66
         </property>
 
67
         <property name="text" >
 
68
          <string>Write log &amp;file</string>
 
69
         </property>
 
70
        </widget>
 
71
       </item>
 
72
       <item>
 
73
        <spacer>
 
74
         <property name="orientation" >
 
75
          <enum>Qt::Horizontal</enum>
 
76
         </property>
 
77
         <property name="sizeType" >
 
78
          <enum>QSizePolicy::Expanding</enum>
 
79
         </property>
 
80
         <property name="sizeHint" stdset="0" >
 
81
          <size>
 
82
           <width>170</width>
 
83
           <height>20</height>
 
84
          </size>
 
85
         </property>
 
86
        </spacer>
 
87
       </item>
 
88
      </layout>
 
89
     </item>
 
90
     <item>
 
91
      <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
92
       <item>
 
93
        <layout class="QHBoxLayout" name="horizontalLayout" >
 
94
         <item>
 
95
          <widget class="QSpinBox" name="spinKvpncDebugLevel" >
 
96
           <property name="enabled" >
 
97
            <bool>true</bool>
 
98
           </property>
 
99
           <property name="toolTip" >
 
100
            <string>KVpnc debug level. Increase to show more &lt;br>verbose debug output of KVpnc.</string>
 
101
           </property>
 
102
           <property name="whatsThis" >
 
103
            <string>Debug level of the KVpnc program. &lt;br>Increase to show more verbose debug output of KVpnc. &lt;br>This is helpful if you have any trouble with using KVpnc.</string>
 
104
           </property>
 
105
           <property name="minimum" >
 
106
            <number>0</number>
 
107
           </property>
 
108
           <property name="maximum" >
 
109
            <number>99</number>
 
110
           </property>
 
111
           <property name="value" >
 
112
            <number>0</number>
 
113
           </property>
 
114
          </widget>
 
115
         </item>
 
116
         <item>
 
117
          <widget class="QLabel" name="textLabel1_3_2_3" >
 
118
           <property name="toolTip" >
 
119
            <string>KVpnc debug level. Increase to show more &lt;br>verbose debug output of KVpnc.</string>
 
120
           </property>
 
121
           <property name="whatsThis" >
 
122
            <string>Debug level of the KVpnc program. &lt;br>Increase to show more verbose debug output of KVpnc. &lt;br>This is helpful if you have any trouble with using KVpnc.</string>
 
123
           </property>
 
124
           <property name="text" >
 
125
            <string>Debug level:</string>
 
126
           </property>
 
127
           <property name="wordWrap" >
 
128
            <bool>false</bool>
 
129
           </property>
 
130
          </widget>
 
131
         </item>
 
132
        </layout>
 
133
       </item>
 
134
       <item>
 
135
        <spacer>
 
136
         <property name="orientation" >
 
137
          <enum>Qt::Horizontal</enum>
 
138
         </property>
 
139
         <property name="sizeType" >
 
140
          <enum>QSizePolicy::Expanding</enum>
 
141
         </property>
 
142
         <property name="sizeHint" stdset="0" >
 
143
          <size>
 
144
           <width>150</width>
 
145
           <height>20</height>
 
146
          </size>
 
147
         </property>
 
148
        </spacer>
 
149
       </item>
 
150
      </layout>
 
151
     </item>
 
152
     <item>
 
153
      <layout class="QHBoxLayout" >
 
154
       <item>
 
155
        <widget class="QCheckBox" name="KeepConnectionFilesCheckBox" >
 
156
         <property name="toolTip" >
 
157
          <string>Do not remove connection config files after use</string>
 
158
         </property>
 
159
         <property name="text" >
 
160
          <string>Keep connec&amp;tion files</string>
 
161
         </property>
 
162
        </widget>
 
163
       </item>
 
164
       <item>
 
165
        <spacer>
 
166
         <property name="orientation" >
 
167
          <enum>Qt::Horizontal</enum>
 
168
         </property>
 
169
         <property name="sizeType" >
 
170
          <enum>QSizePolicy::Expanding</enum>
 
171
         </property>
 
172
         <property name="sizeHint" stdset="0" >
 
173
          <size>
 
174
           <width>110</width>
 
175
           <height>20</height>
 
176
          </size>
 
177
         </property>
 
178
        </spacer>
 
179
       </item>
 
180
      </layout>
 
181
     </item>
 
182
     <item>
 
183
      <spacer>
 
184
       <property name="orientation" >
 
185
        <enum>Qt::Vertical</enum>
 
186
       </property>
 
187
       <property name="sizeType" >
 
188
        <enum>QSizePolicy::Expanding</enum>
 
189
       </property>
 
190
       <property name="sizeHint" stdset="0" >
 
191
        <size>
 
192
         <width>20</width>
 
193
         <height>21</height>
 
194
        </size>
 
195
       </property>
 
196
      </spacer>
 
197
     </item>
 
198
    </layout>
 
199
   </item>
 
200
   <item row="0" column="1" >
 
201
    <spacer name="horizontalSpacer" >
 
202
     <property name="orientation" >
 
203
      <enum>Qt::Horizontal</enum>
 
204
     </property>
 
205
     <property name="sizeHint" stdset="0" >
 
206
      <size>
 
207
       <width>211</width>
 
208
       <height>20</height>
 
209
      </size>
 
210
     </property>
 
211
    </spacer>
 
212
   </item>
 
213
   <item row="1" column="0" >
 
214
    <spacer name="verticalSpacer" >
 
215
     <property name="orientation" >
 
216
      <enum>Qt::Vertical</enum>
 
217
     </property>
 
218
     <property name="sizeHint" stdset="0" >
 
219
      <size>
 
220
       <width>20</width>
 
221
       <height>74</height>
 
222
      </size>
 
223
     </property>
 
224
    </spacer>
 
225
   </item>
 
226
  </layout>
 
227
 </widget>
 
228
 <layoutdefault spacing="6" margin="11" />
 
229
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
230
 <resources/>
 
231
 <connections/>
 
232
</ui>