|
@@
-1,249
+1,249
|
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
<ui version="4.0">
|
|
2
|
<ui version="4.0">
|
|
3
|
<class>genericBinaryFileWidget</class>
|
|
3
|
<class>genericBinaryFileWidget</class>
|
|
4
|
<widget class="QWidget" name="genericBinaryFileWidget">
|
|
4
|
<widget class="QWidget" name="genericBinaryFileWidget">
|
|
5
|
<property name="geometry">
|
|
5
|
<property name="geometry">
|
|
6
|
<rect>
|
|
6
|
<rect>
|
|
7
|
<x>0</x>
|
|
7
|
<x>0</x>
|
|
8
|
<y>0</y>
|
|
8
|
<y>0</y>
|
|
9
|
<width>878</width>
|
|
9
|
<width>878</width>
|
|
10
|
<height>360</height>
|
|
10
|
<height>360</height>
|
|
11
|
</rect>
|
|
11
|
</rect>
|
|
12
|
</property>
|
|
12
|
</property>
|
|
13
|
<property name="acceptDrops">
|
|
13
|
<property name="acceptDrops">
|
|
14
|
<bool>false</bool>
|
|
14
|
<bool>false</bool>
|
|
15
|
</property>
|
|
15
|
</property>
|
|
16
|
<property name="windowTitle">
|
|
16
|
<property name="windowTitle">
|
|
17
|
<string>Form</string>
|
|
17
|
<string>Form</string>
|
|
18
|
</property>
|
|
18
|
</property>
|
|
19
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
19
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
20
|
<property name="spacing">
|
|
20
|
<property name="spacing">
|
|
21
|
<number>0</number>
|
|
21
|
<number>0</number>
|
|
22
|
</property>
|
|
22
|
</property>
|
|
23
|
<property name="leftMargin">
|
|
23
|
<property name="leftMargin">
|
|
24
|
<number>0</number>
|
|
24
|
<number>0</number>
|
|
25
|
</property>
|
|
25
|
</property>
|
|
26
|
<property name="topMargin">
|
|
26
|
<property name="topMargin">
|
|
27
|
<number>2</number>
|
|
27
|
<number>2</number>
|
|
28
|
</property>
|
|
28
|
</property>
|
|
29
|
<property name="rightMargin">
|
|
29
|
<property name="rightMargin">
|
|
30
|
<number>2</number>
|
|
30
|
<number>2</number>
|
|
31
|
</property>
|
|
31
|
</property>
|
|
32
|
<property name="bottomMargin">
|
|
32
|
<property name="bottomMargin">
|
|
33
|
<number>2</number>
|
|
33
|
<number>2</number>
|
|
34
|
</property>
|
|
34
|
</property>
|
|
35
|
<item>
|
|
35
|
<item>
|
|
36
|
<widget class="QWidget" name="showFileListWdgt" native="true">
|
|
36
|
<widget class="QWidget" name="showFileListWdgt" native="true">
|
|
37
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
37
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
38
|
<property name="margin">
|
|
38
|
<property name="margin">
|
|
39
|
<number>0</number>
|
|
39
|
<number>0</number>
|
|
40
|
</property>
|
|
40
|
</property>
|
|
41
|
<item>
|
|
41
|
<item>
|
|
42
|
<widget class="QVPushButton" name="showFileListQpb">
|
|
42
|
<widget class="QVPushButton" name="showFileListQpb">
|
|
43
|
<property name="text">
|
|
43
|
<property name="text">
|
|
44
|
<string>File list</string>
|
|
44
|
<string>File list</string>
|
|
45
|
</property>
|
|
45
|
</property>
|
|
46
|
</widget>
|
|
46
|
</widget>
|
|
47
|
</item>
|
|
47
|
</item>
|
|
48
|
<item>
|
|
48
|
<item>
|
|
49
|
<spacer name="showFileListVSpacer">
|
|
49
|
<spacer name="showFileListVSpacer">
|
|
50
|
<property name="orientation">
|
|
50
|
<property name="orientation">
|
|
51
|
<enum>Qt::Vertical</enum>
|
|
51
|
<enum>Qt::Vertical</enum>
|
|
52
|
</property>
|
|
52
|
</property>
|
|
53
|
<property name="sizeHint" stdset="0">
|
|
53
|
<property name="sizeHint" stdset="0">
|
|
54
|
<size>
|
|
54
|
<size>
|
|
55
|
<width>20</width>
|
|
55
|
<width>20</width>
|
|
56
|
<height>40</height>
|
|
56
|
<height>40</height>
|
|
57
|
</size>
|
|
57
|
</size>
|
|
58
|
</property>
|
|
58
|
</property>
|
|
59
|
</spacer>
|
|
59
|
</spacer>
|
|
60
|
</item>
|
|
60
|
</item>
|
|
61
|
</layout>
|
|
61
|
</layout>
|
|
62
|
</widget>
|
|
62
|
</widget>
|
|
63
|
</item>
|
|
63
|
</item>
|
|
64
|
<item>
|
|
64
|
<item>
|
|
65
|
<widget class="QSplitter" name="splitter">
|
|
65
|
<widget class="QSplitter" name="splitter">
|
|
66
|
<property name="orientation">
|
|
66
|
<property name="orientation">
|
|
67
|
<enum>Qt::Horizontal</enum>
|
|
67
|
<enum>Qt::Horizontal</enum>
|
|
68
|
</property>
|
|
68
|
</property>
|
|
69
|
<widget class="QGroupBox" name="fileListGBox">
|
|
69
|
<widget class="QGroupBox" name="fileListGBox">
|
|
70
|
<property name="title">
|
|
70
|
<property name="title">
|
|
71
|
<string>File list</string>
|
|
71
|
<string>File list</string>
|
|
72
|
</property>
|
|
72
|
</property>
|
|
73
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
73
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
74
|
<property name="spacing">
|
|
74
|
<property name="spacing">
|
|
75
|
<number>2</number>
|
|
75
|
<number>2</number>
|
|
76
|
</property>
|
|
76
|
</property>
|
|
77
|
<property name="margin">
|
|
77
|
<property name="margin">
|
|
78
|
<number>2</number>
|
|
78
|
<number>2</number>
|
|
79
|
</property>
|
|
79
|
</property>
|
|
80
|
<item>
|
|
80
|
<item>
|
|
81
|
<widget class="QWidget" name="fileListWdgt" native="true">
|
|
81
|
<widget class="QWidget" name="fileListWdgt" native="true">
|
|
82
|
<layout class="QGridLayout" name="gridLayout">
|
|
82
|
<layout class="QGridLayout" name="gridLayout">
|
|
83
|
<property name="margin">
|
|
83
|
<property name="margin">
|
|
84
|
<number>2</number>
|
|
84
|
<number>2</number>
|
|
85
|
</property>
|
|
85
|
</property>
|
|
86
|
<property name="spacing">
|
|
86
|
<property name="spacing">
|
|
87
|
<number>2</number>
|
|
87
|
<number>2</number>
|
|
88
|
</property>
|
|
88
|
</property>
|
|
89
|
<item row="1" column="3">
|
|
89
|
<item row="1" column="3">
|
|
90
|
<widget class="QPushButton" name="hideFileListQpb">
|
|
90
|
<widget class="QPushButton" name="hideFileListQpb">
|
|
91
|
<property name="minimumSize">
|
|
91
|
<property name="minimumSize">
|
|
92
|
<size>
|
|
92
|
<size>
|
|
93
|
<width>16</width>
|
|
93
|
<width>16</width>
|
|
94
|
<height>16</height>
|
|
94
|
<height>16</height>
|
|
95
|
</size>
|
|
95
|
</size>
|
|
96
|
</property>
|
|
96
|
</property>
|
|
97
|
<property name="maximumSize">
|
|
97
|
<property name="maximumSize">
|
|
98
|
<size>
|
|
98
|
<size>
|
|
99
|
<width>16</width>
|
|
99
|
<width>16</width>
|
|
100
|
<height>16</height>
|
|
100
|
<height>16</height>
|
|
101
|
</size>
|
|
101
|
</size>
|
|
102
|
</property>
|
|
102
|
</property>
|
|
103
|
<property name="text">
|
|
103
|
<property name="text">
|
|
104
|
<string/>
|
|
104
|
<string/>
|
|
105
|
</property>
|
|
105
|
</property>
|
|
106
|
<property name="icon">
|
|
106
|
<property name="icon">
|
|
107
|
<iconset resource="genericBinaryFiles.qrc">
|
|
107
|
<iconset resource="ressources/genericBinaryFiles.qrc">
|
|
108
|
<normaloff>:/img/ressources/Gnome-emblem-unreadable.svg</normaloff>:/img/ressources/Gnome-emblem-unreadable.svg</iconset>
|
|
108
|
<normaloff>:/img/Gnome-emblem-unreadable.png</normaloff>:/img/Gnome-emblem-unreadable.png</iconset>
|
|
109
|
</property>
|
|
109
|
</property>
|
|
110
|
</widget>
|
|
110
|
</widget>
|
|
111
|
</item>
|
|
111
|
</item>
|
|
112
|
<item row="2" column="0" colspan="4">
|
|
112
|
<item row="2" column="0" colspan="4">
|
|
113
|
<widget class="FileList" name="fileList">
|
|
113
|
<widget class="FileList" name="fileList">
|
|
114
|
<property name="dragEnabled">
|
|
114
|
<property name="dragEnabled">
|
|
115
|
<bool>false</bool>
|
|
115
|
<bool>false</bool>
|
|
116
|
</property>
|
|
116
|
</property>
|
|
117
|
<column>
|
|
117
|
<column>
|
|
118
|
<property name="text">
|
|
118
|
<property name="text">
|
|
119
|
<string>File</string>
|
|
119
|
<string>File</string>
|
|
120
|
</property>
|
|
120
|
</property>
|
|
121
|
</column>
|
|
121
|
</column>
|
|
122
|
<column>
|
|
122
|
<column>
|
|
123
|
<property name="text">
|
|
123
|
<property name="text">
|
|
124
|
<string>Type</string>
|
|
124
|
<string>Type</string>
|
|
125
|
</property>
|
|
125
|
</property>
|
|
126
|
</column>
|
|
126
|
</column>
|
|
127
|
</widget>
|
|
127
|
</widget>
|
|
128
|
</item>
|
|
128
|
</item>
|
|
129
|
<item row="1" column="0" colspan="3">
|
|
129
|
<item row="1" column="0" colspan="3">
|
|
130
|
<spacer name="horizontalSpacer_2">
|
|
130
|
<spacer name="horizontalSpacer_2">
|
|
131
|
<property name="orientation">
|
|
131
|
<property name="orientation">
|
|
132
|
<enum>Qt::Horizontal</enum>
|
|
132
|
<enum>Qt::Horizontal</enum>
|
|
133
|
</property>
|
|
133
|
</property>
|
|
134
|
<property name="sizeHint" stdset="0">
|
|
134
|
<property name="sizeHint" stdset="0">
|
|
135
|
<size>
|
|
135
|
<size>
|
|
136
|
<width>40</width>
|
|
136
|
<width>40</width>
|
|
137
|
<height>20</height>
|
|
137
|
<height>20</height>
|
|
138
|
</size>
|
|
138
|
</size>
|
|
139
|
</property>
|
|
139
|
</property>
|
|
140
|
</spacer>
|
|
140
|
</spacer>
|
|
141
|
</item>
|
|
141
|
</item>
|
|
142
|
<item row="3" column="1">
|
|
142
|
<item row="3" column="1">
|
|
143
|
<widget class="QPushButton" name="removeFileQpb">
|
|
143
|
<widget class="QPushButton" name="removeFileQpb">
|
|
144
|
<property name="minimumSize">
|
|
144
|
<property name="minimumSize">
|
|
145
|
<size>
|
|
145
|
<size>
|
|
146
|
<width>32</width>
|
|
146
|
<width>32</width>
|
|
147
|
<height>32</height>
|
|
147
|
<height>32</height>
|
|
148
|
</size>
|
|
148
|
</size>
|
|
149
|
</property>
|
|
149
|
</property>
|
|
150
|
<property name="maximumSize">
|
|
150
|
<property name="maximumSize">
|
|
151
|
<size>
|
|
151
|
<size>
|
|
152
|
<width>32</width>
|
|
152
|
<width>32</width>
|
|
153
|
<height>32</height>
|
|
153
|
<height>32</height>
|
|
154
|
</size>
|
|
154
|
</size>
|
|
155
|
</property>
|
|
155
|
</property>
|
|
156
|
<property name="text">
|
|
156
|
<property name="text">
|
|
157
|
<string/>
|
|
157
|
<string/>
|
|
158
|
</property>
|
|
158
|
</property>
|
|
159
|
<property name="icon">
|
|
159
|
<property name="icon">
|
|
160
|
<iconset resource="genericBinaryFiles.qrc">
|
|
160
|
<iconset resource="ressources/genericBinaryFiles.qrc">
|
|
161
|
<normaloff>:/img/ressources/Gnome-user-trash.svg</normaloff>:/img/ressources/Gnome-user-trash.svg</iconset>
|
|
161
|
<normaloff>:/img/Gnome-user-trash.png</normaloff>:/img/Gnome-user-trash.png</iconset>
|
|
162
|
</property>
|
|
162
|
</property>
|
|
163
|
<property name="iconSize">
|
|
163
|
<property name="iconSize">
|
|
164
|
<size>
|
|
164
|
<size>
|
|
165
|
<width>24</width>
|
|
165
|
<width>24</width>
|
|
166
|
<height>24</height>
|
|
166
|
<height>24</height>
|
|
167
|
</size>
|
|
167
|
</size>
|
|
168
|
</property>
|
|
168
|
</property>
|
|
169
|
</widget>
|
|
169
|
</widget>
|
|
170
|
</item>
|
|
170
|
</item>
|
|
171
|
<item row="3" column="0">
|
|
171
|
<item row="3" column="0">
|
|
172
|
<widget class="QPushButton" name="openFileQpb">
|
|
172
|
<widget class="QPushButton" name="openFileQpb">
|
|
173
|
<property name="minimumSize">
|
|
173
|
<property name="minimumSize">
|
|
174
|
<size>
|
|
174
|
<size>
|
|
175
|
<width>32</width>
|
|
175
|
<width>32</width>
|
|
176
|
<height>32</height>
|
|
176
|
<height>32</height>
|
|
177
|
</size>
|
|
177
|
</size>
|
|
178
|
</property>
|
|
178
|
</property>
|
|
179
|
<property name="maximumSize">
|
|
179
|
<property name="maximumSize">
|
|
180
|
<size>
|
|
180
|
<size>
|
|
181
|
<width>32</width>
|
|
181
|
<width>32</width>
|
|
182
|
<height>32</height>
|
|
182
|
<height>32</height>
|
|
183
|
</size>
|
|
183
|
</size>
|
|
184
|
</property>
|
|
184
|
</property>
|
|
185
|
<property name="text">
|
|
185
|
<property name="text">
|
|
186
|
<string/>
|
|
186
|
<string/>
|
|
187
|
</property>
|
|
187
|
</property>
|
|
188
|
<property name="icon">
|
|
188
|
<property name="icon">
|
|
189
|
<iconset resource="genericBinaryFiles.qrc">
|
|
189
|
<iconset resource="ressources/genericBinaryFiles.qrc">
|
|
190
|
<normaloff>:/img/ressources/Gnome-list-add.svg</normaloff>:/img/ressources/Gnome-list-add.svg</iconset>
|
|
190
|
<normaloff>:/img/Gnome-list-add.png</normaloff>:/img/Gnome-list-add.png</iconset>
|
|
191
|
</property>
|
|
191
|
</property>
|
|
192
|
<property name="iconSize">
|
|
192
|
<property name="iconSize">
|
|
193
|
<size>
|
|
193
|
<size>
|
|
194
|
<width>24</width>
|
|
194
|
<width>24</width>
|
|
195
|
<height>24</height>
|
|
195
|
<height>24</height>
|
|
196
|
</size>
|
|
196
|
</size>
|
|
197
|
</property>
|
|
197
|
</property>
|
|
198
|
</widget>
|
|
198
|
</widget>
|
|
199
|
</item>
|
|
199
|
</item>
|
|
200
|
<item row="3" column="2" colspan="2">
|
|
200
|
<item row="3" column="2" colspan="2">
|
|
201
|
<spacer name="horizontalSpacer">
|
|
201
|
<spacer name="horizontalSpacer">
|
|
202
|
<property name="orientation">
|
|
202
|
<property name="orientation">
|
|
203
|
<enum>Qt::Horizontal</enum>
|
|
203
|
<enum>Qt::Horizontal</enum>
|
|
204
|
</property>
|
|
204
|
</property>
|
|
205
|
<property name="sizeHint" stdset="0">
|
|
205
|
<property name="sizeHint" stdset="0">
|
|
206
|
<size>
|
|
206
|
<size>
|
|
207
|
<width>40</width>
|
|
207
|
<width>40</width>
|
|
208
|
<height>20</height>
|
|
208
|
<height>20</height>
|
|
209
|
</size>
|
|
209
|
</size>
|
|
210
|
</property>
|
|
210
|
</property>
|
|
211
|
</spacer>
|
|
211
|
</spacer>
|
|
212
|
</item>
|
|
212
|
</item>
|
|
213
|
</layout>
|
|
213
|
</layout>
|
|
214
|
</widget>
|
|
214
|
</widget>
|
|
215
|
</item>
|
|
215
|
</item>
|
|
216
|
</layout>
|
|
216
|
</layout>
|
|
217
|
</widget>
|
|
217
|
</widget>
|
|
218
|
<widget class="QTabWidget" name="fileViewerTab">
|
|
218
|
<widget class="QTabWidget" name="fileViewerTab">
|
|
219
|
<property name="minimumSize">
|
|
219
|
<property name="minimumSize">
|
|
220
|
<size>
|
|
220
|
<size>
|
|
221
|
<width>300</width>
|
|
221
|
<width>300</width>
|
|
222
|
<height>0</height>
|
|
222
|
<height>0</height>
|
|
223
|
</size>
|
|
223
|
</size>
|
|
224
|
</property>
|
|
224
|
</property>
|
|
225
|
<property name="currentIndex">
|
|
225
|
<property name="currentIndex">
|
|
226
|
<number>-1</number>
|
|
226
|
<number>-1</number>
|
|
227
|
</property>
|
|
227
|
</property>
|
|
228
|
</widget>
|
|
228
|
</widget>
|
|
229
|
</widget>
|
|
229
|
</widget>
|
|
230
|
</item>
|
|
230
|
</item>
|
|
231
|
</layout>
|
|
231
|
</layout>
|
|
232
|
</widget>
|
|
232
|
</widget>
|
|
233
|
<customwidgets>
|
|
233
|
<customwidgets>
|
|
234
|
<customwidget>
|
|
234
|
<customwidget>
|
|
235
|
<class>FileList</class>
|
|
235
|
<class>FileList</class>
|
|
236
|
<extends>QTableWidget</extends>
|
|
236
|
<extends>QTableWidget</extends>
|
|
237
|
<header>filelist.h</header>
|
|
237
|
<header>filelist.h</header>
|
|
238
|
</customwidget>
|
|
238
|
</customwidget>
|
|
239
|
<customwidget>
|
|
239
|
<customwidget>
|
|
240
|
<class>QVPushButton</class>
|
|
240
|
<class>QVPushButton</class>
|
|
241
|
<extends>QPushButton</extends>
|
|
241
|
<extends>QPushButton</extends>
|
|
242
|
<header>qvpushbutton.h</header>
|
|
242
|
<header>qvpushbutton.h</header>
|
|
243
|
</customwidget>
|
|
243
|
</customwidget>
|
|
244
|
</customwidgets>
|
|
244
|
</customwidgets>
|
|
245
|
<resources>
|
|
245
|
<resources>
|
|
246
|
<include location="genericBinaryFiles.qrc"/>
|
|
246
|
<include location="ressources/genericBinaryFiles.qrc"/>
|
|
247
|
</resources>
|
|
247
|
</resources>
|
|
248
|
<connections/>
|
|
248
|
<connections/>
|
|
249
|
</ui>
|
|
249
|
</ui>
|