OSDN Git Service

Rename boardmanager.cpp and boardmanager.h
[kita/kita.git] / src / prefs / loginprefbase.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Kita::LoginPrefBase</class>
4  <widget class="QWidget" name="Kita::LoginPrefBase">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>484</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout">
14    <item>
15     <layout class="QVBoxLayout">
16      <item>
17       <layout class="QHBoxLayout">
18        <item>
19         <layout class="QGridLayout">
20          <item row="0" column="0">
21           <widget class="QLabel" name="userIDLabel">
22            <property name="text">
23             <string>User ID</string>
24            </property>
25            <property name="wordWrap">
26             <bool>false</bool>
27            </property>
28            <property name="buddy">
29             <cstring>kcfg_UserID</cstring>
30            </property>
31           </widget>
32          </item>
33          <item row="0" column="1">
34           <widget class="KLineEdit" name="kcfg_UserID"/>
35          </item>
36          <item row="1" column="1">
37           <widget class="KLineEdit" name="kcfg_Password">
38            <property name="echoMode">
39             <enum>QLineEdit::Password</enum>
40            </property>
41           </widget>
42          </item>
43          <item row="1" column="0">
44           <widget class="QLabel" name="passwordLabel">
45            <property name="text">
46             <string>Password</string>
47            </property>
48            <property name="wordWrap">
49             <bool>false</bool>
50            </property>
51            <property name="buddy">
52             <cstring>kcfg_Password</cstring>
53            </property>
54           </widget>
55          </item>
56         </layout>
57        </item>
58        <item>
59         <spacer name="spacer6">
60          <property name="orientation">
61           <enum>Qt::Horizontal</enum>
62          </property>
63          <property name="sizeType">
64           <enum>QSizePolicy::Expanding</enum>
65          </property>
66          <property name="sizeHint" stdset="0">
67           <size>
68            <width>285</width>
69            <height>20</height>
70           </size>
71          </property>
72         </spacer>
73        </item>
74       </layout>
75      </item>
76      <item>
77       <widget class="QCheckBox" name="kcfg_AutoLogin">
78        <property name="text">
79         <string>Enables auto login</string>
80        </property>
81       </widget>
82      </item>
83      <item>
84       <layout class="QHBoxLayout">
85        <item>
86         <layout class="QGridLayout">
87          <item row="0" column="0">
88           <widget class="QLabel" name="BeMailAddressLabel">
89            <property name="text">
90             <string>Be mail address</string>
91            </property>
92            <property name="wordWrap">
93             <bool>false</bool>
94            </property>
95            <property name="buddy">
96             <cstring>kcfg_BeMailAddress</cstring>
97            </property>
98           </widget>
99          </item>
100          <item row="0" column="1">
101           <widget class="KLineEdit" name="kcfg_BeMailAddress"/>
102          </item>
103          <item row="1" column="0">
104           <widget class="QLabel" name="BeAuthCodeLabel">
105            <property name="text">
106             <string>Be auth code</string>
107            </property>
108            <property name="wordWrap">
109             <bool>false</bool>
110            </property>
111            <property name="buddy">
112             <cstring>kcfg_BeAuthCode</cstring>
113            </property>
114           </widget>
115          </item>
116          <item row="1" column="1">
117           <widget class="KLineEdit" name="kcfg_BeAuthCode"/>
118          </item>
119         </layout>
120        </item>
121        <item>
122         <spacer name="spacer7">
123          <property name="orientation">
124           <enum>Qt::Horizontal</enum>
125          </property>
126          <property name="sizeType">
127           <enum>QSizePolicy::Expanding</enum>
128          </property>
129          <property name="sizeHint" stdset="0">
130           <size>
131            <width>40</width>
132            <height>20</height>
133           </size>
134          </property>
135         </spacer>
136        </item>
137       </layout>
138      </item>
139     </layout>
140    </item>
141    <item>
142     <spacer name="spacer5">
143      <property name="orientation">
144       <enum>Qt::Vertical</enum>
145      </property>
146      <property name="sizeType">
147       <enum>QSizePolicy::Expanding</enum>
148      </property>
149      <property name="sizeHint" stdset="0">
150       <size>
151        <width>20</width>
152        <height>325</height>
153       </size>
154      </property>
155     </spacer>
156    </item>
157   </layout>
158  </widget>
159  <layoutdefault spacing="6" margin="11"/>
160  <customwidgets>
161   <customwidget>
162    <class>KLineEdit</class>
163    <extends>QLineEdit</extends>
164    <header>klineedit.h</header>
165   </customwidget>
166  </customwidgets>
167  <includes>
168   <include location="local">klineedit.h</include>
169  </includes>
170 </ui>