Merge branch 'cmake'
[quassel.git] / src / qtui / ui / coreconfigwizardadminuserpage.ui
1 <ui version="4.0" >
2  <class>CoreConfigWizardAdminUserPage</class>
3  <widget class="QWidget" name="CoreConfigWizardAdminUserPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>429</width>
9     <height>273</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QGridLayout" >
18      <item row="0" column="0" >
19       <widget class="QLabel" name="label_2" >
20        <property name="text" >
21         <string>Username:</string>
22        </property>
23       </widget>
24      </item>
25      <item row="0" column="1" >
26       <widget class="QLineEdit" name="user" />
27      </item>
28      <item row="1" column="0" >
29       <widget class="QLabel" name="label_3" >
30        <property name="text" >
31         <string>Password:</string>
32        </property>
33       </widget>
34      </item>
35      <item row="1" column="1" >
36       <widget class="QLineEdit" name="password" >
37        <property name="echoMode" >
38         <enum>QLineEdit::Password</enum>
39        </property>
40       </widget>
41      </item>
42      <item row="2" column="0" >
43       <widget class="QLabel" name="label_4" >
44        <property name="text" >
45         <string>Repeat password:</string>
46        </property>
47       </widget>
48      </item>
49      <item row="2" column="1" >
50       <widget class="QLineEdit" name="password2" >
51        <property name="echoMode" >
52         <enum>QLineEdit::Password</enum>
53        </property>
54       </widget>
55      </item>
56      <item row="3" column="1" >
57       <widget class="QCheckBox" name="rememberPasswd" >
58        <property name="text" >
59         <string>Remember password</string>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <widget class="QLabel" name="label" >
67      <property name="text" >
68       <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
69 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
70 p, li { white-space: pre-wrap; }
71 &lt;/style>&lt;/head>&lt;body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
72 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">Note: Adding more users and changing your username/password is not possible via Quassel's interface yet.&lt;/span>&lt;/p>
73 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;">If you need to do these things have a look at the manageusers.py script which is located in the /scripts directory.&lt;/p>&lt;/body>&lt;/html></string>
74      </property>
75      <property name="alignment" >
76       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
77      </property>
78      <property name="wordWrap" >
79       <bool>true</bool>
80      </property>
81     </widget>
82    </item>
83    <item>
84     <spacer>
85      <property name="orientation" >
86       <enum>Qt::Vertical</enum>
87      </property>
88      <property name="sizeHint" stdset="0" >
89       <size>
90        <width>405</width>
91        <height>51</height>
92       </size>
93      </property>
94     </spacer>
95    </item>
96   </layout>
97  </widget>
98  <resources/>
99  <connections/>
100 </ui>