0
|
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 |
<widget class="QWidget" name="layoutWidget" >
|
|
22 |
<layout class="QGridLayout" >
|
|
23 |
<item row="0" column="0" colspan="4" >
|
|
24 |
<widget class="QListWidget" name="qrcFileList" >
|
|
25 |
<property name="sizePolicy" >
|
|
26 |
<sizepolicy vsizetype="Expanding" hsizetype="Ignored" >
|
|
27 |
<horstretch>0</horstretch>
|
|
28 |
<verstretch>0</verstretch>
|
|
29 |
</sizepolicy>
|
|
30 |
</property>
|
|
31 |
</widget>
|
|
32 |
</item>
|
|
33 |
<item row="1" column="0" >
|
|
34 |
<widget class="QToolButton" name="newQrcButton" >
|
|
35 |
<property name="toolTip" >
|
|
36 |
<string>New File</string>
|
|
37 |
</property>
|
|
38 |
<property name="text" >
|
|
39 |
<string>N</string>
|
|
40 |
</property>
|
|
41 |
</widget>
|
|
42 |
</item>
|
|
43 |
<item row="1" column="2" >
|
|
44 |
<widget class="QToolButton" name="removeQrcButton" >
|
|
45 |
<property name="toolTip" >
|
|
46 |
<string>Remove File</string>
|
|
47 |
</property>
|
|
48 |
<property name="text" >
|
|
49 |
<string>R</string>
|
|
50 |
</property>
|
|
51 |
</widget>
|
|
52 |
</item>
|
|
53 |
<item row="1" column="3" >
|
|
54 |
<spacer>
|
|
55 |
<property name="spacerName" stdset="0" >
|
|
56 |
<string/>
|
|
57 |
</property>
|
|
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" >
|
|
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="" >
|
|
82 |
<layout class="QGridLayout" >
|
|
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="spacerName" stdset="0" >
|
|
116 |
<string>horizontalSpacer</string>
|
|
117 |
</property>
|
|
118 |
<property name="orientation" >
|
|
119 |
<enum>Qt::Horizontal</enum>
|
|
120 |
</property>
|
|
121 |
<property name="sizeHint" >
|
|
122 |
<size>
|
|
123 |
<width>40</width>
|
|
124 |
<height>20</height>
|
|
125 |
</size>
|
|
126 |
</property>
|
|
127 |
</spacer>
|
|
128 |
</item>
|
|
129 |
</layout>
|
|
130 |
</widget>
|
|
131 |
</widget>
|
|
132 |
</item>
|
|
133 |
<item>
|
|
134 |
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
135 |
<property name="orientation" >
|
|
136 |
<enum>Qt::Horizontal</enum>
|
|
137 |
</property>
|
|
138 |
<property name="standardButtons" >
|
|
139 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
140 |
</property>
|
|
141 |
</widget>
|
|
142 |
</item>
|
|
143 |
</layout>
|
|
144 |
</widget>
|
|
145 |
<resources/>
|
|
146 |
<connections>
|
|
147 |
<connection>
|
|
148 |
<sender>buttonBox</sender>
|
|
149 |
<signal>accepted()</signal>
|
|
150 |
<receiver>QtResourceEditorDialog</receiver>
|
|
151 |
<slot>accept()</slot>
|
|
152 |
<hints>
|
|
153 |
<hint type="sourcelabel" >
|
|
154 |
<x>248</x>
|
|
155 |
<y>254</y>
|
|
156 |
</hint>
|
|
157 |
<hint type="destinationlabel" >
|
|
158 |
<x>157</x>
|
|
159 |
<y>274</y>
|
|
160 |
</hint>
|
|
161 |
</hints>
|
|
162 |
</connection>
|
|
163 |
<connection>
|
|
164 |
<sender>buttonBox</sender>
|
|
165 |
<signal>rejected()</signal>
|
|
166 |
<receiver>QtResourceEditorDialog</receiver>
|
|
167 |
<slot>reject()</slot>
|
|
168 |
<hints>
|
|
169 |
<hint type="sourcelabel" >
|
|
170 |
<x>316</x>
|
|
171 |
<y>260</y>
|
|
172 |
</hint>
|
|
173 |
<hint type="destinationlabel" >
|
|
174 |
<x>286</x>
|
|
175 |
<y>274</y>
|
|
176 |
</hint>
|
|
177 |
</hints>
|
|
178 |
</connection>
|
|
179 |
</connections>
|
|
180 |
</ui>
|