1 | <ui version="4.0" >
|
---|
2 | <comment>*********************************************************************
|
---|
3 | **
|
---|
4 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
5 | ** Contact: Qt Software Information ([email protected])
|
---|
6 | **
|
---|
7 | ** This file is part of the Qt Designer of the Qt Toolkit.
|
---|
8 | **
|
---|
9 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
10 | ** Commercial Usage
|
---|
11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
12 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
13 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
14 | ** a written agreement between you and Nokia.
|
---|
15 | **
|
---|
16 | ** GNU Lesser General Public License Usage
|
---|
17 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
18 | ** General Public License version 2.1 as published by the Free Software
|
---|
19 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
20 | ** packaging of this file. Please review the following information to
|
---|
21 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
22 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
23 | **
|
---|
24 | ** In addition, as a special exception, Nokia gives you certain
|
---|
25 | ** additional rights. These rights are described in the Nokia Qt LGPL
|
---|
26 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
|
---|
27 | ** package.
|
---|
28 | **
|
---|
29 | ** GNU General Public License Usage
|
---|
30 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
31 | ** General Public License version 3.0 as published by the Free Software
|
---|
32 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
33 | ** packaging of this file. Please review the following information to
|
---|
34 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
35 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
36 | **
|
---|
37 | ** If you are unsure which license is appropriate for your use, please
|
---|
38 | ** contact the sales department at [email protected].
|
---|
39 | ** $QT_END_LICENSE$
|
---|
40 | **
|
---|
41 | *********************************************************************</comment>
|
---|
42 | <class>qdesigner_internal::TableWidgetEditor</class>
|
---|
43 | <widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" >
|
---|
44 | <property name="geometry" >
|
---|
45 | <rect>
|
---|
46 | <x>0</x>
|
---|
47 | <y>0</y>
|
---|
48 | <width>550</width>
|
---|
49 | <height>360</height>
|
---|
50 | </rect>
|
---|
51 | </property>
|
---|
52 | <property name="windowTitle" >
|
---|
53 | <string>Edit Table Widget</string>
|
---|
54 | </property>
|
---|
55 | <layout class="QVBoxLayout" name="verticalLayout" >
|
---|
56 | <item>
|
---|
57 | <widget class="QTabWidget" name="tabWidget" >
|
---|
58 | <property name="currentIndex" >
|
---|
59 | <number>0</number>
|
---|
60 | </property>
|
---|
61 | <widget class="QWidget" name="itemsTab" >
|
---|
62 | <attribute name="title" >
|
---|
63 | <string>&Items</string>
|
---|
64 | </attribute>
|
---|
65 | <layout class="QVBoxLayout" name="verticalLayout_2" >
|
---|
66 | <item>
|
---|
67 | <widget class="QWidget" native="1" name="widget" >
|
---|
68 | <layout class="QVBoxLayout" name="verticalLayout_3" >
|
---|
69 | <property name="margin" >
|
---|
70 | <number>0</number>
|
---|
71 | </property>
|
---|
72 | <item>
|
---|
73 | <widget class="QTableWidget" name="tableWidget" >
|
---|
74 | <property name="toolTip" >
|
---|
75 | <string>Table Items</string>
|
---|
76 | </property>
|
---|
77 | </widget>
|
---|
78 | </item>
|
---|
79 | <item>
|
---|
80 | <layout class="QHBoxLayout" name="buttonsLayout" >
|
---|
81 | <item>
|
---|
82 | <spacer name="horizontalSpacer" >
|
---|
83 | <property name="orientation" >
|
---|
84 | <enum>Qt::Horizontal</enum>
|
---|
85 | </property>
|
---|
86 | <property name="sizeHint" stdset="0" >
|
---|
87 | <size>
|
---|
88 | <width>40</width>
|
---|
89 | <height>20</height>
|
---|
90 | </size>
|
---|
91 | </property>
|
---|
92 | </spacer>
|
---|
93 | </item>
|
---|
94 | <item>
|
---|
95 | <widget class="QPushButton" name="showPropertiesButton" >
|
---|
96 | <property name="text" >
|
---|
97 | <string>Properties &>></string>
|
---|
98 | </property>
|
---|
99 | </widget>
|
---|
100 | </item>
|
---|
101 | </layout>
|
---|
102 | </item>
|
---|
103 | </layout>
|
---|
104 | </widget>
|
---|
105 | </item>
|
---|
106 | </layout>
|
---|
107 | </widget>
|
---|
108 | </widget>
|
---|
109 | </item>
|
---|
110 | <item>
|
---|
111 | <widget class="QDialogButtonBox" name="buttonBox" >
|
---|
112 | <property name="orientation" >
|
---|
113 | <enum>Qt::Horizontal</enum>
|
---|
114 | </property>
|
---|
115 | <property name="standardButtons" >
|
---|
116 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
117 | </property>
|
---|
118 | </widget>
|
---|
119 | </item>
|
---|
120 | </layout>
|
---|
121 | </widget>
|
---|
122 | <resources/>
|
---|
123 | <connections>
|
---|
124 | <connection>
|
---|
125 | <sender>buttonBox</sender>
|
---|
126 | <signal>accepted()</signal>
|
---|
127 | <receiver>qdesigner_internal::TableWidgetEditor</receiver>
|
---|
128 | <slot>accept()</slot>
|
---|
129 | <hints>
|
---|
130 | <hint type="sourcelabel" >
|
---|
131 | <x>431</x>
|
---|
132 | <y>351</y>
|
---|
133 | </hint>
|
---|
134 | <hint type="destinationlabel" >
|
---|
135 | <x>373</x>
|
---|
136 | <y>362</y>
|
---|
137 | </hint>
|
---|
138 | </hints>
|
---|
139 | </connection>
|
---|
140 | <connection>
|
---|
141 | <sender>buttonBox</sender>
|
---|
142 | <signal>rejected()</signal>
|
---|
143 | <receiver>qdesigner_internal::TableWidgetEditor</receiver>
|
---|
144 | <slot>reject()</slot>
|
---|
145 | <hints>
|
---|
146 | <hint type="sourcelabel" >
|
---|
147 | <x>547</x>
|
---|
148 | <y>354</y>
|
---|
149 | </hint>
|
---|
150 | <hint type="destinationlabel" >
|
---|
151 | <x>562</x>
|
---|
152 | <y>362</y>
|
---|
153 | </hint>
|
---|
154 | </hints>
|
---|
155 | </connection>
|
---|
156 | </connections>
|
---|
157 | </ui>
|
---|