source: trunk/tools/designer/src/lib/shared/plugindialog.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: 4.0 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>PluginDialog</class>
44 <widget class="QDialog" name="PluginDialog">
45 <property name="geometry">
46 <rect>
47 <x>0</x>
48 <y>0</y>
49 <width>401</width>
50 <height>331</height>
51 </rect>
52 </property>
53 <property name="windowTitle">
54 <string>Plugin Information</string>
55 </property>
56 <layout class="QVBoxLayout">
57 <property name="spacing">
58 <number>6</number>
59 </property>
60 <property name="margin">
61 <number>8</number>
62 </property>
63 <item>
64 <widget class="QLabel" name="label">
65 <property name="text">
66 <string notr="true">TextLabel</string>
67 </property>
68 <property name="wordWrap">
69 <bool>true</bool>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QTreeWidget" name="treeWidget">
75 <property name="textElideMode">
76 <enum>Qt::ElideNone</enum>
77 </property>
78 <column>
79 <property name="text">
80 <string>1</string>
81 </property>
82 </column>
83 </widget>
84 </item>
85 <item>
86 <widget class="QLabel" name="message">
87 <property name="text">
88 <string notr="true">TextLabel</string>
89 </property>
90 <property name="wordWrap">
91 <bool>true</bool>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <layout class="QHBoxLayout">
97 <property name="spacing">
98 <number>6</number>
99 </property>
100 <property name="margin">
101 <number>0</number>
102 </property>
103 </layout>
104 </item>
105 <item>
106 <widget class="QDialogButtonBox" name="buttonBox">
107 <property name="orientation">
108 <enum>Qt::Horizontal</enum>
109 </property>
110 <property name="standardButtons">
111 <set>QDialogButtonBox::Close</set>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </widget>
117 <resources/>
118 <connections>
119 <connection>
120 <sender>buttonBox</sender>
121 <signal>rejected()</signal>
122 <receiver>PluginDialog</receiver>
123 <slot>reject()</slot>
124 <hints>
125 <hint type="sourcelabel">
126 <x>154</x>
127 <y>307</y>
128 </hint>
129 <hint type="destinationlabel">
130 <x>401</x>
131 <y>280</y>
132 </hint>
133 </hints>
134 </connection>
135 </connections>
136</ui>
Note: See TracBrowser for help on using the repository browser.