2 <class>DlgWebinterface</class>
3 <widget class="QWidget" name="DlgWebinterface" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
13 <property name="spacing" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
25 <property name="bottomMargin" >
29 <widget class="QGroupBox" name="kcfg_WebinterfaceEnabled" >
30 <property name="title" >
31 <string>Enable Webinterface</string>
33 <property name="checkable" >
36 <property name="checked" >
39 <layout class="QGridLayout" >
40 <item row="0" column="0" >
41 <widget class="QLabel" name="portLabel" >
42 <property name="text" >
43 <string>Port:</string>
47 <item rowspan="3" row="0" column="1" >
49 <property name="orientation" >
50 <enum>Qt::Horizontal</enum>
52 <property name="sizeHint" >
60 <item row="0" column="2" >
61 <widget class="QSpinBox" name="kcfg_WebinterfacePort" >
62 <property name="maximum" >
63 <number>100000</number>
67 <item row="1" column="0" >
68 <widget class="QLabel" name="userLabel" >
69 <property name="text" >
70 <string>User:</string>
74 <item row="1" column="2" >
75 <widget class="KLineEdit" name="kcfg_WebinterfaceUser" >
76 <property name="showClearButton" stdset="0" >
81 <item row="2" column="0" >
82 <widget class="QLabel" name="passwordLabel" >
83 <property name="text" >
84 <string>Password:</string>
88 <item row="2" column="2" >
89 <widget class="KLineEdit" name="kcfg_WebinterfacePassword" >
90 <property name="showClearButton" stdset="0" >
93 <property name="passwordMode" >
98 <item row="3" column="0" colspan="3" >
100 <property name="orientation" >
101 <enum>Qt::Vertical</enum>
103 <property name="sizeHint" >
116 <property name="orientation" >
117 <enum>Qt::Vertical</enum>
119 <property name="sizeHint" >
131 <class>KLineEdit</class>
132 <extends>QLineEdit</extends>
133 <header>klineedit.h</header>