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 |
<author></author> |
|
3 |
<comment>********************************************************************* |
|
4 |
** |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
5 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 6 |
** All rights reserved. |
7 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
8 |
** |
|
9 |
** This file is part of the autotests of the Qt Toolkit. |
|
10 |
** |
|
11 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
12 |
** No Commercial Usage |
|
13 |
** This file contains pre-release code and may not be distributed. |
|
14 |
** You may use this file in accordance with the terms and conditions |
|
15 |
** contained in the Technology Preview License Agreement accompanying |
|
16 |
** this package. |
|
17 |
** |
|
18 |
** GNU Lesser General Public License Usage |
|
19 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
20 |
** General Public License version 2.1 as published by the Free Software |
|
21 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
22 |
** packaging of this file. Please review the following information to |
|
23 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
24 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
25 |
** |
|
26 |
** In addition, as a special exception, Nokia gives you certain additional |
|
27 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
28 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
29 |
** |
|
30 |
** If you have questions regarding the use of this file, please contact |
|
31 |
** Nokia at qt-info@nokia.com. |
|
32 |
** |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** |
|
40 |
** $QT_END_LICENSE$ |
|
41 |
** |
|
42 |
*********************************************************************</comment> |
|
43 |
<exportmacro></exportmacro> |
|
44 |
<class>NewForm</class> |
|
45 |
<widget class="QDialog" name="NewForm" > |
|
46 |
<property name="geometry" > |
|
47 |
<rect> |
|
48 |
<x>0</x> |
|
49 |
<y>0</y> |
|
50 |
<width>495</width> |
|
51 |
<height>319</height> |
|
52 |
</rect> |
|
53 |
</property> |
|
54 |
<property name="windowTitle" > |
|
55 |
<string>New Form</string> |
|
56 |
</property> |
|
57 |
<layout class="QVBoxLayout" > |
|
58 |
<property name="margin" > |
|
59 |
<number>9</number> |
|
60 |
</property> |
|
61 |
<property name="spacing" > |
|
62 |
<number>6</number> |
|
63 |
</property> |
|
64 |
<item> |
|
65 |
<layout class="QHBoxLayout" > |
|
66 |
<property name="margin" > |
|
67 |
<number>1</number> |
|
68 |
</property> |
|
69 |
<property name="spacing" > |
|
70 |
<number>6</number> |
|
71 |
</property> |
|
72 |
<item> |
|
73 |
<widget class="QTreeWidget" name="treeWidget" > |
|
74 |
<property name="iconSize" > |
|
75 |
<size> |
|
76 |
<width>128</width> |
|
77 |
<height>128</height> |
|
78 |
</size> |
|
79 |
</property> |
|
80 |
<property name="rootIsDecorated" > |
|
81 |
<bool>false</bool> |
|
82 |
</property> |
|
83 |
<property name="columnCount" > |
|
84 |
<number>1</number> |
|
85 |
</property> |
|
86 |
<column> |
|
87 |
<property name="text" > |
|
88 |
<string>0</string> |
|
89 |
</property> |
|
90 |
</column> |
|
91 |
</widget> |
|
92 |
</item> |
|
93 |
<item> |
|
94 |
<widget class="QLabel" name="lblPreview" > |
|
95 |
<property name="sizePolicy" > |
|
96 |
<sizepolicy> |
|
97 |
<hsizetype>7</hsizetype> |
|
98 |
<vsizetype>5</vsizetype> |
|
99 |
<horstretch>0</horstretch> |
|
100 |
<verstretch>0</verstretch> |
|
101 |
</sizepolicy> |
|
102 |
</property> |
|
103 |
<property name="lineWidth" > |
|
104 |
<number>1</number> |
|
105 |
</property> |
|
106 |
<property name="text" > |
|
107 |
<string>Choose a template for a preview</string> |
|
108 |
</property> |
|
109 |
<property name="alignment" > |
|
110 |
<set>Qt::AlignCenter</set> |
|
111 |
</property> |
|
112 |
<property name="margin" > |
|
113 |
<number>5</number> |
|
114 |
</property> |
|
115 |
</widget> |
|
116 |
</item> |
|
117 |
</layout> |
|
118 |
</item> |
|
119 |
<item> |
|
120 |
<widget class="QFrame" name="horizontalLine" > |
|
121 |
<property name="frameShape" > |
|
122 |
<enum>QFrame::HLine</enum> |
|
123 |
</property> |
|
124 |
<property name="frameShadow" > |
|
125 |
<enum>QFrame::Sunken</enum> |
|
126 |
</property> |
|
127 |
</widget> |
|
128 |
</item> |
|
129 |
<item> |
|
130 |
<widget class="QCheckBox" name="chkShowOnStartup" > |
|
131 |
<property name="text" > |
|
132 |
<string>Show this Dialog on Startup</string> |
|
133 |
</property> |
|
134 |
</widget> |
|
135 |
</item> |
|
136 |
<item> |
|
137 |
<widget class="QDialogButtonBox" name="buttonBox" /> |
|
138 |
</item> |
|
139 |
</layout> |
|
140 |
</widget> |
|
141 |
<pixmapfunction></pixmapfunction> |
|
142 |
<customwidgets> |
|
143 |
<customwidget> |
|
144 |
<class>QDialogButtonBox</class> |
|
145 |
<extends>QWidget</extends> |
|
146 |
<header>qdialogbuttonbox.h</header> |
|
147 |
<container>1</container> |
|
148 |
<pixmap></pixmap> |
|
149 |
</customwidget> |
|
150 |
</customwidgets> |
|
151 |
<resources/> |
|
152 |
<connections/> |
|
153 |
</ui> |