source: trunk/tools/designer/src/lib/shared/qtresourceeditordialog.ui@ 235

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

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

File size: 4.8 KB
Line 
1<ui version="4.0" >
2 <class>QtResourceEditorDialog</class>
3 <widget class="QDialog" name="QtResourceEditorDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>469</width>
9 <height>317</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Dialog</string>
14 </property>
15 <layout class="QVBoxLayout" name="verticalLayout" >
16 <item>
17 <widget class="QSplitter" name="splitter" >
18 <property name="orientation" >
19 <enum>Qt::Horizontal</enum>
20 </property>
21 <property name="childrenCollapsible" >
22 <bool>false</bool>
23 </property>
24 <widget class="QWidget" name="qrcLayoutWidget" >
25 <layout class="QGridLayout" name="qrcLayout" >
26 <item row="0" column="0" colspan="4" >
27 <widget class="QListWidget" name="qrcFileList" >
28 <property name="sizePolicy" >
29 <sizepolicy vsizetype="Expanding" hsizetype="Ignored" >
30 <horstretch>0</horstretch>
31 <verstretch>0</verstretch>
32 </sizepolicy>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="0" >
37 <widget class="QToolButton" name="newQrcButton" >
38 <property name="toolTip" >
39 <string>New File</string>
40 </property>
41 <property name="text" >
42 <string>N</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="2" >
47 <widget class="QToolButton" name="removeQrcButton" >
48 <property name="toolTip" >
49 <string>Remove File</string>
50 </property>
51 <property name="text" >
52 <string>R</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="3" >
57 <spacer>
58 <property name="orientation" >
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="sizeType" >
62 <enum>QSizePolicy::Ignored</enum>
63 </property>
64 <property name="sizeHint" stdset="0" >
65 <size>
66 <width>21</width>
67 <height>20</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item row="1" column="1" >
73 <widget class="QToolButton" name="importQrcButton" >
74 <property name="text" >
75 <string>I</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 <widget class="QWidget" name="resourceLayoutWidget" >
82 <layout class="QGridLayout" name="resourceLayout" >
83 <item row="0" column="0" colspan="4" >
84 <widget class="QTreeView" name="resourceTreeView" />
85 </item>
86 <item row="1" column="0" >
87 <widget class="QToolButton" name="newResourceButton" >
88 <property name="toolTip" >
89 <string>New Resource</string>
90 </property>
91 <property name="text" >
92 <string>N</string>
93 </property>
94 </widget>
95 </item>
96 <item row="1" column="1" >
97 <widget class="QToolButton" name="addResourceButton" >
98 <property name="text" >
99 <string>A</string>
100 </property>
101 </widget>
102 </item>
103 <item row="1" column="2" >
104 <widget class="QToolButton" name="removeResourceButton" >
105 <property name="toolTip" >
106 <string>Remove Resource or File</string>
107 </property>
108 <property name="text" >
109 <string>R</string>
110 </property>
111 </widget>
112 </item>
113 <item row="1" column="3" >
114 <spacer name="horizontalSpacer" >
115 <property name="orientation" >
116 <enum>Qt::Horizontal</enum>
117 </property>
118 <property name="sizeHint" stdset="0" >
119 <size>
120 <width>40</width>
121 <height>20</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </widget>
128 </widget>
129 </item>
130 <item>
131 <widget class="QDialogButtonBox" name="buttonBox" >
132 <property name="orientation" >
133 <enum>Qt::Horizontal</enum>
134 </property>
135 <property name="standardButtons" >
136 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 <resources/>
143 <connections>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>accepted()</signal>
147 <receiver>QtResourceEditorDialog</receiver>
148 <slot>accept()</slot>
149 <hints>
150 <hint type="sourcelabel" >
151 <x>248</x>
152 <y>254</y>
153 </hint>
154 <hint type="destinationlabel" >
155 <x>157</x>
156 <y>274</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>buttonBox</sender>
162 <signal>rejected()</signal>
163 <receiver>QtResourceEditorDialog</receiver>
164 <slot>reject()</slot>
165 <hints>
166 <hint type="sourcelabel" >
167 <x>316</x>
168 <y>260</y>
169 </hint>
170 <hint type="destinationlabel" >
171 <x>286</x>
172 <y>274</y>
173 </hint>
174 </hints>
175 </connection>
176 </connections>
177</ui>
Note: See TracBrowser for help on using the repository browser.