summaryrefslogtreecommitdiff
path: root/core/settings/security/loginbase.ui
Unidiff
Diffstat (limited to 'core/settings/security/loginbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/loginbase.ui106
1 files changed, 106 insertions, 0 deletions
diff --git a/core/settings/security/loginbase.ui b/core/settings/security/loginbase.ui
new file mode 100644
index 0000000..03e5149
--- a/dev/null
+++ b/core/settings/security/loginbase.ui
@@ -0,0 +1,106 @@
1<!DOCTYPE UI><UI>
2<class>LoginBase</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>LoginBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>174</width>
15 <height>126</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>LoginBase</string>
21 </property>
22 <vbox>
23 <property stdset="1">
24 <name>margin</name>
25 <number>11</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>6</number>
30 </property>
31 <widget>
32 <class>QGroupBox</class>
33 <property stdset="1">
34 <name>name</name>
35 <cstring>GroupBox3</cstring>
36 </property>
37 <property stdset="1">
38 <name>title</name>
39 <string>Login</string>
40 </property>
41 <vbox>
42 <property stdset="1">
43 <name>margin</name>
44 <number>6</number>
45 </property>
46 <property stdset="1">
47 <name>spacing</name>
48 <number>6</number>
49 </property>
50 <widget>
51 <class>QCheckBox</class>
52 <property stdset="1">
53 <name>name</name>
54 <cstring>autologinToggle</cstring>
55 </property>
56 <property stdset="1">
57 <name>text</name>
58 <string>Login Automatically</string>
59 </property>
60 <property>
61 <name>whatsThis</name>
62 <string>If you select this option, opie-login will automagically log you in with the user you have selected in the drop-down list.
63
64For the Zaurus 5x00 this is always the user "root".</string>
65 </property>
66 </widget>
67 <widget>
68 <class>QComboBox</class>
69 <property stdset="1">
70 <name>name</name>
71 <cstring>userlist</cstring>
72 </property>
73 <property>
74 <name>whatsThis</name>
75 <string>This drop-down list allows you to select the user for auto-login
76(if enabled above).
77
78You can only select an actually configured user.</string>
79 </property>
80 </widget>
81 </vbox>
82 </widget>
83 <spacer>
84 <property>
85 <name>name</name>
86 <cstring>Spacer2</cstring>
87 </property>
88 <property stdset="1">
89 <name>orientation</name>
90 <enum>Vertical</enum>
91 </property>
92 <property stdset="1">
93 <name>sizeType</name>
94 <enum>Expanding</enum>
95 </property>
96 <property>
97 <name>sizeHint</name>
98 <size>
99 <width>20</width>
100 <height>20</height>
101 </size>
102 </property>
103 </spacer>
104 </vbox>
105</widget>
106</UI>