source: trunk/tools/designer/src/lib/shared/newformwidget.ui@ 651

Last change on this file since 651 was 651, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.2 sources.

File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>*********************************************************************
4**
5** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6** All rights reserved.
7** Contact: Nokia Corporation ([email protected])
8**
9** This file is part of the Qt Designer of the Qt Toolkit.
10**
11** $QT_BEGIN_LICENSE:LGPL$
12** Commercial Usage
13** Licensees holding valid Qt Commercial licenses may use this file in
14** accordance with the Qt Commercial License Agreement provided with the
15** Software or, alternatively, in accordance with the terms contained in
16** a written agreement between you and Nokia.
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** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
38** If you have questions regarding the use of this file, please contact
39** Nokia at [email protected].
40** $QT_END_LICENSE$
41**
42*********************************************************************</comment>
43 <class>qdesigner_internal::NewFormWidget</class>
44 <widget class="QWidget" name="qdesigner_internal::NewFormWidget">
45 <property name="geometry">
46 <rect>
47 <x>0</x>
48 <y>0</y>
49 <width>480</width>
50 <height>194</height>
51 </rect>
52 </property>
53 <layout class="QHBoxLayout">
54 <property name="spacing">
55 <number>6</number>
56 </property>
57 <property name="margin">
58 <number>1</number>
59 </property>
60 <item>
61 <widget class="QTreeWidget" name="treeWidget">
62 <property name="minimumSize">
63 <size>
64 <width>200</width>
65 <height>0</height>
66 </size>
67 </property>
68 <property name="iconSize">
69 <size>
70 <width>128</width>
71 <height>128</height>
72 </size>
73 </property>
74 <property name="rootIsDecorated">
75 <bool>false</bool>
76 </property>
77 <property name="columnCount">
78 <number>1</number>
79 </property>
80 <column>
81 <property name="text">
82 <string>0</string>
83 </property>
84 </column>
85 </widget>
86 </item>
87 <item>
88 <layout class="QVBoxLayout" name="verticalLayout">
89 <item>
90 <widget class="QLabel" name="lblPreview">
91 <property name="sizePolicy">
92 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
93 <horstretch>0</horstretch>
94 <verstretch>0</verstretch>
95 </sizepolicy>
96 </property>
97 <property name="lineWidth">
98 <number>1</number>
99 </property>
100 <property name="text">
101 <string>Choose a template for a preview</string>
102 </property>
103 <property name="alignment">
104 <set>Qt::AlignCenter</set>
105 </property>
106 <property name="margin">
107 <number>5</number>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <spacer name="verticalSpacer">
113 <property name="orientation">
114 <enum>Qt::Vertical</enum>
115 </property>
116 <property name="sizeHint" stdset="0">
117 <size>
118 <width>20</width>
119 <height>40</height>
120 </size>
121 </property>
122 </spacer>
123 </item>
124 <item>
125 <layout class="QHBoxLayout" name="horizontalLayout">
126 <item>
127 <spacer name="horizontalSpacer">
128 <property name="orientation">
129 <enum>Qt::Horizontal</enum>
130 </property>
131 <property name="sizeType">
132 <enum>QSizePolicy::Fixed</enum>
133 </property>
134 <property name="sizeHint" stdset="0">
135 <size>
136 <width>7</width>
137 <height>0</height>
138 </size>
139 </property>
140 </spacer>
141 </item>
142 <item>
143 <widget class="QGroupBox" name="embeddedGroup">
144 <property name="title">
145 <string>Embedded Design</string>
146 </property>
147 <layout class="QGridLayout" name="gridLayout">
148 <item row="0" column="1">
149 <widget class="QComboBox" name="profileComboBox"/>
150 </item>
151 <item row="1" column="1">
152 <widget class="QComboBox" name="sizeComboBox"/>
153 </item>
154 <item row="0" column="0">
155 <widget class="QLabel" name="label">
156 <property name="text">
157 <string>Device:</string>
158 </property>
159 </widget>
160 </item>
161 <item row="1" column="0">
162 <widget class="QLabel" name="label_2">
163 <property name="text">
164 <string>Screen Size:</string>
165 </property>
166 </widget>
167 </item>
168 </layout>
169 </widget>
170 </item>
171 <item>
172 <spacer name="horizontalSpacer_2">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 <property name="sizeHint" stdset="0">
177 <size>
178 <width>40</width>
179 <height>20</height>
180 </size>
181 </property>
182 </spacer>
183 </item>
184 </layout>
185 </item>
186 </layout>
187 </item>
188 </layout>
189 </widget>
190 <resources/>
191 <connections/>
192</ui>
Note: See TracBrowser for help on using the repository browser.