hardsploit_gui 2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +22 -0
- data/Rakefile +1 -0
- data/bin/hardsploit_gui +3 -0
- data/lib/Firmware/FPGA/I2C/I2C_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_I2C_INTERACT.rpd +0 -0
- data/lib/Firmware/FPGA/PARALLEL/NO_MUX_PARALLEL_MEMORY/HARDSPLOIT_FIRMWARE_FPGA_NO_MUX_PARALLEL_MEMORY.rpd +0 -0
- data/lib/Firmware/FPGA/SPI/SPI_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SPI_INTERACT.rpd +0 -0
- data/lib/Firmware/FPGA/SWD/SWD_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SWD_INTERACT.rpd +0 -0
- data/lib/Firmware/FPGA/TEST/TEST_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_TEST_INTERACT.rpd +0 -0
- data/lib/Firmware/FPGA/VersionFPGA.rb +5 -0
- data/lib/Firmware/UC/HARDSPLOIT_FIRMWARE_UC.bin +0 -0
- data/lib/Firmware/UC/VersionUC.rb +12 -0
- data/lib/HardsploitAPI/HardsploitAPI.rb +134 -0
- data/lib/HardsploitAPI/HardsploitAPI_CONSTANT.rb +145 -0
- data/lib/HardsploitAPI/HardsploitAPI_FIRMWARE.rb +311 -0
- data/lib/HardsploitAPI/HardsploitAPI_I2C.rb +218 -0
- data/lib/HardsploitAPI/HardsploitAPI_NO_MUX_PARALLELE_MEMORY.rb +229 -0
- data/lib/HardsploitAPI/HardsploitAPI_SPI.rb +179 -0
- data/lib/HardsploitAPI/HardsploitAPI_TEST_INTERACT.rb +98 -0
- data/lib/HardsploitAPI/HardsploitAPI_USB_COMMUNICATION.rb +149 -0
- data/lib/HardsploitAPI/LICENSE.txt +674 -0
- data/lib/HardsploitAPI/README.md +22 -0
- data/lib/HardsploitAPI/SWD/HardsploitAPI_SWD.rb +249 -0
- data/lib/HardsploitAPI/SWD/HardsploitAPI_SWD_DEBUG.rb +102 -0
- data/lib/HardsploitAPI/SWD/HardsploitAPI_SWD_MEM_AP.rb +78 -0
- data/lib/HardsploitAPI/SWD/HardsploitAPI_SWD_STM32.rb +104 -0
- data/lib/HardsploitAPI/TRADEMARK +3 -0
- data/lib/LICENSE.txt +674 -0
- data/lib/README.md +22 -0
- data/lib/TRADEMARK +3 -0
- data/lib/class/Chip_editor.rb +448 -0
- data/lib/class/Command_editor.rb +268 -0
- data/lib/class/Command_table.rb +239 -0
- data/lib/class/Console.rb +28 -0
- data/lib/class/Export_manager.rb +124 -0
- data/lib/class/Firmware.rb +29 -0
- data/lib/class/Generic_commands.rb +275 -0
- data/lib/class/HardsploitGUI.rb +462 -0
- data/lib/class/I2C/I2c_command.rb +48 -0
- data/lib/class/I2C/I2c_export.rb +121 -0
- data/lib/class/I2C/I2c_import.rb +92 -0
- data/lib/class/I2C/I2c_settings.rb +117 -0
- data/lib/class/PARALLEL/Parallel_export.rb +146 -0
- data/lib/class/PARALLEL/Parallel_import.rb +88 -0
- data/lib/class/PARALLEL/Parallel_settings.rb +102 -0
- data/lib/class/SPI/Spi_export.rb +141 -0
- data/lib/class/SPI/Spi_import.rb +112 -0
- data/lib/class/SPI/Spi_settings.rb +90 -0
- data/lib/class/Wire_helper.rb +246 -0
- data/lib/db/associations.rb +125 -0
- data/lib/db/hs.db +0 -0
- data/lib/gui/gui_chip_editor.rb +355 -0
- data/lib/gui/gui_chip_management.rb +372 -0
- data/lib/gui/gui_command_editor.rb +218 -0
- data/lib/gui/gui_export_manager.rb +93 -0
- data/lib/gui/gui_generic_commands.rb +164 -0
- data/lib/gui/gui_generic_export.rb +148 -0
- data/lib/gui/gui_generic_import.rb +126 -0
- data/lib/gui/gui_i2c_command.rb +115 -0
- data/lib/gui/gui_i2c_settings.rb +201 -0
- data/lib/gui/gui_parallel_settings.rb +194 -0
- data/lib/gui/gui_spi_import.rb +126 -0
- data/lib/gui/gui_spi_settings.rb +187 -0
- data/lib/gui/gui_wire_helper.rb +99 -0
- data/lib/gui_designer/gui_chip_editor.ui +553 -0
- data/lib/gui_designer/gui_chip_management.ui +842 -0
- data/lib/gui_designer/gui_command_editor.ui +347 -0
- data/lib/gui_designer/gui_export_manager.ui +115 -0
- data/lib/gui_designer/gui_generic_commands.ui +258 -0
- data/lib/gui_designer/gui_generic_export.ui +179 -0
- data/lib/gui_designer/gui_generic_import.ui +142 -0
- data/lib/gui_designer/gui_i2c_command.ui +145 -0
- data/lib/gui_designer/gui_i2c_settings.ui +261 -0
- data/lib/gui_designer/gui_parallel_settings.ui +244 -0
- data/lib/gui_designer/gui_processing.ui +81 -0
- data/lib/gui_designer/gui_spi_settings.ui +321 -0
- data/lib/gui_designer/gui_wire_helper.ui +117 -0
- data/lib/hardsploit.rb +122 -0
- data/lib/images/search.png +0 -0
- data/lib/logs/error.log +0 -0
- metadata +236 -0
@@ -0,0 +1,81 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Processing</class>
|
4
|
+
<widget class="QWidget" name="Processing">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>235</width>
|
10
|
+
<height>140</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Loading...</string>
|
15
|
+
</property>
|
16
|
+
<widget class="QLabel" name="label">
|
17
|
+
<property name="geometry">
|
18
|
+
<rect>
|
19
|
+
<x>10</x>
|
20
|
+
<y>10</y>
|
21
|
+
<width>221</width>
|
22
|
+
<height>21</height>
|
23
|
+
</rect>
|
24
|
+
</property>
|
25
|
+
<property name="text">
|
26
|
+
<string>Processing action...Please wait</string>
|
27
|
+
</property>
|
28
|
+
<property name="alignment">
|
29
|
+
<set>Qt::AlignCenter</set>
|
30
|
+
</property>
|
31
|
+
</widget>
|
32
|
+
<widget class="QLabel" name="lbl_img">
|
33
|
+
<property name="geometry">
|
34
|
+
<rect>
|
35
|
+
<x>10</x>
|
36
|
+
<y>40</y>
|
37
|
+
<width>221</width>
|
38
|
+
<height>41</height>
|
39
|
+
</rect>
|
40
|
+
</property>
|
41
|
+
<property name="text">
|
42
|
+
<string>[IMG]</string>
|
43
|
+
</property>
|
44
|
+
<property name="alignment">
|
45
|
+
<set>Qt::AlignCenter</set>
|
46
|
+
</property>
|
47
|
+
</widget>
|
48
|
+
<widget class="QPushButton" name="btn_done">
|
49
|
+
<property name="geometry">
|
50
|
+
<rect>
|
51
|
+
<x>80</x>
|
52
|
+
<y>100</y>
|
53
|
+
<width>75</width>
|
54
|
+
<height>23</height>
|
55
|
+
</rect>
|
56
|
+
</property>
|
57
|
+
<property name="text">
|
58
|
+
<string>Done</string>
|
59
|
+
</property>
|
60
|
+
</widget>
|
61
|
+
</widget>
|
62
|
+
<resources/>
|
63
|
+
<connections>
|
64
|
+
<connection>
|
65
|
+
<sender>btn_done</sender>
|
66
|
+
<signal>clicked()</signal>
|
67
|
+
<receiver>Processing</receiver>
|
68
|
+
<slot>close()</slot>
|
69
|
+
<hints>
|
70
|
+
<hint type="sourcelabel">
|
71
|
+
<x>107</x>
|
72
|
+
<y>101</y>
|
73
|
+
</hint>
|
74
|
+
<hint type="destinationlabel">
|
75
|
+
<x>104</x>
|
76
|
+
<y>57</y>
|
77
|
+
</hint>
|
78
|
+
</hints>
|
79
|
+
</connection>
|
80
|
+
</connections>
|
81
|
+
</ui>
|
@@ -0,0 +1,321 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Spi_settings</class>
|
4
|
+
<widget class="QWidget" name="Spi_settings">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>531</width>
|
10
|
+
<height>154</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Hardsploit - Bus settings</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="1" column="0">
|
18
|
+
<layout class="QHBoxLayout" name="hl">
|
19
|
+
<item>
|
20
|
+
<widget class="QLabel" name="lbl_chip">
|
21
|
+
<property name="text">
|
22
|
+
<string>[CHIP]</string>
|
23
|
+
</property>
|
24
|
+
</widget>
|
25
|
+
</item>
|
26
|
+
<item>
|
27
|
+
<widget class="QLabel" name="lbl_param">
|
28
|
+
<property name="text">
|
29
|
+
<string>PARAMETERS</string>
|
30
|
+
</property>
|
31
|
+
</widget>
|
32
|
+
</item>
|
33
|
+
<item>
|
34
|
+
<spacer name="hs">
|
35
|
+
<property name="orientation">
|
36
|
+
<enum>Qt::Horizontal</enum>
|
37
|
+
</property>
|
38
|
+
<property name="sizeHint" stdset="0">
|
39
|
+
<size>
|
40
|
+
<width>40</width>
|
41
|
+
<height>20</height>
|
42
|
+
</size>
|
43
|
+
</property>
|
44
|
+
</spacer>
|
45
|
+
</item>
|
46
|
+
</layout>
|
47
|
+
</item>
|
48
|
+
<item row="2" column="0">
|
49
|
+
<layout class="QHBoxLayout" name="hl2">
|
50
|
+
<item>
|
51
|
+
<layout class="QFormLayout" name="fl">
|
52
|
+
<item row="1" column="0">
|
53
|
+
<widget class="QLabel" name="lbl_frequency">
|
54
|
+
<property name="text">
|
55
|
+
<string>Frequency (Mhz):</string>
|
56
|
+
</property>
|
57
|
+
</widget>
|
58
|
+
</item>
|
59
|
+
<item row="1" column="1">
|
60
|
+
<widget class="QComboBox" name="cbx_frequency">
|
61
|
+
<property name="maximumSize">
|
62
|
+
<size>
|
63
|
+
<width>100</width>
|
64
|
+
<height>16777215</height>
|
65
|
+
</size>
|
66
|
+
</property>
|
67
|
+
<item>
|
68
|
+
<property name="text">
|
69
|
+
<string>25.00</string>
|
70
|
+
</property>
|
71
|
+
</item>
|
72
|
+
<item>
|
73
|
+
<property name="text">
|
74
|
+
<string>18.75</string>
|
75
|
+
</property>
|
76
|
+
</item>
|
77
|
+
<item>
|
78
|
+
<property name="text">
|
79
|
+
<string>15.00</string>
|
80
|
+
</property>
|
81
|
+
</item>
|
82
|
+
<item>
|
83
|
+
<property name="text">
|
84
|
+
<string>12.50</string>
|
85
|
+
</property>
|
86
|
+
</item>
|
87
|
+
<item>
|
88
|
+
<property name="text">
|
89
|
+
<string>10.71</string>
|
90
|
+
</property>
|
91
|
+
</item>
|
92
|
+
<item>
|
93
|
+
<property name="text">
|
94
|
+
<string>9.38</string>
|
95
|
+
</property>
|
96
|
+
</item>
|
97
|
+
<item>
|
98
|
+
<property name="text">
|
99
|
+
<string>7.50</string>
|
100
|
+
</property>
|
101
|
+
</item>
|
102
|
+
<item>
|
103
|
+
<property name="text">
|
104
|
+
<string>5.00</string>
|
105
|
+
</property>
|
106
|
+
</item>
|
107
|
+
<item>
|
108
|
+
<property name="text">
|
109
|
+
<string>3.95</string>
|
110
|
+
</property>
|
111
|
+
</item>
|
112
|
+
<item>
|
113
|
+
<property name="text">
|
114
|
+
<string>3.00</string>
|
115
|
+
</property>
|
116
|
+
</item>
|
117
|
+
<item>
|
118
|
+
<property name="text">
|
119
|
+
<string>2.03</string>
|
120
|
+
</property>
|
121
|
+
</item>
|
122
|
+
<item>
|
123
|
+
<property name="text">
|
124
|
+
<string>1.00</string>
|
125
|
+
</property>
|
126
|
+
</item>
|
127
|
+
<item>
|
128
|
+
<property name="text">
|
129
|
+
<string>0.50</string>
|
130
|
+
</property>
|
131
|
+
</item>
|
132
|
+
<item>
|
133
|
+
<property name="text">
|
134
|
+
<string>0.29</string>
|
135
|
+
</property>
|
136
|
+
</item>
|
137
|
+
</widget>
|
138
|
+
</item>
|
139
|
+
<item row="2" column="0">
|
140
|
+
<widget class="QLabel" name="lbl_cmd_read">
|
141
|
+
<property name="text">
|
142
|
+
<string>SPI command read:</string>
|
143
|
+
</property>
|
144
|
+
</widget>
|
145
|
+
</item>
|
146
|
+
<item row="2" column="1">
|
147
|
+
<widget class="QLineEdit" name="lie_cmd_read">
|
148
|
+
<property name="maximumSize">
|
149
|
+
<size>
|
150
|
+
<width>100</width>
|
151
|
+
<height>16777215</height>
|
152
|
+
</size>
|
153
|
+
</property>
|
154
|
+
<property name="text">
|
155
|
+
<string>3</string>
|
156
|
+
</property>
|
157
|
+
<property name="maxLength">
|
158
|
+
<number>5</number>
|
159
|
+
</property>
|
160
|
+
</widget>
|
161
|
+
</item>
|
162
|
+
<item row="0" column="0">
|
163
|
+
<widget class="QLabel" name="lbl_page_size">
|
164
|
+
<property name="text">
|
165
|
+
<string>Page size:</string>
|
166
|
+
</property>
|
167
|
+
</widget>
|
168
|
+
</item>
|
169
|
+
<item row="0" column="1">
|
170
|
+
<widget class="QLineEdit" name="lie_page_size">
|
171
|
+
<property name="maximumSize">
|
172
|
+
<size>
|
173
|
+
<width>100</width>
|
174
|
+
<height>16777215</height>
|
175
|
+
</size>
|
176
|
+
</property>
|
177
|
+
</widget>
|
178
|
+
</item>
|
179
|
+
</layout>
|
180
|
+
</item>
|
181
|
+
<item>
|
182
|
+
<layout class="QFormLayout" name="fl2">
|
183
|
+
<item row="0" column="0">
|
184
|
+
<widget class="QLabel" name="lbl_total_size">
|
185
|
+
<property name="text">
|
186
|
+
<string>Total size (8 bits word):</string>
|
187
|
+
</property>
|
188
|
+
</widget>
|
189
|
+
</item>
|
190
|
+
<item row="0" column="1">
|
191
|
+
<widget class="QLineEdit" name="lie_total_size">
|
192
|
+
<property name="maximumSize">
|
193
|
+
<size>
|
194
|
+
<width>100</width>
|
195
|
+
<height>16777215</height>
|
196
|
+
</size>
|
197
|
+
</property>
|
198
|
+
<property name="maxLength">
|
199
|
+
<number>20</number>
|
200
|
+
</property>
|
201
|
+
</widget>
|
202
|
+
</item>
|
203
|
+
<item row="1" column="0">
|
204
|
+
<widget class="QLabel" name="lbl_mode">
|
205
|
+
<property name="text">
|
206
|
+
<string>Mode:</string>
|
207
|
+
</property>
|
208
|
+
</widget>
|
209
|
+
</item>
|
210
|
+
<item row="1" column="1">
|
211
|
+
<widget class="QComboBox" name="cbx_mode">
|
212
|
+
<property name="maximumSize">
|
213
|
+
<size>
|
214
|
+
<width>100</width>
|
215
|
+
<height>16777215</height>
|
216
|
+
</size>
|
217
|
+
</property>
|
218
|
+
<item>
|
219
|
+
<property name="text">
|
220
|
+
<string>0</string>
|
221
|
+
</property>
|
222
|
+
</item>
|
223
|
+
<item>
|
224
|
+
<property name="text">
|
225
|
+
<string>1</string>
|
226
|
+
</property>
|
227
|
+
</item>
|
228
|
+
<item>
|
229
|
+
<property name="text">
|
230
|
+
<string>2</string>
|
231
|
+
</property>
|
232
|
+
</item>
|
233
|
+
<item>
|
234
|
+
<property name="text">
|
235
|
+
<string>3</string>
|
236
|
+
</property>
|
237
|
+
</item>
|
238
|
+
</widget>
|
239
|
+
</item>
|
240
|
+
</layout>
|
241
|
+
</item>
|
242
|
+
</layout>
|
243
|
+
</item>
|
244
|
+
<item row="3" column="0">
|
245
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
246
|
+
<item>
|
247
|
+
<spacer name="horizontalSpacer">
|
248
|
+
<property name="orientation">
|
249
|
+
<enum>Qt::Horizontal</enum>
|
250
|
+
</property>
|
251
|
+
<property name="sizeHint" stdset="0">
|
252
|
+
<size>
|
253
|
+
<width>40</width>
|
254
|
+
<height>20</height>
|
255
|
+
</size>
|
256
|
+
</property>
|
257
|
+
</spacer>
|
258
|
+
</item>
|
259
|
+
<item>
|
260
|
+
<widget class="QPushButton" name="btn_cancel">
|
261
|
+
<property name="text">
|
262
|
+
<string>Cancel</string>
|
263
|
+
</property>
|
264
|
+
</widget>
|
265
|
+
</item>
|
266
|
+
<item>
|
267
|
+
<widget class="QPushButton" name="btn_save">
|
268
|
+
<property name="maximumSize">
|
269
|
+
<size>
|
270
|
+
<width>16777215</width>
|
271
|
+
<height>16777215</height>
|
272
|
+
</size>
|
273
|
+
</property>
|
274
|
+
<property name="text">
|
275
|
+
<string>Save</string>
|
276
|
+
</property>
|
277
|
+
</widget>
|
278
|
+
</item>
|
279
|
+
</layout>
|
280
|
+
</item>
|
281
|
+
</layout>
|
282
|
+
</widget>
|
283
|
+
<resources/>
|
284
|
+
<connections>
|
285
|
+
<connection>
|
286
|
+
<sender>btn_save</sender>
|
287
|
+
<signal>clicked()</signal>
|
288
|
+
<receiver>Spi_settings</receiver>
|
289
|
+
<slot>save_settings()</slot>
|
290
|
+
<hints>
|
291
|
+
<hint type="sourcelabel">
|
292
|
+
<x>520</x>
|
293
|
+
<y>131</y>
|
294
|
+
</hint>
|
295
|
+
<hint type="destinationlabel">
|
296
|
+
<x>458</x>
|
297
|
+
<y>2</y>
|
298
|
+
</hint>
|
299
|
+
</hints>
|
300
|
+
</connection>
|
301
|
+
<connection>
|
302
|
+
<sender>btn_cancel</sender>
|
303
|
+
<signal>clicked()</signal>
|
304
|
+
<receiver>Spi_settings</receiver>
|
305
|
+
<slot>close()</slot>
|
306
|
+
<hints>
|
307
|
+
<hint type="sourcelabel">
|
308
|
+
<x>415</x>
|
309
|
+
<y>128</y>
|
310
|
+
</hint>
|
311
|
+
<hint type="destinationlabel">
|
312
|
+
<x>345</x>
|
313
|
+
<y>3</y>
|
314
|
+
</hint>
|
315
|
+
</hints>
|
316
|
+
</connection>
|
317
|
+
</connections>
|
318
|
+
<slots>
|
319
|
+
<slot>save_settings()</slot>
|
320
|
+
</slots>
|
321
|
+
</ui>
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Wire_helper</class>
|
4
|
+
<widget class="QWidget" name="Wire_helper">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>581</width>
|
10
|
+
<height>560</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Harsploit - Wiring helper</string>
|
15
|
+
</property>
|
16
|
+
<property name="styleSheet">
|
17
|
+
<string notr="true"/>
|
18
|
+
</property>
|
19
|
+
<layout class="QGridLayout" name="gridLayout">
|
20
|
+
<item row="1" column="0">
|
21
|
+
<layout class="QVBoxLayout" name="vl">
|
22
|
+
<item>
|
23
|
+
<widget class="QLabel" name="lbl_advice">
|
24
|
+
<property name="text">
|
25
|
+
<string>Click on a pin number or signal name to turn ON the corresponding LED</string>
|
26
|
+
</property>
|
27
|
+
</widget>
|
28
|
+
</item>
|
29
|
+
<item>
|
30
|
+
<widget class="QLabel" name="lbl_chip">
|
31
|
+
<property name="text">
|
32
|
+
<string>Your chip:</string>
|
33
|
+
</property>
|
34
|
+
</widget>
|
35
|
+
</item>
|
36
|
+
<item>
|
37
|
+
<widget class="QGraphicsView" name="gView">
|
38
|
+
<property name="styleSheet">
|
39
|
+
<string notr="true">Qt::GraphicsTextItem{outline: 0;}</string>
|
40
|
+
</property>
|
41
|
+
</widget>
|
42
|
+
</item>
|
43
|
+
<item>
|
44
|
+
<layout class="QHBoxLayout" name="hl">
|
45
|
+
<item>
|
46
|
+
<spacer name="hs">
|
47
|
+
<property name="orientation">
|
48
|
+
<enum>Qt::Horizontal</enum>
|
49
|
+
</property>
|
50
|
+
<property name="sizeHint" stdset="0">
|
51
|
+
<size>
|
52
|
+
<width>40</width>
|
53
|
+
<height>20</height>
|
54
|
+
</size>
|
55
|
+
</property>
|
56
|
+
</spacer>
|
57
|
+
</item>
|
58
|
+
<item>
|
59
|
+
<widget class="QPushButton" name="btn_cancel">
|
60
|
+
<property name="text">
|
61
|
+
<string>Close</string>
|
62
|
+
</property>
|
63
|
+
</widget>
|
64
|
+
</item>
|
65
|
+
<item>
|
66
|
+
<widget class="QPushButton" name="btn_rotate">
|
67
|
+
<property name="text">
|
68
|
+
<string>Rotate</string>
|
69
|
+
</property>
|
70
|
+
</widget>
|
71
|
+
</item>
|
72
|
+
</layout>
|
73
|
+
</item>
|
74
|
+
</layout>
|
75
|
+
</item>
|
76
|
+
</layout>
|
77
|
+
</widget>
|
78
|
+
<resources/>
|
79
|
+
<connections>
|
80
|
+
<connection>
|
81
|
+
<sender>btn_cancel</sender>
|
82
|
+
<signal>clicked()</signal>
|
83
|
+
<receiver>Wire_helper</receiver>
|
84
|
+
<slot>close()</slot>
|
85
|
+
<hints>
|
86
|
+
<hint type="sourcelabel">
|
87
|
+
<x>423</x>
|
88
|
+
<y>536</y>
|
89
|
+
</hint>
|
90
|
+
<hint type="destinationlabel">
|
91
|
+
<x>455</x>
|
92
|
+
<y>552</y>
|
93
|
+
</hint>
|
94
|
+
</hints>
|
95
|
+
</connection>
|
96
|
+
<connection>
|
97
|
+
<sender>btn_rotate</sender>
|
98
|
+
<signal>clicked()</signal>
|
99
|
+
<receiver>Wire_helper</receiver>
|
100
|
+
<slot>rotate_scene()</slot>
|
101
|
+
<hints>
|
102
|
+
<hint type="sourcelabel">
|
103
|
+
<x>505</x>
|
104
|
+
<y>535</y>
|
105
|
+
</hint>
|
106
|
+
<hint type="destinationlabel">
|
107
|
+
<x>363</x>
|
108
|
+
<y>553</y>
|
109
|
+
</hint>
|
110
|
+
</hints>
|
111
|
+
</connection>
|
112
|
+
</connections>
|
113
|
+
<slots>
|
114
|
+
<slot>reset_leds()</slot>
|
115
|
+
<slot>rotate_scene()</slot>
|
116
|
+
</slots>
|
117
|
+
</ui>
|