3
<widget class="QWidget" name="NewMode" >
4
<property name="geometry" >
12
<property name="windowTitle" >
13
<string>New Mode</string>
15
<layout class="QVBoxLayout" name="verticalLayout" >
17
<widget class="QTreeWidget" name="theRemotes" >
18
<property name="showDropIndicator" stdset="0" >
21
<property name="rootIsDecorated" >
24
<property name="itemsExpandable" >
28
<property name="text" >
29
<string>Remotes</string>
35
<layout class="QHBoxLayout" >
36
<property name="margin" >
40
<widget class="QLabel" name="textLabel5" >
41
<property name="text" >
42
<string comment="Name of the remote mode" >Name:</string>
47
<widget class="KLineEdit" name="theName" />
52
<layout class="QHBoxLayout" name="horizontalLayout" >
54
<widget class="QCheckBox" name="theDefault" >
55
<property name="text" >
56
<string>Set mode as default</string>
63
<layout class="QGridLayout" name="gridLayout" >
64
<item row="0" column="3" >
65
<widget class="KIconButton" name="theIcon" >
66
<property name="enabled" >
69
<property name="sizePolicy" >
70
<sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
71
<horstretch>16</horstretch>
72
<verstretch>16</verstretch>
75
<property name="baseSize" >
81
<property name="text" >
84
<property name="checkable" >
87
<property name="iconSize" >
90
<property name="strictIconSize" >
95
<item row="0" column="0" >
96
<widget class="QCheckBox" name="checkBox" >
97
<property name="text" >
98
<string>&Icon </string>
102
<item row="0" column="1" >
103
<spacer name="horizontalSpacer" >
104
<property name="orientation" >
105
<enum>Qt::Horizontal</enum>
107
<property name="sizeHint" stdset="0" >
121
<class>KIconButton</class>
122
<extends>QPushButton</extends>
123
<header>kicondialog.h</header>
126
<class>KLineEdit</class>
127
<extends>QLineEdit</extends>
128
<header>klineedit.h</header>