hardsploit_gui 2.3 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -22
  3. data/Rakefile +1 -1
  4. data/bin/hardsploit_gui +3 -3
  5. data/lib/Firmwares/FPGA/I2C/I2C_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_I2C_INTERACT.rpd +0 -0
  6. data/lib/Firmwares/FPGA/PARALLEL/NO_MUX_PARALLEL_MEMORY/HARDSPLOIT_FIRMWARE_FPGA_NO_MUX_PARALLEL_MEMORY.rpd +0 -0
  7. data/lib/Firmwares/FPGA/SPI/SPI_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SPI_INTERACT.rpd +0 -0
  8. data/lib/Firmwares/FPGA/SPI/SPI_SNIFFER/HARDSPLOIT_FIRMWARE_FPGA_SPI_SNIFFER.rpd +0 -0
  9. data/lib/Firmwares/FPGA/SWD/SWD_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SWD_INTERACT.rpd +0 -0
  10. data/lib/Firmwares/FPGA/UART/UART_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_UART_INTERACT.rpd +0 -0
  11. data/lib/Firmwares/FPGA/VersionFPGA.rb +5 -5
  12. data/lib/Firmwares/UC/VersionUC.rb +12 -12
  13. data/lib/HardsploitAPI/Core/HardsploitAPI.rb +210 -210
  14. data/lib/HardsploitAPI/Core/HardsploitAPI_CONSTANT.rb +150 -150
  15. data/lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb +109 -109
  16. data/lib/HardsploitAPI/Core/HardsploitAPI_FIRMWARE.rb +305 -305
  17. data/lib/HardsploitAPI/Core/HardsploitAPI_PROGRESS.rb +28 -28
  18. data/lib/HardsploitAPI/Core/HardsploitAPI_USB_COMMUNICATION.rb +166 -166
  19. data/lib/HardsploitAPI/Modules/I2C/HardsploitAPI_I2C.rb +356 -356
  20. data/lib/HardsploitAPI/Modules/NO_MUX_PARALLEL_MEMORY/HardsploitAPI_NO_MUX_PARALLEL_MEMORY.rb +206 -206
  21. data/lib/HardsploitAPI/Modules/NRF24L01/HardsploitAPI_NRF24L01.rb +306 -306
  22. data/lib/HardsploitAPI/Modules/SPI/HardsploitAPI_SPI.rb +340 -340
  23. data/lib/HardsploitAPI/Modules/SPI_SNIFFER/HardsploitAPI_SPI_SNIFFER.rb +83 -83
  24. data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD.rb +367 -367
  25. data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_DEBUG.rb +89 -89
  26. data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_MEM_AP.rb +61 -61
  27. data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_STM32.rb +121 -121
  28. data/lib/HardsploitAPI/Modules/TEST/HardsploitAPI_TEST_INTERACT.rb +98 -98
  29. data/lib/HardsploitAPI/Modules/UART/HardsploitAPI_UART.rb +196 -196
  30. data/lib/Hardsploit_gui.rb +96 -96
  31. data/lib/LICENSE.txt +674 -674
  32. data/lib/README.md +22 -22
  33. data/lib/TRADEMARK +2 -2
  34. data/lib/class/Chip_editor.rb +304 -304
  35. data/lib/class/Chip_management.rb +496 -496
  36. data/lib/class/Command_editor.rb +216 -216
  37. data/lib/class/Command_table.rb +233 -233
  38. data/lib/class/Console.rb +26 -26
  39. data/lib/class/ErrorMsg.rb +312 -312
  40. data/lib/class/Export.rb +140 -140
  41. data/lib/class/Export_manager.rb +124 -124
  42. data/lib/class/Firmware.rb +70 -70
  43. data/lib/class/Generic_commands.rb +260 -260
  44. data/lib/class/{i2c → I2C}/I2c_command.rb +51 -51
  45. data/lib/class/{i2c → I2C}/I2c_export.rb +95 -95
  46. data/lib/class/{i2c → I2C}/I2c_import.rb +117 -117
  47. data/lib/class/{i2c → I2C}/I2c_scanner.rb +114 -114
  48. data/lib/class/{i2c → I2C}/I2c_settings.rb +148 -148
  49. data/lib/class/Import.rb +193 -193
  50. data/lib/class/{parallel → PARALLEL}/Parallel_export.rb +118 -118
  51. data/lib/class/{parallel → PARALLEL}/Parallel_import.rb +113 -113
  52. data/lib/class/{parallel → PARALLEL}/Parallel_settings.rb +81 -81
  53. data/lib/class/Progress_bar.rb +32 -32
  54. data/lib/class/{spi → SPI}/Spi_export.rb +108 -108
  55. data/lib/class/{spi → SPI}/Spi_import.rb +159 -159
  56. data/lib/class/{spi → SPI}/Spi_settings.rb +108 -108
  57. data/lib/class/{spi → SPI}/Spi_sniffer.rb +101 -101
  58. data/lib/class/Signal_mapper.rb +120 -120
  59. data/lib/class/Wire_helper.rb +230 -230
  60. data/lib/class/swd/Swd.rb +125 -125
  61. data/lib/class/swd/Swd_scanner.rb +121 -121
  62. data/lib/class/swd/Swd_settings.rb +76 -76
  63. data/lib/class/uart/Uart_baudrate.rb +62 -62
  64. data/lib/class/uart/Uart_console.rb +115 -115
  65. data/lib/class/uart/Uart_settings.rb +102 -102
  66. data/lib/db/associations.rb +138 -138
  67. data/lib/db/database.rb +4 -4
  68. data/lib/db/development.sqlite3 +0 -0
  69. data/lib/db/migrate/004_create_manufacturers.rb +13 -13
  70. data/lib/db/migrate/005_create_packages.rb +13 -13
  71. data/lib/db/migrate/006_create_chip_types.rb +11 -11
  72. data/lib/db/migrate/007_create_buses.rb +11 -11
  73. data/lib/db/migrate/008_create_signals.rb +14 -14
  74. data/lib/db/migrate/009_create_chips.rb +25 -25
  75. data/lib/db/migrate/010_create_commands.rb +21 -21
  76. data/lib/db/migrate/011_create_bytes.rb +19 -19
  77. data/lib/db/migrate/012_create_i2c_settings.rb +21 -21
  78. data/lib/db/migrate/013_create_spi_settings.rb +26 -26
  79. data/lib/db/migrate/014_create_parallel_settings.rb +21 -21
  80. data/lib/db/migrate/015_create_pins.rb +19 -19
  81. data/lib/db/migrate/016_create_uses.rb +17 -17
  82. data/lib/db/migrate/017_create_swd_settings.rb +19 -19
  83. data/lib/db/migrate/018_create_uart_settings.rb +22 -22
  84. data/lib/db/schema.rb +157 -157
  85. data/lib/db/seeds.rb +161 -161
  86. data/lib/gui/gui_chip_editor.rb +349 -349
  87. data/lib/gui/gui_chip_management.rb +377 -377
  88. data/lib/gui/gui_command_editor.rb +219 -219
  89. data/lib/gui/gui_export.rb +132 -132
  90. data/lib/gui/gui_export_manager.rb +93 -93
  91. data/lib/gui/gui_generic_commands.rb +202 -202
  92. data/lib/gui/gui_generic_export.rb +164 -164
  93. data/lib/gui/gui_generic_import.rb +142 -142
  94. data/lib/gui/gui_i2c_command.rb +116 -116
  95. data/lib/gui/gui_i2c_settings.rb +230 -230
  96. data/lib/gui/gui_import.rb +131 -131
  97. data/lib/gui/gui_parallel_settings.rb +195 -195
  98. data/lib/gui/gui_progress_bar.rb +85 -85
  99. data/lib/gui/gui_signal_mapper.rb +121 -121
  100. data/lib/gui/gui_signal_scanner.rb +146 -146
  101. data/lib/gui/gui_spi_import.rb +126 -126
  102. data/lib/gui/gui_spi_settings.rb +313 -313
  103. data/lib/gui/gui_spi_sniffer.rb +112 -112
  104. data/lib/gui/gui_swd_settings.rb +166 -166
  105. data/lib/gui/gui_uart_baudrate.rb +114 -114
  106. data/lib/gui/gui_uart_console.rb +164 -164
  107. data/lib/gui/gui_uart_settings.rb +243 -243
  108. data/lib/gui/gui_wire_helper.rb +99 -99
  109. data/lib/gui_designer/gui_chip_editor.ui +549 -549
  110. data/lib/gui_designer/gui_chip_management.ui +886 -886
  111. data/lib/gui_designer/gui_command_editor.ui +350 -350
  112. data/lib/gui_designer/gui_export.ui +171 -171
  113. data/lib/gui_designer/gui_export_manager.ui +115 -115
  114. data/lib/gui_designer/gui_generic_commands.ui +342 -342
  115. data/lib/gui_designer/gui_generic_export.ui +202 -202
  116. data/lib/gui_designer/gui_generic_import.ui +165 -165
  117. data/lib/gui_designer/gui_i2c_command.ui +148 -148
  118. data/lib/gui_designer/gui_i2c_settings.ui +292 -292
  119. data/lib/gui_designer/gui_import.ui +168 -168
  120. data/lib/gui_designer/gui_parallel_settings.ui +247 -247
  121. data/lib/gui_designer/gui_progress_bar.ui +86 -86
  122. data/lib/gui_designer/gui_signal_mapper.ui +179 -179
  123. data/lib/gui_designer/gui_signal_scanner.ui +261 -261
  124. data/lib/gui_designer/gui_spi_settings.ui +446 -446
  125. data/lib/gui_designer/gui_spi_sniffer.ui +156 -156
  126. data/lib/gui_designer/gui_swd_settings.ui +189 -189
  127. data/lib/gui_designer/gui_uart_baudrate.ui +161 -161
  128. data/lib/gui_designer/gui_uart_console.ui +284 -284
  129. data/lib/gui_designer/gui_uart_settings.ui +280 -280
  130. data/lib/gui_designer/gui_wire_helper.ui +117 -117
  131. data/lib/images/search.png +0 -0
  132. data/lib/logs/error.log +0 -63
  133. data/lib/models/bus.rb +19 -19
  134. data/lib/models/byte.rb +29 -29
  135. data/lib/models/chip.rb +41 -41
  136. data/lib/models/chip_type.rb +14 -14
  137. data/lib/models/command.rb +20 -20
  138. data/lib/models/i2c_setting.rb +41 -41
  139. data/lib/models/manufacturer.rb +14 -14
  140. data/lib/models/package.rb +26 -26
  141. data/lib/models/parallel_setting.rb +37 -37
  142. data/lib/models/pin.rb +14 -14
  143. data/lib/models/signall.rb +20 -20
  144. data/lib/models/spi_setting.rb +67 -67
  145. data/lib/models/swd_setting.rb +25 -25
  146. data/lib/models/uart_setting.rb +52 -52
  147. data/lib/models/use.rb +6 -6
  148. data/lib/startHardsploit.rb +10 -10
  149. metadata +14 -14
