source: trunk/tools/activeqt/testcon/changeproperties.ui@ 235

Last change on this file since 235 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 6.2 KB
Line 
1<ui version="4.0" >
2 <author></author>
3 <comment>*********************************************************************
4**
5** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
6** Contact: Qt Software Information ([email protected])
7**
8** This file is part of the tools applications of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial Usage
12** Licensees holding valid Qt Commercial licenses may use this file in
13** accordance with the Qt Commercial License Agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and Nokia.
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
26** additional rights. These rights are described in the Nokia Qt LGPL
27** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
28** 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 are unsure which license is appropriate for your use, please
39** contact the sales department at [email protected].
40** $QT_END_LICENSE$
41**
42*********************************************************************</comment>
43 <exportmacro></exportmacro>
44 <class>ChangeProperties</class>
45 <widget class="QDialog" name="ChangeProperties" >
46 <property name="geometry" >
47 <rect>
48 <x>0</x>
49 <y>0</y>
50 <width>728</width>
51 <height>584</height>
52 </rect>
53 </property>
54 <property name="windowTitle" >
55 <string>Change Control Properties</string>
56 </property>
57 <layout class="QVBoxLayout" >
58 <property name="margin" >
59 <number>11</number>
60 </property>
61 <property name="spacing" >
62 <number>6</number>
63 </property>
64 <item>
65 <widget class="QTabWidget" name="tabWidget" >
66 <widget class="QWidget" name="propertiesTab" >
67 <attribute name="title" >
68 <string>&amp;Properties</string>
69 </attribute>
70 <layout class="QVBoxLayout" >
71 <property name="margin" >
72 <number>11</number>
73 </property>
74 <property name="spacing" >
75 <number>6</number>
76 </property>
77 <item>
78 <widget class="QTreeWidget" name="listProperties" >
79 <property name="rootIsDecorated" >
80 <bool>false</bool>
81 </property>
82 <column>
83 <property name="text" >
84 <string>Property</string>
85 </property>
86 </column>
87 <column>
88 <property name="text" >
89 <string>Type</string>
90 </property>
91 </column>
92 <column>
93 <property name="text" >
94 <string>Value</string>
95 </property>
96 </column>
97 </widget>
98 </item>
99 <item>
100 <layout class="QHBoxLayout" >
101 <property name="margin" >
102 <number>0</number>
103 </property>
104 <property name="spacing" >
105 <number>6</number>
106 </property>
107 <item>
108 <widget class="QLabel" name="valueLabel" >
109 <property name="text" >
110 <string>Property &amp;Value:</string>
111 </property>
112 <property name="buddy" >
113 <cstring>editValue</cstring>
114 </property>
115 </widget>
116 </item>
117 <item>
118 <widget class="QLineEdit" name="editValue" />
119 </item>
120 <item>
121 <widget class="QToolButton" name="buttonSet" >
122 <property name="text" >
123 <string>&amp;Set</string>
124 </property>
125 </widget>
126 </item>
127 </layout>
128 </item>
129 </layout>
130 </widget>
131 <widget class="QWidget" name="requestTab" >
132 <attribute name="title" >
133 <string>Property Edit &amp;Requests</string>
134 </attribute>
135 <layout class="QVBoxLayout" >
136 <property name="margin" >
137 <number>11</number>
138 </property>
139 <property name="spacing" >
140 <number>6</number>
141 </property>
142 <item>
143 <widget class="QTreeWidget" name="listEditRequests" >
144 <column>
145 <property name="text" >
146 <string>Property</string>
147 </property>
148 </column>
149 </widget>
150 </item>
151 </layout>
152 </widget>
153 </widget>
154 </item>
155 <item>
156 <layout class="QHBoxLayout" >
157 <property name="margin" >
158 <number>0</number>
159 </property>
160 <property name="spacing" >
161 <number>6</number>
162 </property>
163 <item>
164 <spacer>
165 <property name="orientation" >
166 <enum>Qt::Horizontal</enum>
167 </property>
168 <property name="sizeType" >
169 <enum>QSizePolicy::Expanding</enum>
170 </property>
171 <property name="sizeHint" >
172 <size>
173 <width>1</width>
174 <height>1</height>
175 </size>
176 </property>
177 </spacer>
178 </item>
179 <item>
180 <widget class="QPushButton" name="buttonClose" >
181 <property name="text" >
182 <string>C&amp;lose</string>
183 </property>
184 </widget>
185 </item>
186 </layout>
187 </item>
188 </layout>
189 </widget>
190 <layoutdefault spacing="6" margin="11" />
191 <pixmapfunction></pixmapfunction>
192 <resources/>
193 <connections>
194 <connection>
195 <sender>buttonClose</sender>
196 <signal>clicked()</signal>
197 <receiver>ChangeProperties</receiver>
198 <slot>accept()</slot>
199 <hints>
200 <hint type="sourcelabel" >
201 <x>669</x>
202 <y>558</y>
203 </hint>
204 <hint type="destinationlabel" >
205 <x>566</x>
206 <y>551</y>
207 </hint>
208 </hints>
209 </connection>
210 </connections>
211</ui>
Note: See TracBrowser for help on using the repository browser.