author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 14 May 2010 16:40:13 +0300 | |
changeset 22 | 79de32ba3296 |
parent 18 | 2f34d5167611 |
permissions | -rw-r--r-- |
0 | 1 |
<ui version="4.0" > |
2 |
<comment>********************************************************************* |
|
3 |
** |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
4 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 5 |
** All rights reserved. |
6 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
7 |
** |
|
8 |
** This file is part of the autotests of the Qt Toolkit. |
|
9 |
** |
|
10 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
11 |
** No Commercial Usage |
|
12 |
** This file contains pre-release code and may not be distributed. |
|
13 |
** You may use this file in accordance with the terms and conditions |
|
14 |
** contained in the Technology Preview License Agreement accompanying |
|
15 |
** this package. |
|
16 |
** |
|
17 |
** GNU Lesser General Public License Usage |
|
18 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
19 |
** General Public License version 2.1 as published by the Free Software |
|
20 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
21 |
** packaging of this file. Please review the following information to |
|
22 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
23 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
24 |
** |
|
25 |
** In addition, as a special exception, Nokia gives you certain additional |
|
26 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
27 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
28 |
** |
|
29 |
** If you have questions regarding the use of this file, please contact |
|
30 |
** Nokia at qt-info@nokia.com. |
|
31 |
** |
|
32 |
** |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** $QT_END_LICENSE$ |
|
40 |
** |
|
41 |
*********************************************************************</comment> |
|
42 |
<class>qdesigner_internal::NewActionDialog</class> |
|
43 |
<widget class="QDialog" name="qdesigner_internal::NewActionDialog" > |
|
44 |
<property name="geometry" > |
|
45 |
<rect> |
|
46 |
<x>0</x> |
|
47 |
<y>0</y> |
|
48 |
<width>363</width> |
|
49 |
<height>156</height> |
|
50 |
</rect> |
|
51 |
</property> |
|
52 |
<property name="windowTitle" > |
|
53 |
<string>New Action...</string> |
|
54 |
</property> |
|
55 |
<layout class="QVBoxLayout" name="verticalLayout" > |
|
56 |
<item> |
|
57 |
<layout class="QFormLayout" name="formLayout" > |
|
58 |
<item row="0" column="0" > |
|
59 |
<widget class="QLabel" name="label" > |
|
60 |
<property name="text" > |
|
61 |
<string>&Text:</string> |
|
62 |
</property> |
|
63 |
<property name="buddy" > |
|
64 |
<cstring>editActionText</cstring> |
|
65 |
</property> |
|
66 |
</widget> |
|
67 |
</item> |
|
68 |
<item row="0" column="1" > |
|
69 |
<widget class="QLineEdit" name="editActionText" > |
|
70 |
<property name="minimumSize" > |
|
71 |
<size> |
|
72 |
<width>255</width> |
|
73 |
<height>0</height> |
|
74 |
</size> |
|
75 |
</property> |
|
76 |
</widget> |
|
77 |
</item> |
|
78 |
<item row="1" column="0" > |
|
79 |
<widget class="QLabel" name="label_3" > |
|
80 |
<property name="text" > |
|
81 |
<string>Object &name:</string> |
|
82 |
</property> |
|
83 |
<property name="buddy" > |
|
84 |
<cstring>editObjectName</cstring> |
|
85 |
</property> |
|
86 |
</widget> |
|
87 |
</item> |
|
88 |
<item row="1" column="1" > |
|
89 |
<widget class="QLineEdit" name="editObjectName" /> |
|
90 |
</item> |
|
91 |
<item row="2" column="0" > |
|
92 |
<widget class="QLabel" name="label_2" > |
|
93 |
<property name="text" > |
|
94 |
<string>&Icon:</string> |
|
95 |
</property> |
|
96 |
<property name="buddy" > |
|
97 |
<cstring>iconSelector</cstring> |
|
98 |
</property> |
|
99 |
</widget> |
|
100 |
</item> |
|
101 |
<item row="2" column="1" > |
|
102 |
<layout class="QHBoxLayout" name="horizontalLayout" > |
|
103 |
<item> |
|
104 |
<widget class="qdesigner_internal::IconSelector" native="1" name="iconSelector" /> |
|
105 |
</item> |
|
106 |
<item> |
|
107 |
<spacer> |
|
108 |
<property name="orientation" > |
|
109 |
<enum>Qt::Horizontal</enum> |
|
110 |
</property> |
|
111 |
<property name="sizeHint" stdset="0" > |
|
112 |
<size> |
|
113 |
<width>40</width> |
|
114 |
<height>20</height> |
|
115 |
</size> |
|
116 |
</property> |
|
117 |
</spacer> |
|
118 |
</item> |
|
119 |
</layout> |
|
120 |
</item> |
|
121 |
</layout> |
|
122 |
</item> |
|
123 |
<item> |
|
124 |
<spacer name="verticalSpacer" > |
|
125 |
<property name="orientation" > |
|
126 |
<enum>Qt::Vertical</enum> |
|
127 |
</property> |
|
128 |
<property name="sizeHint" stdset="0" > |
|
129 |
<size> |
|
130 |
<width>0</width> |
|
131 |
<height>0</height> |
|
132 |
</size> |
|
133 |
</property> |
|
134 |
</spacer> |
|
135 |
</item> |
|
136 |
<item> |
|
137 |
<widget class="Line" name="line" > |
|
138 |
<property name="orientation" > |
|
139 |
<enum>Qt::Horizontal</enum> |
|
140 |
</property> |
|
141 |
</widget> |
|
142 |
</item> |
|
143 |
<item> |
|
144 |
<widget class="QDialogButtonBox" name="buttonBox" > |
|
145 |
<property name="orientation" > |
|
146 |
<enum>Qt::Horizontal</enum> |
|
147 |
</property> |
|
148 |
<property name="standardButtons" > |
|
149 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
150 |
</property> |
|
151 |
</widget> |
|
152 |
</item> |
|
153 |
</layout> |
|
154 |
</widget> |
|
155 |
<customwidgets> |
|
156 |
<customwidget> |
|
157 |
<class>qdesigner_internal::IconSelector</class> |
|
158 |
<extends>QWidget</extends> |
|
159 |
<header>iconselector_p.h</header> |
|
160 |
<container>1</container> |
|
161 |
</customwidget> |
|
162 |
</customwidgets> |
|
163 |
<tabstops> |
|
164 |
<tabstop>editActionText</tabstop> |
|
165 |
<tabstop>editObjectName</tabstop> |
|
166 |
</tabstops> |
|
167 |
<resources/> |
|
168 |
<connections> |
|
169 |
<connection> |
|
170 |
<sender>buttonBox</sender> |
|
171 |
<signal>accepted()</signal> |
|
172 |
<receiver>qdesigner_internal::NewActionDialog</receiver> |
|
173 |
<slot>accept()</slot> |
|
174 |
<hints> |
|
175 |
<hint type="sourcelabel" > |
|
176 |
<x>165</x> |
|
177 |
<y>162</y> |
|
178 |
</hint> |
|
179 |
<hint type="destinationlabel" > |
|
180 |
<x>291</x> |
|
181 |
<y>94</y> |
|
182 |
</hint> |
|
183 |
</hints> |
|
184 |
</connection> |
|
185 |
<connection> |
|
186 |
<sender>buttonBox</sender> |
|
187 |
<signal>rejected()</signal> |
|
188 |
<receiver>qdesigner_internal::NewActionDialog</receiver> |
|
189 |
<slot>reject()</slot> |
|
190 |
<hints> |
|
191 |
<hint type="sourcelabel" > |
|
192 |
<x>259</x> |
|
193 |
<y>162</y> |
|
194 |
</hint> |
|
195 |
<hint type="destinationlabel" > |
|
196 |
<x>293</x> |
|
197 |
<y>128</y> |
|
198 |
</hint> |
|
199 |
</hints> |
|
200 |
</connection> |
|
201 |
</connections> |
|
202 |
</ui> |