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

« back to all changes in this revision

Viewing changes to src/profileuseroptionsbase4.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>ProfileUserOptionsBase</class>
 
3
 <widget class="QWidget" name="ProfileUserOptionsBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>382</width>
 
9
    <height>208</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>User Data</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <layout class="QGridLayout" >
 
18
     <item row="3" column="1" >
 
19
      <widget class="KLineEdit" name="NtDomainNameLineedit" >
 
20
       <property name="enabled" >
 
21
        <bool>false</bool>
 
22
       </property>
 
23
       <property name="toolTip" >
 
24
        <string>NT domain name for authentication</string>
 
25
       </property>
 
26
      </widget>
 
27
     </item>
 
28
     <item row="3" column="0" >
 
29
      <widget class="QCheckBox" name="NtDomainNameCheckbox" >
 
30
       <property name="enabled" >
 
31
        <bool>false</bool>
 
32
       </property>
 
33
       <property name="toolTip" >
 
34
        <string>Use NT domain for authentication</string>
 
35
       </property>
 
36
       <property name="text" >
 
37
        <string>N&amp;T domain name</string>
 
38
       </property>
 
39
      </widget>
 
40
     </item>
 
41
     <item row="0" column="1" >
 
42
      <widget class="KLineEdit" name="UsernameLineEdit" >
 
43
       <property name="toolTip" >
 
44
        <string>Username for authentication</string>
 
45
       </property>
 
46
      </widget>
 
47
     </item>
 
48
     <item row="1" column="1" >
 
49
      <widget class="QLineEdit" name="PasswordEdit" >
 
50
       <property name="toolTip" >
 
51
        <string>Password for authentication</string>
 
52
       </property>
 
53
       <property name="echoMode" >
 
54
        <enum>QLineEdit::Password</enum>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
     <item row="0" column="0" >
 
59
      <layout class="QHBoxLayout" >
 
60
       <item>
 
61
        <widget class="QLabel" name="LabelUsername" >
 
62
         <property name="text" >
 
63
          <string>Username:</string>
 
64
         </property>
 
65
         <property name="wordWrap" >
 
66
          <bool>false</bool>
 
67
         </property>
 
68
        </widget>
 
69
       </item>
 
70
      </layout>
 
71
     </item>
 
72
     <item row="1" column="0" >
 
73
      <layout class="QHBoxLayout" >
 
74
       <item>
 
75
        <widget class="QLabel" name="LabelPassword" >
 
76
         <property name="text" >
 
77
          <string>Password:</string>
 
78
         </property>
 
79
         <property name="wordWrap" >
 
80
          <bool>false</bool>
 
81
         </property>
 
82
        </widget>
 
83
       </item>
 
84
      </layout>
 
85
     </item>
 
86
    </layout>
 
87
   </item>
 
88
   <item>
 
89
    <layout class="QHBoxLayout" >
 
90
     <item>
 
91
      <spacer name="horizontalSpacer" >
 
92
       <property name="orientation" >
 
93
        <enum>Qt::Horizontal</enum>
 
94
       </property>
 
95
       <property name="sizeHint" stdset="0" >
 
96
        <size>
 
97
         <width>40</width>
 
98
         <height>20</height>
 
99
        </size>
 
100
       </property>
 
101
      </spacer>
 
102
     </item>
 
103
     <item>
 
104
      <widget class="QCheckBox" name="DontSaveUsernameCheckBox" >
 
105
       <property name="toolTip" >
 
106
        <string>Do not save the username in config nor KWallet</string>
 
107
       </property>
 
108
       <property name="text" >
 
109
        <string>Dont save username</string>
 
110
       </property>
 
111
       <property name="shortcut" >
 
112
        <string/>
 
113
       </property>
 
114
      </widget>
 
115
     </item>
 
116
    </layout>
 
117
   </item>
 
118
   <item>
 
119
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
120
     <item>
 
121
      <spacer name="horizontalSpacer_2" >
 
122
       <property name="orientation" >
 
123
        <enum>Qt::Horizontal</enum>
 
124
       </property>
 
125
       <property name="sizeHint" stdset="0" >
 
126
        <size>
 
127
         <width>238</width>
 
128
         <height>17</height>
 
129
        </size>
 
130
       </property>
 
131
      </spacer>
 
132
     </item>
 
133
     <item>
 
134
      <widget class="QCheckBox" name="CheckUserPass" >
 
135
       <property name="toolTip" >
 
136
        <string>Save user password in config file (or in KWallet if available)</string>
 
137
       </property>
 
138
       <property name="text" >
 
139
        <string>Save &amp;user password</string>
 
140
       </property>
 
141
      </widget>
 
142
     </item>
 
143
    </layout>
 
144
   </item>
 
145
   <item>
 
146
    <widget class="QCheckBox" name="HideGroupPasswordInAccountDataDialogCheckBox" >
 
147
     <property name="toolTip" >
 
148
      <string>Do not show group password field in dialog for request username/password.</string>
 
149
     </property>
 
150
     <property name="text" >
 
151
      <string>Hide group pass&amp;word field in account data dialog</string>
 
152
     </property>
 
153
    </widget>
 
154
   </item>
 
155
   <item>
 
156
    <spacer>
 
157
     <property name="orientation" >
 
158
      <enum>Qt::Vertical</enum>
 
159
     </property>
 
160
     <property name="sizeType" >
 
161
      <enum>QSizePolicy::Expanding</enum>
 
162
     </property>
 
163
     <property name="sizeHint" stdset="0" >
 
164
      <size>
 
165
       <width>20</width>
 
166
       <height>48</height>
 
167
      </size>
 
168
     </property>
 
169
    </spacer>
 
170
   </item>
 
171
  </layout>
 
172
 </widget>
 
173
 <layoutdefault spacing="6" margin="11" />
 
174
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
175
 <customwidgets>
 
176
  <customwidget>
 
177
   <class>KLineEdit</class>
 
178
   <extends>QLineEdit</extends>
 
179
   <header>klineedit.h</header>
 
180
  </customwidget>
 
181
 </customwidgets>
 
182
 <includes>
 
183
  <include location="local" >klineedit.h</include>
 
184
  <include location="local" >klineedit.h</include>
 
185
 </includes>
 
186
 <resources/>
 
187
 <connections/>
 
188
</ui>