@@ -1,342 +1,342 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>Generic_commands</class>
4
- <widget class="QMainWindow" name="Generic_commands">
5
- <property name="windowModality">
6
- <enum>Qt::ApplicationModal</enum>
7
- </property>
8
- <property name="geometry">
9
- <rect>
10
- <x>0</x>
11
- <y>0</y>
12
- <width>542</width>
13
- <height>383</height>
14
- </rect>
15
- </property>
16
- <property name="windowTitle">
17
- <string>Hardsploit - Commands</string>
18
- </property>
19
- <widget class="QWidget" name="centralwidget">
20
- <layout class="QGridLayout" name="gridLayout">
21
- <item row="0" column="0">
22
- <layout class="QVBoxLayout" name="vl">
23
- <item>
24
- <layout class="QHBoxLayout" name="hl">
25
- <item>
26
- <widget class="QLabel" name="lbl_search">
27
- <property name="text">
28
- <string>Search</string>
29
- </property>
30
- </widget>
31
- </item>
32
- <item>
33
- <widget class="QLineEdit" name="lie_search">
34
- <property name="inputMask">
35
- <string/>
36
- </property>
37
- <property name="maxLength">
38
- <number>10</number>
39
- </property>
40
- </widget>
41
- </item>
42
- <item>
43
- <spacer name="hs">
44
- <property name="orientation">
45
- <enum>Qt::Horizontal</enum>
46
- </property>
47
- <property name="sizeHint" stdset="0">
48
- <size>
49
- <width>40</width>
50
- <height>20</height>
51
- </size>
52
- </property>
53
- </spacer>
54
- </item>
55
- <item>
56
- <widget class="QLabel" name="lbl_current_chip">
57
- <property name="text">
58
- <string>Current chip:</string>
59
- </property>
60
- </widget>
61
- </item>
62
- <item>
63
- <widget class="QLabel" name="lbl_chip">
64
- <property name="text">
65
- <string>[CHIP]</string>
66
- </property>
67
- </widget>
68
- </item>
69
- </layout>
70
- </item>
71
- <item>
72
- <layout class="QVBoxLayout" name="vl2">
73
- <item>
74
- <widget class="QTableWidget" name="tbl_cmd">
75
- <property name="font">
76
- <font>
77
- <family>Arial</family>
78
- </font>
79
- </property>
80
- <property name="sortingEnabled">
81
- <bool>true</bool>
82
- </property>
83
- <attribute name="horizontalHeaderVisible">
84
- <bool>true</bool>
85
- </attribute>
86
- <attribute name="horizontalHeaderCascadingSectionResizes">
87
- <bool>false</bool>
88
- </attribute>
89
- <attribute name="horizontalHeaderDefaultSectionSize">
90
- <number>110</number>
91
- </attribute>
92
- <attribute name="horizontalHeaderMinimumSectionSize">
93
- <number>36</number>
94
- </attribute>
95
- <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
96
- <bool>true</bool>
97
- </attribute>
98
- <attribute name="horizontalHeaderStretchLastSection">
99
- <bool>true</bool>
100
- </attribute>
101
- <attribute name="verticalHeaderCascadingSectionResizes">
102
- <bool>false</bool>
103
- </attribute>
104
- <attribute name="verticalHeaderDefaultSectionSize">
105
- <number>30</number>
106
- </attribute>
107
- <attribute name="verticalHeaderStretchLastSection">
108
- <bool>true</bool>
109
- </attribute>
110
- <column>
111
- <property name="text">
112
- <string>Name</string>
113
- </property>
114
- </column>
115
- <column>
116
- <property name="text">
117
- <string>Description</string>
118
- </property>
119
- </column>
120
- </widget>
121
- </item>
122
- <item>
123
- <widget class="QLabel" name="label">
124
- <property name="text">
125
- <string>Right click on a command to open the menu</string>
126
- </property>
127
- </widget>
128
- </item>
129
- <item>
130
- <layout class="QHBoxLayout" name="hl3">
131
- <item>
132
- <widget class="QCheckBox" name="check_result">
133
- <property name="text">
134
- <string>Show command result</string>
135
- </property>
136
- <property name="checked">
137
- <bool>true</bool>
138
- </property>
139
- </widget>
140
- </item>
141
- <item>
142
- <spacer name="hs2">
143
- <property name="orientation">
144
- <enum>Qt::Horizontal</enum>
145
- </property>
146
- <property name="sizeHint" stdset="0">
147
- <size>
148
- <width>40</width>
149
- <height>20</height>
150
- </size>
151
- </property>
152
- </spacer>
153
- </item>
154
- <item>
155
- <widget class="QPushButton" name="btn_new_cmd">
156
- <property name="text">
157
- <string>New Command</string>
158
- </property>
159
- </widget>
160
- </item>
161
- </layout>
162
- </item>
163
- </layout>
164
- </item>
165
- </layout>
166
- </item>
167
- </layout>
168
- </widget>
169
- <widget class="QMenuBar" name="menubar">
170
- <property name="geometry">
171
- <rect>
172
- <x>0</x>
173
- <y>0</y>
174
- <width>542</width>
175
- <height>21</height>
176
- </rect>
177
- </property>
178
- <widget class="QMenu" name="menuCommandes">
179
- <property name="title">
180
- <string>Commandes...</string>
181
- </property>
182
- <addaction name="actionExecute"/>
183
- <addaction name="actionEdit"/>
184
- <addaction name="actionTemplate"/>
185
- <addaction name="actionDelete"/>
186
- <addaction name="actionConcatenate"/>
187
- </widget>
188
- <addaction name="menuCommandes"/>
189
- </widget>
190
- <widget class="QStatusBar" name="statusbar"/>
191
- <action name="actionExecute">
192
- <property name="text">
193
- <string>Execute</string>
194
- </property>
195
- </action>
196
- <action name="actionEdit">
197
- <property name="text">
198
- <string>Edit</string>
199
- </property>
200
- </action>
201
- <action name="actionTemplate">
202
- <property name="text">
203
- <string>Template</string>
204
- </property>
205
- </action>
206
- <action name="actionDelete">
207
- <property name="text">
208
- <string>Delete</string>
209
- </property>
210
- </action>
211
- <action name="actionConcatenate">
212
- <property name="text">
213
- <string>Concatenate</string>
214
- </property>
215
- </action>
216
- </widget>
217
- <resources/>
218
- <connections>
219
- <connection>
220
- <sender>lie_search</sender>
221
- <signal>textChanged(QString)</signal>
222
- <receiver>Generic_commands</receiver>
223
- <slot>feed_cmd_array()</slot>
224
- <hints>
225
- <hint type="sourcelabel">
226
- <x>227</x>
227
- <y>39</y>
228
- </hint>
229
- <hint type="destinationlabel">
230
- <x>284</x>
231
- <y>40</y>
232
- </hint>
233
- </hints>
234
- </connection>
235
- <connection>
236
- <sender>btn_new_cmd</sender>
237
- <signal>clicked()</signal>
238
- <receiver>Generic_commands</receiver>
239
- <slot>create()</slot>
240
- <hints>
241
- <hint type="sourcelabel">
242
- <x>491</x>
243
- <y>348</y>
244
- </hint>
245
- <hint type="destinationlabel">
246
- <x>336</x>
247
- <y>362</y>
248
- </hint>
249
- </hints>
250
- </connection>
251
- <connection>
252
- <sender>actionExecute</sender>
253
- <signal>triggered()</signal>
254
- <receiver>Generic_commands</receiver>
255
- <slot>execute()</slot>
256
- <hints>
257
- <hint type="sourcelabel">
258
- <x>-1</x>
259
- <y>-1</y>
260
- </hint>
261
- <hint type="destinationlabel">
262
- <x>270</x>
263
- <y>191</y>
264
- </hint>
265
- </hints>
266
- </connection>
267
- <connection>
268
- <sender>actionEdit</sender>
269
- <signal>triggered()</signal>
270
- <receiver>Generic_commands</receiver>
271
- <slot>edit()</slot>
272
- <hints>
273
- <hint type="sourcelabel">
274
- <x>-1</x>
275
- <y>-1</y>
276
- </hint>
277
- <hint type="destinationlabel">
278
- <x>270</x>
279
- <y>191</y>
280
- </hint>
281
- </hints>
282
- </connection>
283
- <connection>
284
- <sender>actionDelete</sender>
285
- <signal>triggered()</signal>
286
- <receiver>Generic_commands</receiver>
287
- <slot>delete()</slot>
288
- <hints>
289
- <hint type="sourcelabel">
290
- <x>-1</x>
291
- <y>-1</y>
292
- </hint>
293
- <hint type="destinationlabel">
294
- <x>270</x>
295
- <y>191</y>
296
- </hint>
297
- </hints>
298
- </connection>
299
- <connection>
300
- <sender>actionTemplate</sender>
301
- <signal>triggered()</signal>
302
- <receiver>Generic_commands</receiver>
303
- <slot>template()</slot>
304
- <hints>
305
- <hint type="sourcelabel">
306
- <x>-1</x>
307
- <y>-1</y>
308
- </hint>
309
- <hint type="destinationlabel">
310
- <x>270</x>
311
- <y>191</y>
312
- </hint>
313
- </hints>
314
- </connection>
315
- <connection>
316
- <sender>actionConcatenate</sender>
317
- <signal>triggered()</signal>
318
- <receiver>Generic_commands</receiver>
319
- <slot>concatenate()</slot>
320
- <hints>
321
- <hint type="sourcelabel">
322
- <x>-1</x>
323
- <y>-1</y>
324
- </hint>
325
- <hint type="destinationlabel">
326
- <x>270</x>
327
- <y>191</y>
328
- </hint>
329
- </hints>
330
- </connection>
331
- </connections>
332
- <slots>
333
- <slot>feed_cmd_array()</slot>
334
- <slot>exec_action()</slot>
335
- <slot>execute()</slot>
336
- <slot>template()</slot>
337
- <slot>edit()</slot>
338
- <slot>concatenate()</slot>
339
- <slot>delete()</slot>
340
- <slot>create()</slot>
341
- </slots>
342
- </ui>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>Generic_commands</class>
4
+ <widget class="QMainWindow" name="Generic_commands">
5
+ <property name="windowModality">
6
+ <enum>Qt::ApplicationModal</enum>
7
+ </property>
8
+ <property name="geometry">
9
+ <rect>
10
+ <x>0</x>
11
+ <y>0</y>
12
+ <width>542</width>
13
+ <height>383</height>
14
+ </rect>
15
+ </property>
16
+ <property name="windowTitle">
17
+ <string>Hardsploit - Commands</string>
18
+ </property>
19
+ <widget class="QWidget" name="centralwidget">
20
+ <layout class="QGridLayout" name="gridLayout">
21
+ <item row="0" column="0">
22
+ <layout class="QVBoxLayout" name="vl">
23
+ <item>
24
+ <layout class="QHBoxLayout" name="hl">
25
+ <item>
26
+ <widget class="QLabel" name="lbl_search">
27
+ <property name="text">
28
+ <string>Search</string>
29
+ </property>
30
+ </widget>
31
+ </item>
32
+ <item>
33
+ <widget class="QLineEdit" name="lie_search">
34
+ <property name="inputMask">
35
+ <string/>
36
+ </property>
37
+ <property name="maxLength">
38
+ <number>10</number>
39
+ </property>
40
+ </widget>
41
+ </item>
42
+ <item>
43
+ <spacer name="hs">
44
+ <property name="orientation">
45
+ <enum>Qt::Horizontal</enum>
46
+ </property>
47
+ <property name="sizeHint" stdset="0">
48
+ <size>
49
+ <width>40</width>
50
+ <height>20</height>
51
+ </size>
52
+ </property>
53
+ </spacer>
54
+ </item>
55
+ <item>
56
+ <widget class="QLabel" name="lbl_current_chip">
57
+ <property name="text">
58
+ <string>Current chip:</string>
59
+ </property>
60
+ </widget>
61
+ </item>
62
+ <item>
63
+ <widget class="QLabel" name="lbl_chip">
64
+ <property name="text">
65
+ <string>[CHIP]</string>
66
+ </property>
67
+ </widget>
68
+ </item>
69
+ </layout>
70
+ </item>
71
+ <item>
72
+ <layout class="QVBoxLayout" name="vl2">
73
+ <item>
74
+ <widget class="QTableWidget" name="tbl_cmd">
75
+ <property name="font">
76
+ <font>
77
+ <family>Arial</family>
78
+ </font>
79
+ </property>
80
+ <property name="sortingEnabled">
81
+ <bool>true</bool>
82
+ </property>
83
+ <attribute name="horizontalHeaderVisible">
84
+ <bool>true</bool>
85
+ </attribute>
86
+ <attribute name="horizontalHeaderCascadingSectionResizes">
87
+ <bool>false</bool>
88
+ </attribute>
89
+ <attribute name="horizontalHeaderDefaultSectionSize">
90
+ <number>110</number>
91
+ </attribute>
92
+ <attribute name="horizontalHeaderMinimumSectionSize">
93
+ <number>36</number>
94
+ </attribute>
95
+ <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
96
+ <bool>true</bool>
97
+ </attribute>
98
+ <attribute name="horizontalHeaderStretchLastSection">
99
+ <bool>true</bool>
100
+ </attribute>
101
+ <attribute name="verticalHeaderCascadingSectionResizes">
102
+ <bool>false</bool>
103
+ </attribute>
104
+ <attribute name="verticalHeaderDefaultSectionSize">
105
+ <number>30</number>
106
+ </attribute>
107
+ <attribute name="verticalHeaderStretchLastSection">
108
+ <bool>true</bool>
109
+ </attribute>
110
+ <column>
111
+ <property name="text">
112
+ <string>Name</string>
113
+ </property>
114
+ </column>
115
+ <column>
116
+ <property name="text">
117
+ <string>Description</string>
118
+ </property>
119
+ </column>
120
+ </widget>
121
+ </item>
122
+ <item>
123
+ <widget class="QLabel" name="label">
124
+ <property name="text">
125
+ <string>Right click on a command to open the menu</string>
126
+ </property>
127
+ </widget>
128
+ </item>
129
+ <item>
130
+ <layout class="QHBoxLayout" name="hl3">
131
+ <item>
132
+ <widget class="QCheckBox" name="check_result">
133
+ <property name="text">
134
+ <string>Show command result</string>
135
+ </property>
136
+ <property name="checked">
137
+ <bool>true</bool>
138
+ </property>
139
+ </widget>
140
+ </item>
141
+ <item>
142
+ <spacer name="hs2">
143
+ <property name="orientation">
144
+ <enum>Qt::Horizontal</enum>
145
+ </property>
146
+ <property name="sizeHint" stdset="0">
147
+ <size>
148
+ <width>40</width>
149
+ <height>20</height>
150
+ </size>
151
+ </property>
152
+ </spacer>
153
+ </item>
154
+ <item>
155
+ <widget class="QPushButton" name="btn_new_cmd">
156
+ <property name="text">
157
+ <string>New Command</string>
158
+ </property>
159
+ </widget>
160
+ </item>
161
+ </layout>
162
+ </item>
163
+ </layout>
164
+ </item>
165
+ </layout>
166
+ </item>
167
+ </layout>
168
+ </widget>
169
+ <widget class="QMenuBar" name="menubar">
170
+ <property name="geometry">
171
+ <rect>
172
+ <x>0</x>
173
+ <y>0</y>
174
+ <width>542</width>
175
+ <height>21</height>
176
+ </rect>
177
+ </property>
178
+ <widget class="QMenu" name="menuCommandes">
179
+ <property name="title">
180
+ <string>Commandes...</string>
181
+ </property>
182
+ <addaction name="actionExecute"/>
183
+ <addaction name="actionEdit"/>
184
+ <addaction name="actionTemplate"/>
185
+ <addaction name="actionDelete"/>
186
+ <addaction name="actionConcatenate"/>
187
+ </widget>
188
+ <addaction name="menuCommandes"/>
189
+ </widget>
190
+ <widget class="QStatusBar" name="statusbar"/>
191
+ <action name="actionExecute">
192
+ <property name="text">
193
+ <string>Execute</string>
194
+ </property>
195
+ </action>
196
+ <action name="actionEdit">
197
+ <property name="text">
198
+ <string>Edit</string>
199
+ </property>
200
+ </action>
201
+ <action name="actionTemplate">
202
+ <property name="text">
203
+ <string>Template</string>
204
+ </property>
205
+ </action>
206
+ <action name="actionDelete">
207
+ <property name="text">
208
+ <string>Delete</string>
209
+ </property>
210
+ </action>
211
+ <action name="actionConcatenate">
212
+ <property name="text">
213
+ <string>Concatenate</string>
214
+ </property>
215
+ </action>
216
+ </widget>
217
+ <resources/>
218
+ <connections>
219
+ <connection>
220
+ <sender>lie_search</sender>
221
+ <signal>textChanged(QString)</signal>
222
+ <receiver>Generic_commands</receiver>
223
+ <slot>feed_cmd_array()</slot>
224
+ <hints>
225
+ <hint type="sourcelabel">
226
+ <x>227</x>
227
+ <y>39</y>
228
+ </hint>
229
+ <hint type="destinationlabel">
230
+ <x>284</x>
231
+ <y>40</y>
232
+ </hint>
233
+ </hints>
234
+ </connection>
235
+ <connection>
236
+ <sender>btn_new_cmd</sender>
237
+ <signal>clicked()</signal>
238
+ <receiver>Generic_commands</receiver>
239
+ <slot>create()</slot>
240
+ <hints>
241
+ <hint type="sourcelabel">
242
+ <x>491</x>
243
+ <y>348</y>
244
+ </hint>
245
+ <hint type="destinationlabel">
246
+ <x>336</x>
247
+ <y>362</y>
248
+ </hint>
249
+ </hints>
250
+ </connection>
251
+ <connection>
252
+ <sender>actionExecute</sender>
253
+ <signal>triggered()</signal>
254
+ <receiver>Generic_commands</receiver>
255
+ <slot>execute()</slot>
256
+ <hints>
257
+ <hint type="sourcelabel">
258
+ <x>-1</x>
259
+ <y>-1</y>
260
+ </hint>
261
+ <hint type="destinationlabel">
262
+ <x>270</x>
263
+ <y>191</y>
264
+ </hint>
265
+ </hints>
266
+ </connection>
267
+ <connection>
268
+ <sender>actionEdit</sender>
269
+ <signal>triggered()</signal>
270
+ <receiver>Generic_commands</receiver>
271
+ <slot>edit()</slot>
272
+ <hints>
273
+ <hint type="sourcelabel">
274
+ <x>-1</x>
275
+ <y>-1</y>
276
+ </hint>
277
+ <hint type="destinationlabel">
278
+ <x>270</x>
279
+ <y>191</y>
280
+ </hint>
281
+ </hints>
282
+ </connection>
283
+ <connection>
284
+ <sender>actionDelete</sender>
285
+ <signal>triggered()</signal>
286
+ <receiver>Generic_commands</receiver>
287
+ <slot>delete()</slot>
288
+ <hints>
289
+ <hint type="sourcelabel">
290
+ <x>-1</x>
291
+ <y>-1</y>
292
+ </hint>
293
+ <hint type="destinationlabel">
294
+ <x>270</x>
295
+ <y>191</y>
296
+ </hint>
297
+ </hints>
298
+ </connection>
299
+ <connection>
300
+ <sender>actionTemplate</sender>
301
+ <signal>triggered()</signal>
302
+ <receiver>Generic_commands</receiver>
303
+ <slot>template()</slot>
304
+ <hints>
305
+ <hint type="sourcelabel">
306
+ <x>-1</x>
307
+ <y>-1</y>
308
+ </hint>
309
+ <hint type="destinationlabel">
310
+ <x>270</x>
311
+ <y>191</y>
312
+ </hint>
313
+ </hints>
314
+ </connection>
315
+ <connection>
316
+ <sender>actionConcatenate</sender>
317
+ <signal>triggered()</signal>
318
+ <receiver>Generic_commands</receiver>
319
+ <slot>concatenate()</slot>
320
+ <hints>
321
+ <hint type="sourcelabel">
322
+ <x>-1</x>
323
+ <y>-1</y>
324
+ </hint>
325
+ <hint type="destinationlabel">
326
+ <x>270</x>
327
+ <y>191</y>
328
+ </hint>
329
+ </hints>
330
+ </connection>
331
+ </connections>
332
+ <slots>
333
+ <slot>feed_cmd_array()</slot>
334
+ <slot>exec_action()</slot>
335
+ <slot>execute()</slot>
336
+ <slot>template()</slot>
337
+ <slot>edit()</slot>
338
+ <slot>concatenate()</slot>
339
+ <slot>delete()</slot>
340
+ <slot>create()</slot>
341
+ </slots>
342
+ </ui>