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

« back to all changes in this revision

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