hardsploit_gui 2.3 → 2.4.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 +4 -4
 - data/README.md +22 -22
 - data/Rakefile +1 -1
 - data/bin/hardsploit_gui +3 -3
 - data/lib/Firmwares/FPGA/I2C/I2C_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_I2C_INTERACT.rpd +0 -0
 - data/lib/Firmwares/FPGA/PARALLEL/NO_MUX_PARALLEL_MEMORY/HARDSPLOIT_FIRMWARE_FPGA_NO_MUX_PARALLEL_MEMORY.rpd +0 -0
 - data/lib/Firmwares/FPGA/SPI/SPI_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SPI_INTERACT.rpd +0 -0
 - data/lib/Firmwares/FPGA/SPI/SPI_SNIFFER/HARDSPLOIT_FIRMWARE_FPGA_SPI_SNIFFER.rpd +0 -0
 - data/lib/Firmwares/FPGA/SWD/SWD_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SWD_INTERACT.rpd +0 -0
 - data/lib/Firmwares/FPGA/UART/UART_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_UART_INTERACT.rpd +0 -0
 - data/lib/Firmwares/FPGA/VersionFPGA.rb +5 -5
 - data/lib/Firmwares/UC/VersionUC.rb +12 -12
 - data/lib/HardsploitAPI/Core/HardsploitAPI.rb +210 -210
 - data/lib/HardsploitAPI/Core/HardsploitAPI_CONSTANT.rb +150 -150
 - data/lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb +109 -109
 - data/lib/HardsploitAPI/Core/HardsploitAPI_FIRMWARE.rb +305 -305
 - data/lib/HardsploitAPI/Core/HardsploitAPI_PROGRESS.rb +28 -28
 - data/lib/HardsploitAPI/Core/HardsploitAPI_USB_COMMUNICATION.rb +166 -166
 - data/lib/HardsploitAPI/Modules/I2C/HardsploitAPI_I2C.rb +356 -356
 - data/lib/HardsploitAPI/Modules/NO_MUX_PARALLEL_MEMORY/HardsploitAPI_NO_MUX_PARALLEL_MEMORY.rb +206 -206
 - data/lib/HardsploitAPI/Modules/NRF24L01/HardsploitAPI_NRF24L01.rb +306 -306
 - data/lib/HardsploitAPI/Modules/SPI/HardsploitAPI_SPI.rb +340 -340
 - data/lib/HardsploitAPI/Modules/SPI_SNIFFER/HardsploitAPI_SPI_SNIFFER.rb +83 -83
 - data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD.rb +367 -367
 - data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_DEBUG.rb +89 -89
 - data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_MEM_AP.rb +61 -61
 - data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_STM32.rb +121 -121
 - data/lib/HardsploitAPI/Modules/TEST/HardsploitAPI_TEST_INTERACT.rb +98 -98
 - data/lib/HardsploitAPI/Modules/UART/HardsploitAPI_UART.rb +196 -196
 - data/lib/Hardsploit_gui.rb +96 -96
 - data/lib/LICENSE.txt +674 -674
 - data/lib/README.md +22 -22
 - data/lib/TRADEMARK +2 -2
 - data/lib/class/Chip_editor.rb +304 -304
 - data/lib/class/Chip_management.rb +496 -496
 - data/lib/class/Command_editor.rb +216 -216
 - data/lib/class/Command_table.rb +233 -233
 - data/lib/class/Console.rb +26 -26
 - data/lib/class/ErrorMsg.rb +312 -312
 - data/lib/class/Export.rb +140 -140
 - data/lib/class/Export_manager.rb +124 -124
 - data/lib/class/Firmware.rb +70 -70
 - data/lib/class/Generic_commands.rb +260 -260
 - data/lib/class/{i2c → I2C}/I2c_command.rb +51 -51
 - data/lib/class/{i2c → I2C}/I2c_export.rb +95 -95
 - data/lib/class/{i2c → I2C}/I2c_import.rb +117 -117
 - data/lib/class/{i2c → I2C}/I2c_scanner.rb +114 -114
 - data/lib/class/{i2c → I2C}/I2c_settings.rb +148 -148
 - data/lib/class/Import.rb +193 -193
 - data/lib/class/{parallel → PARALLEL}/Parallel_export.rb +118 -118
 - data/lib/class/{parallel → PARALLEL}/Parallel_import.rb +113 -113
 - data/lib/class/{parallel → PARALLEL}/Parallel_settings.rb +81 -81
 - data/lib/class/Progress_bar.rb +32 -32
 - data/lib/class/{spi → SPI}/Spi_export.rb +108 -108
 - data/lib/class/{spi → SPI}/Spi_import.rb +159 -159
 - data/lib/class/{spi → SPI}/Spi_settings.rb +108 -108
 - data/lib/class/{spi → SPI}/Spi_sniffer.rb +101 -101
 - data/lib/class/Signal_mapper.rb +120 -120
 - data/lib/class/Wire_helper.rb +230 -230
 - data/lib/class/swd/Swd.rb +125 -125
 - data/lib/class/swd/Swd_scanner.rb +121 -121
 - data/lib/class/swd/Swd_settings.rb +76 -76
 - data/lib/class/uart/Uart_baudrate.rb +62 -62
 - data/lib/class/uart/Uart_console.rb +115 -115
 - data/lib/class/uart/Uart_settings.rb +102 -102
 - data/lib/db/associations.rb +138 -138
 - data/lib/db/database.rb +4 -4
 - data/lib/db/development.sqlite3 +0 -0
 - data/lib/db/migrate/004_create_manufacturers.rb +13 -13
 - data/lib/db/migrate/005_create_packages.rb +13 -13
 - data/lib/db/migrate/006_create_chip_types.rb +11 -11
 - data/lib/db/migrate/007_create_buses.rb +11 -11
 - data/lib/db/migrate/008_create_signals.rb +14 -14
 - data/lib/db/migrate/009_create_chips.rb +25 -25
 - data/lib/db/migrate/010_create_commands.rb +21 -21
 - data/lib/db/migrate/011_create_bytes.rb +19 -19
 - data/lib/db/migrate/012_create_i2c_settings.rb +21 -21
 - data/lib/db/migrate/013_create_spi_settings.rb +26 -26
 - data/lib/db/migrate/014_create_parallel_settings.rb +21 -21
 - data/lib/db/migrate/015_create_pins.rb +19 -19
 - data/lib/db/migrate/016_create_uses.rb +17 -17
 - data/lib/db/migrate/017_create_swd_settings.rb +19 -19
 - data/lib/db/migrate/018_create_uart_settings.rb +22 -22
 - data/lib/db/schema.rb +157 -157
 - data/lib/db/seeds.rb +161 -161
 - data/lib/gui/gui_chip_editor.rb +349 -349
 - data/lib/gui/gui_chip_management.rb +377 -377
 - data/lib/gui/gui_command_editor.rb +219 -219
 - data/lib/gui/gui_export.rb +132 -132
 - data/lib/gui/gui_export_manager.rb +93 -93
 - data/lib/gui/gui_generic_commands.rb +202 -202
 - data/lib/gui/gui_generic_export.rb +164 -164
 - data/lib/gui/gui_generic_import.rb +142 -142
 - data/lib/gui/gui_i2c_command.rb +116 -116
 - data/lib/gui/gui_i2c_settings.rb +230 -230
 - data/lib/gui/gui_import.rb +131 -131
 - data/lib/gui/gui_parallel_settings.rb +195 -195
 - data/lib/gui/gui_progress_bar.rb +85 -85
 - data/lib/gui/gui_signal_mapper.rb +121 -121
 - data/lib/gui/gui_signal_scanner.rb +146 -146
 - data/lib/gui/gui_spi_import.rb +126 -126
 - data/lib/gui/gui_spi_settings.rb +313 -313
 - data/lib/gui/gui_spi_sniffer.rb +112 -112
 - data/lib/gui/gui_swd_settings.rb +166 -166
 - data/lib/gui/gui_uart_baudrate.rb +114 -114
 - data/lib/gui/gui_uart_console.rb +164 -164
 - data/lib/gui/gui_uart_settings.rb +243 -243
 - data/lib/gui/gui_wire_helper.rb +99 -99
 - data/lib/gui_designer/gui_chip_editor.ui +549 -549
 - data/lib/gui_designer/gui_chip_management.ui +886 -886
 - data/lib/gui_designer/gui_command_editor.ui +350 -350
 - data/lib/gui_designer/gui_export.ui +171 -171
 - data/lib/gui_designer/gui_export_manager.ui +115 -115
 - data/lib/gui_designer/gui_generic_commands.ui +342 -342
 - data/lib/gui_designer/gui_generic_export.ui +202 -202
 - data/lib/gui_designer/gui_generic_import.ui +165 -165
 - data/lib/gui_designer/gui_i2c_command.ui +148 -148
 - data/lib/gui_designer/gui_i2c_settings.ui +292 -292
 - data/lib/gui_designer/gui_import.ui +168 -168
 - data/lib/gui_designer/gui_parallel_settings.ui +247 -247
 - data/lib/gui_designer/gui_progress_bar.ui +86 -86
 - data/lib/gui_designer/gui_signal_mapper.ui +179 -179
 - data/lib/gui_designer/gui_signal_scanner.ui +261 -261
 - data/lib/gui_designer/gui_spi_settings.ui +446 -446
 - data/lib/gui_designer/gui_spi_sniffer.ui +156 -156
 - data/lib/gui_designer/gui_swd_settings.ui +189 -189
 - data/lib/gui_designer/gui_uart_baudrate.ui +161 -161
 - data/lib/gui_designer/gui_uart_console.ui +284 -284
 - data/lib/gui_designer/gui_uart_settings.ui +280 -280
 - data/lib/gui_designer/gui_wire_helper.ui +117 -117
 - data/lib/images/search.png +0 -0
 - data/lib/logs/error.log +0 -63
 - data/lib/models/bus.rb +19 -19
 - data/lib/models/byte.rb +29 -29
 - data/lib/models/chip.rb +41 -41
 - data/lib/models/chip_type.rb +14 -14
 - data/lib/models/command.rb +20 -20
 - data/lib/models/i2c_setting.rb +41 -41
 - data/lib/models/manufacturer.rb +14 -14
 - data/lib/models/package.rb +26 -26
 - data/lib/models/parallel_setting.rb +37 -37
 - data/lib/models/pin.rb +14 -14
 - data/lib/models/signall.rb +20 -20
 - data/lib/models/spi_setting.rb +67 -67
 - data/lib/models/swd_setting.rb +25 -25
 - data/lib/models/uart_setting.rb +52 -52
 - data/lib/models/use.rb +6 -6
 - data/lib/startHardsploit.rb +10 -10
 - metadata +14 -14
 
| 
         @@ -1,886 +1,886 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <ui version="4.0">
         
     | 
| 
       3 
     | 
    
         
            -
             <class>Chip_management</class>
         
     | 
| 
       4 
     | 
    
         
            -
             <widget class="QMainWindow" name="Chip_management">
         
     | 
| 
       5 
     | 
    
         
            -
              <property name="geometry">
         
     | 
| 
       6 
     | 
    
         
            -
               <rect>
         
     | 
| 
       7 
     | 
    
         
            -
                <x>0</x>
         
     | 
| 
       8 
     | 
    
         
            -
                <y>0</y>
         
     | 
| 
       9 
     | 
    
         
            -
                <width>710</width>
         
     | 
| 
       10 
     | 
    
         
            -
                <height>589</height>
         
     | 
| 
       11 
     | 
    
         
            -
               </rect>
         
     | 
| 
       12 
     | 
    
         
            -
              </property>
         
     | 
| 
       13 
     | 
    
         
            -
              <property name="minimumSize">
         
     | 
| 
       14 
     | 
    
         
            -
               <size>
         
     | 
| 
       15 
     | 
    
         
            -
                <width>710</width>
         
     | 
| 
       16 
     | 
    
         
            -
                <height>450</height>
         
     | 
| 
       17 
     | 
    
         
            -
               </size>
         
     | 
| 
       18 
     | 
    
         
            -
              </property>
         
     | 
| 
       19 
     | 
    
         
            -
              <property name="windowTitle">
         
     | 
| 
       20 
     | 
    
         
            -
               <string>Hardsploit - Chip management</string>
         
     | 
| 
       21 
     | 
    
         
            -
              </property>
         
     | 
| 
       22 
     | 
    
         
            -
              <property name="windowIcon">
         
     | 
| 
       23 
     | 
    
         
            -
               <iconset>
         
     | 
| 
       24 
     | 
    
         
            -
                <normaloff>../../../../.designer/images/logoOpale_ico.ico</normaloff>../../../../.designer/images/logoOpale_ico.ico</iconset>
         
     | 
| 
       25 
     | 
    
         
            -
              </property>
         
     | 
| 
       26 
     | 
    
         
            -
              <widget class="QWidget" name="cl_main">
         
     | 
| 
       27 
     | 
    
         
            -
               <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
       28 
     | 
    
         
            -
                <item row="2" column="0">
         
     | 
| 
       29 
     | 
    
         
            -
                 <layout class="QHBoxLayout" name="hl_main">
         
     | 
| 
       30 
     | 
    
         
            -
                  <item>
         
     | 
| 
       31 
     | 
    
         
            -
                   <widget class="QTreeWidget" name="tw_chip">
         
     | 
| 
       32 
     | 
    
         
            -
                    <property name="minimumSize">
         
     | 
| 
       33 
     | 
    
         
            -
                     <size>
         
     | 
| 
       34 
     | 
    
         
            -
                      <width>200</width>
         
     | 
| 
       35 
     | 
    
         
            -
                      <height>0</height>
         
     | 
| 
       36 
     | 
    
         
            -
                     </size>
         
     | 
| 
       37 
     | 
    
         
            -
                    </property>
         
     | 
| 
       38 
     | 
    
         
            -
                    <property name="maximumSize">
         
     | 
| 
       39 
     | 
    
         
            -
                     <size>
         
     | 
| 
       40 
     | 
    
         
            -
                      <width>150</width>
         
     | 
| 
       41 
     | 
    
         
            -
                      <height>16777215</height>
         
     | 
| 
       42 
     | 
    
         
            -
                     </size>
         
     | 
| 
       43 
     | 
    
         
            -
                    </property>
         
     | 
| 
       44 
     | 
    
         
            -
                    <column>
         
     | 
| 
       45 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       46 
     | 
    
         
            -
                      <string>Current chip</string>
         
     | 
| 
       47 
     | 
    
         
            -
                     </property>
         
     | 
| 
       48 
     | 
    
         
            -
                    </column>
         
     | 
| 
       49 
     | 
    
         
            -
                   </widget>
         
     | 
| 
       50 
     | 
    
         
            -
                  </item>
         
     | 
| 
       51 
     | 
    
         
            -
                  <item>
         
     | 
| 
       52 
     | 
    
         
            -
                   <layout class="QVBoxLayout" name="vl_body">
         
     | 
| 
       53 
     | 
    
         
            -
                    <item>
         
     | 
| 
       54 
     | 
    
         
            -
                     <layout class="QHBoxLayout" name="hl_filters">
         
     | 
| 
       55 
     | 
    
         
            -
                      <item>
         
     | 
| 
       56 
     | 
    
         
            -
                       <widget class="QLabel" name="img_search">
         
     | 
| 
       57 
     | 
    
         
            -
                        <property name="text">
         
     | 
| 
       58 
     | 
    
         
            -
                         <string>Search</string>
         
     | 
| 
       59 
     | 
    
         
            -
                        </property>
         
     | 
| 
       60 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       61 
     | 
    
         
            -
                      </item>
         
     | 
| 
       62 
     | 
    
         
            -
                      <item>
         
     | 
| 
       63 
     | 
    
         
            -
                       <widget class="QLineEdit" name="lie_search"/>
         
     | 
| 
       64 
     | 
    
         
            -
                      </item>
         
     | 
| 
       65 
     | 
    
         
            -
                      <item>
         
     | 
| 
       66 
     | 
    
         
            -
                       <widget class="QComboBox" name="cbx_manufacturer">
         
     | 
| 
       67 
     | 
    
         
            -
                        <property name="minimumSize">
         
     | 
| 
       68 
     | 
    
         
            -
                         <size>
         
     | 
| 
       69 
     | 
    
         
            -
                          <width>200</width>
         
     | 
| 
       70 
     | 
    
         
            -
                          <height>0</height>
         
     | 
| 
       71 
     | 
    
         
            -
                         </size>
         
     | 
| 
       72 
     | 
    
         
            -
                        </property>
         
     | 
| 
       73 
     | 
    
         
            -
                        <property name="maximumSize">
         
     | 
| 
       74 
     | 
    
         
            -
                         <size>
         
     | 
| 
       75 
     | 
    
         
            -
                          <width>16777215</width>
         
     | 
| 
       76 
     | 
    
         
            -
                          <height>16777215</height>
         
     | 
| 
       77 
     | 
    
         
            -
                         </size>
         
     | 
| 
       78 
     | 
    
         
            -
                        </property>
         
     | 
| 
       79 
     | 
    
         
            -
                        <item>
         
     | 
| 
       80 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       81 
     | 
    
         
            -
                          <string>Manufacturer...</string>
         
     | 
| 
       82 
     | 
    
         
            -
                         </property>
         
     | 
| 
       83 
     | 
    
         
            -
                        </item>
         
     | 
| 
       84 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       85 
     | 
    
         
            -
                      </item>
         
     | 
| 
       86 
     | 
    
         
            -
                      <item>
         
     | 
| 
       87 
     | 
    
         
            -
                       <widget class="QComboBox" name="cbx_type">
         
     | 
| 
       88 
     | 
    
         
            -
                        <property name="minimumSize">
         
     | 
| 
       89 
     | 
    
         
            -
                         <size>
         
     | 
| 
       90 
     | 
    
         
            -
                          <width>100</width>
         
     | 
| 
       91 
     | 
    
         
            -
                          <height>0</height>
         
     | 
| 
       92 
     | 
    
         
            -
                         </size>
         
     | 
| 
       93 
     | 
    
         
            -
                        </property>
         
     | 
| 
       94 
     | 
    
         
            -
                        <property name="maximumSize">
         
     | 
| 
       95 
     | 
    
         
            -
                         <size>
         
     | 
| 
       96 
     | 
    
         
            -
                          <width>100</width>
         
     | 
| 
       97 
     | 
    
         
            -
                          <height>16777215</height>
         
     | 
| 
       98 
     | 
    
         
            -
                         </size>
         
     | 
| 
       99 
     | 
    
         
            -
                        </property>
         
     | 
| 
       100 
     | 
    
         
            -
                        <item>
         
     | 
| 
       101 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       102 
     | 
    
         
            -
                          <string>Type...</string>
         
     | 
| 
       103 
     | 
    
         
            -
                         </property>
         
     | 
| 
       104 
     | 
    
         
            -
                        </item>
         
     | 
| 
       105 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       106 
     | 
    
         
            -
                      </item>
         
     | 
| 
       107 
     | 
    
         
            -
                     </layout>
         
     | 
| 
       108 
     | 
    
         
            -
                    </item>
         
     | 
| 
       109 
     | 
    
         
            -
                    <item>
         
     | 
| 
       110 
     | 
    
         
            -
                     <layout class="QVBoxLayout" name="vl_array">
         
     | 
| 
       111 
     | 
    
         
            -
                      <item>
         
     | 
| 
       112 
     | 
    
         
            -
                       <widget class="QTableWidget" name="tbl_chip">
         
     | 
| 
       113 
     | 
    
         
            -
                        <attribute name="horizontalHeaderStretchLastSection">
         
     | 
| 
       114 
     | 
    
         
            -
                         <bool>true</bool>
         
     | 
| 
       115 
     | 
    
         
            -
                        </attribute>
         
     | 
| 
       116 
     | 
    
         
            -
                        <attribute name="verticalHeaderStretchLastSection">
         
     | 
| 
       117 
     | 
    
         
            -
                         <bool>true</bool>
         
     | 
| 
       118 
     | 
    
         
            -
                        </attribute>
         
     | 
| 
       119 
     | 
    
         
            -
                        <column>
         
     | 
| 
       120 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       121 
     | 
    
         
            -
                          <string>Reference</string>
         
     | 
| 
       122 
     | 
    
         
            -
                         </property>
         
     | 
| 
       123 
     | 
    
         
            -
                        </column>
         
     | 
| 
       124 
     | 
    
         
            -
                        <column>
         
     | 
| 
       125 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       126 
     | 
    
         
            -
                          <string>Type</string>
         
     | 
| 
       127 
     | 
    
         
            -
                         </property>
         
     | 
| 
       128 
     | 
    
         
            -
                        </column>
         
     | 
| 
       129 
     | 
    
         
            -
                        <column>
         
     | 
| 
       130 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       131 
     | 
    
         
            -
                          <string>Manufacturer</string>
         
     | 
| 
       132 
     | 
    
         
            -
                         </property>
         
     | 
| 
       133 
     | 
    
         
            -
                        </column>
         
     | 
| 
       134 
     | 
    
         
            -
                        <column>
         
     | 
| 
       135 
     | 
    
         
            -
                         <property name="text">
         
     | 
| 
       136 
     | 
    
         
            -
                          <string>BUS</string>
         
     | 
| 
       137 
     | 
    
         
            -
                         </property>
         
     | 
| 
       138 
     | 
    
         
            -
                        </column>
         
     | 
| 
       139 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       140 
     | 
    
         
            -
                      </item>
         
     | 
| 
       141 
     | 
    
         
            -
                     </layout>
         
     | 
| 
       142 
     | 
    
         
            -
                    </item>
         
     | 
| 
       143 
     | 
    
         
            -
                    <item>
         
     | 
| 
       144 
     | 
    
         
            -
                     <layout class="QHBoxLayout" name="hl_options">
         
     | 
| 
       145 
     | 
    
         
            -
                      <item>
         
     | 
| 
       146 
     | 
    
         
            -
                       <widget class="QLabel" name="lbl_info">
         
     | 
| 
       147 
     | 
    
         
            -
                        <property name="text">
         
     | 
| 
       148 
     | 
    
         
            -
                         <string>Double click a chip reference to load it</string>
         
     | 
| 
       149 
     | 
    
         
            -
                        </property>
         
     | 
| 
       150 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       151 
     | 
    
         
            -
                      </item>
         
     | 
| 
       152 
     | 
    
         
            -
                      <item>
         
     | 
| 
       153 
     | 
    
         
            -
                       <spacer name="horizontalSpacer">
         
     | 
| 
       154 
     | 
    
         
            -
                        <property name="orientation">
         
     | 
| 
       155 
     | 
    
         
            -
                         <enum>Qt::Horizontal</enum>
         
     | 
| 
       156 
     | 
    
         
            -
                        </property>
         
     | 
| 
       157 
     | 
    
         
            -
                        <property name="sizeHint" stdset="0">
         
     | 
| 
       158 
     | 
    
         
            -
                         <size>
         
     | 
| 
       159 
     | 
    
         
            -
                          <width>40</width>
         
     | 
| 
       160 
     | 
    
         
            -
                          <height>20</height>
         
     | 
| 
       161 
     | 
    
         
            -
                         </size>
         
     | 
| 
       162 
     | 
    
         
            -
                        </property>
         
     | 
| 
       163 
     | 
    
         
            -
                       </spacer>
         
     | 
| 
       164 
     | 
    
         
            -
                      </item>
         
     | 
| 
       165 
     | 
    
         
            -
                      <item>
         
     | 
| 
       166 
     | 
    
         
            -
                       <widget class="QPushButton" name="btn_add">
         
     | 
| 
       167 
     | 
    
         
            -
                        <property name="text">
         
     | 
| 
       168 
     | 
    
         
            -
                         <string>Create component</string>
         
     | 
| 
       169 
     | 
    
         
            -
                        </property>
         
     | 
| 
       170 
     | 
    
         
            -
                       </widget>
         
     | 
| 
       171 
     | 
    
         
            -
                      </item>
         
     | 
| 
       172 
     | 
    
         
            -
                     </layout>
         
     | 
| 
       173 
     | 
    
         
            -
                    </item>
         
     | 
| 
       174 
     | 
    
         
            -
                   </layout>
         
     | 
| 
       175 
     | 
    
         
            -
                  </item>
         
     | 
| 
       176 
     | 
    
         
            -
                 </layout>
         
     | 
| 
       177 
     | 
    
         
            -
                </item>
         
     | 
| 
       178 
     | 
    
         
            -
                <item row="6" column="0">
         
     | 
| 
       179 
     | 
    
         
            -
                 <widget class="QTableWidget" name="tbl_console">
         
     | 
| 
       180 
     | 
    
         
            -
                  <property name="minimumSize">
         
     | 
| 
       181 
     | 
    
         
            -
                   <size>
         
     | 
| 
       182 
     | 
    
         
            -
                    <width>0</width>
         
     | 
| 
       183 
     | 
    
         
            -
                    <height>100</height>
         
     | 
| 
       184 
     | 
    
         
            -
                   </size>
         
     | 
| 
       185 
     | 
    
         
            -
                  </property>
         
     | 
| 
       186 
     | 
    
         
            -
                  <property name="maximumSize">
         
     | 
| 
       187 
     | 
    
         
            -
                   <size>
         
     | 
| 
       188 
     | 
    
         
            -
                    <width>16777215</width>
         
     | 
| 
       189 
     | 
    
         
            -
                    <height>100</height>
         
     | 
| 
       190 
     | 
    
         
            -
                   </size>
         
     | 
| 
       191 
     | 
    
         
            -
                  </property>
         
     | 
| 
       192 
     | 
    
         
            -
                  <attribute name="horizontalHeaderStretchLastSection">
         
     | 
| 
       193 
     | 
    
         
            -
                   <bool>true</bool>
         
     | 
| 
       194 
     | 
    
         
            -
                  </attribute>
         
     | 
| 
       195 
     | 
    
         
            -
                  <attribute name="verticalHeaderStretchLastSection">
         
     | 
| 
       196 
     | 
    
         
            -
                   <bool>true</bool>
         
     | 
| 
       197 
     | 
    
         
            -
                  </attribute>
         
     | 
| 
       198 
     | 
    
         
            -
                  <column>
         
     | 
| 
       199 
     | 
    
         
            -
                   <property name="text">
         
     | 
| 
       200 
     | 
    
         
            -
                    <string>Date / Time</string>
         
     | 
| 
       201 
     | 
    
         
            -
                   </property>
         
     | 
| 
       202 
     | 
    
         
            -
                  </column>
         
     | 
| 
       203 
     | 
    
         
            -
                  <column>
         
     | 
| 
       204 
     | 
    
         
            -
                   <property name="text">
         
     | 
| 
       205 
     | 
    
         
            -
                    <string>Message</string>
         
     | 
| 
       206 
     | 
    
         
            -
                   </property>
         
     | 
| 
       207 
     | 
    
         
            -
                  </column>
         
     | 
| 
       208 
     | 
    
         
            -
                 </widget>
         
     | 
| 
       209 
     | 
    
         
            -
                </item>
         
     | 
| 
       210 
     | 
    
         
            -
                <item row="4" column="0">
         
     | 
| 
       211 
     | 
    
         
            -
                 <layout class="QHBoxLayout" name="horizontalLayout">
         
     | 
| 
       212 
     | 
    
         
            -
                  <item>
         
     | 
| 
       213 
     | 
    
         
            -
                   <widget class="QCheckBox" name="check_console">
         
     | 
| 
       214 
     | 
    
         
            -
                    <property name="text">
         
     | 
| 
       215 
     | 
    
         
            -
                     <string>Console:</string>
         
     | 
| 
       216 
     | 
    
         
            -
                    </property>
         
     | 
| 
       217 
     | 
    
         
            -
                    <property name="checked">
         
     | 
| 
       218 
     | 
    
         
            -
                     <bool>true</bool>
         
     | 
| 
       219 
     | 
    
         
            -
                    </property>
         
     | 
| 
       220 
     | 
    
         
            -
                   </widget>
         
     | 
| 
       221 
     | 
    
         
            -
                  </item>
         
     | 
| 
       222 
     | 
    
         
            -
                  <item>
         
     | 
| 
       223 
     | 
    
         
            -
                   <widget class="QPushButton" name="pushButton">
         
     | 
| 
       224 
     | 
    
         
            -
                    <property name="text">
         
     | 
| 
       225 
     | 
    
         
            -
                     <string>Clear</string>
         
     | 
| 
       226 
     | 
    
         
            -
                    </property>
         
     | 
| 
       227 
     | 
    
         
            -
                   </widget>
         
     | 
| 
       228 
     | 
    
         
            -
                  </item>
         
     | 
| 
       229 
     | 
    
         
            -
                  <item>
         
     | 
| 
       230 
     | 
    
         
            -
                   <spacer name="horizontalSpacer_2">
         
     | 
| 
       231 
     | 
    
         
            -
                    <property name="orientation">
         
     | 
| 
       232 
     | 
    
         
            -
                     <enum>Qt::Horizontal</enum>
         
     | 
| 
       233 
     | 
    
         
            -
                    </property>
         
     | 
| 
       234 
     | 
    
         
            -
                    <property name="sizeHint" stdset="0">
         
     | 
| 
       235 
     | 
    
         
            -
                     <size>
         
     | 
| 
       236 
     | 
    
         
            -
                      <width>40</width>
         
     | 
| 
       237 
     | 
    
         
            -
                      <height>20</height>
         
     | 
| 
       238 
     | 
    
         
            -
                     </size>
         
     | 
| 
       239 
     | 
    
         
            -
                    </property>
         
     | 
| 
       240 
     | 
    
         
            -
                   </spacer>
         
     | 
| 
       241 
     | 
    
         
            -
                  </item>
         
     | 
| 
       242 
     | 
    
         
            -
                 </layout>
         
     | 
| 
       243 
     | 
    
         
            -
                </item>
         
     | 
| 
       244 
     | 
    
         
            -
               </layout>
         
     | 
| 
       245 
     | 
    
         
            -
              </widget>
         
     | 
| 
       246 
     | 
    
         
            -
              <widget class="QMenuBar" name="menubar">
         
     | 
| 
       247 
     | 
    
         
            -
               <property name="geometry">
         
     | 
| 
       248 
     | 
    
         
            -
                <rect>
         
     | 
| 
       249 
     | 
    
         
            -
                 <x>0</x>
         
     | 
| 
       250 
     | 
    
         
            -
                 <y>0</y>
         
     | 
| 
       251 
     | 
    
         
            -
                 <width>710</width>
         
     | 
| 
       252 
     | 
    
         
            -
                 <height>21</height>
         
     | 
| 
       253 
     | 
    
         
            -
                </rect>
         
     | 
| 
       254 
     | 
    
         
            -
               </property>
         
     | 
| 
       255 
     | 
    
         
            -
               <widget class="QMenu" name="menuMenu">
         
     | 
| 
       256 
     | 
    
         
            -
                <property name="title">
         
     | 
| 
       257 
     | 
    
         
            -
                 <string>Menu</string>
         
     | 
| 
       258 
     | 
    
         
            -
                </property>
         
     | 
| 
       259 
     | 
    
         
            -
                <widget class="QMenu" name="menuUpload_firmware">
         
     | 
| 
       260 
     | 
    
         
            -
                 <property name="title">
         
     | 
| 
       261 
     | 
    
         
            -
                  <string>Firmware...</string>
         
     | 
| 
       262 
     | 
    
         
            -
                 </property>
         
     | 
| 
       263 
     | 
    
         
            -
                 <addaction name="actionDisplay_firmware"/>
         
     | 
| 
       264 
     | 
    
         
            -
                 <addaction name="actionParallel"/>
         
     | 
| 
       265 
     | 
    
         
            -
                 <addaction name="actionI2C"/>
         
     | 
| 
       266 
     | 
    
         
            -
                 <addaction name="actionSPI"/>
         
     | 
| 
       267 
     | 
    
         
            -
                 <addaction name="actionSWD"/>
         
     | 
| 
       268 
     | 
    
         
            -
                 <addaction name="actionUART"/>
         
     | 
| 
       269 
     | 
    
         
            -
                 <addaction name="separator"/>
         
     | 
| 
       270 
     | 
    
         
            -
                 <addaction name="actionUC"/>
         
     | 
| 
       271 
     | 
    
         
            -
                </widget>
         
     | 
| 
       272 
     | 
    
         
            -
                <widget class="QMenu" name="menuComponent">
         
     | 
| 
       273 
     | 
    
         
            -
                 <property name="title">
         
     | 
| 
       274 
     | 
    
         
            -
                  <string>Component...</string>
         
     | 
| 
       275 
     | 
    
         
            -
                 </property>
         
     | 
| 
       276 
     | 
    
         
            -
                 <addaction name="actionAdd"/>
         
     | 
| 
       277 
     | 
    
         
            -
                 <addaction name="actionEdit"/>
         
     | 
| 
       278 
     | 
    
         
            -
                 <addaction name="actionWire"/>
         
     | 
| 
       279 
     | 
    
         
            -
                 <addaction name="actionDelete"/>
         
     | 
| 
       280 
     | 
    
         
            -
                 <addaction name="actionTemplate"/>
         
     | 
| 
       281 
     | 
    
         
            -
                 <addaction name="actionImport_2"/>
         
     | 
| 
       282 
     | 
    
         
            -
                 <addaction name="actionExport"/>
         
     | 
| 
       283 
     | 
    
         
            -
                </widget>
         
     | 
| 
       284 
     | 
    
         
            -
                <addaction name="menuUpload_firmware"/>
         
     | 
| 
       285 
     | 
    
         
            -
                <addaction name="menuComponent"/>
         
     | 
| 
       286 
     | 
    
         
            -
                <addaction name="actionSignal_Mapper"/>
         
     | 
| 
       287 
     | 
    
         
            -
               </widget>
         
     | 
| 
       288 
     | 
    
         
            -
               <widget class="QMenu" name="menuAbout">
         
     | 
| 
       289 
     | 
    
         
            -
                <property name="title">
         
     | 
| 
       290 
     | 
    
         
            -
                 <string>About</string>
         
     | 
| 
       291 
     | 
    
         
            -
                </property>
         
     | 
| 
       292 
     | 
    
         
            -
                <widget class="QMenu" name="menuPath">
         
     | 
| 
       293 
     | 
    
         
            -
                 <property name="title">
         
     | 
| 
       294 
     | 
    
         
            -
                  <string>Path...</string>
         
     | 
| 
       295 
     | 
    
         
            -
                 </property>
         
     | 
| 
       296 
     | 
    
         
            -
                 <addaction name="actionDatabase_file"/>
         
     | 
| 
       297 
     | 
    
         
            -
                 <addaction name="actionError_log_file"/>
         
     | 
| 
       298 
     | 
    
         
            -
                </widget>
         
     | 
| 
       299 
     | 
    
         
            -
                <addaction name="actionHardsploit_website"/>
         
     | 
| 
       300 
     | 
    
         
            -
                <addaction name="actionVersions"/>
         
     | 
| 
       301 
     | 
    
         
            -
                <addaction name="menuPath"/>
         
     | 
| 
       302 
     | 
    
         
            -
               </widget>
         
     | 
| 
       303 
     | 
    
         
            -
               <addaction name="menuMenu"/>
         
     | 
| 
       304 
     | 
    
         
            -
               <addaction name="menuAbout"/>
         
     | 
| 
       305 
     | 
    
         
            -
              </widget>
         
     | 
| 
       306 
     | 
    
         
            -
              <widget class="QStatusBar" name="statusbar"/>
         
     | 
| 
       307 
     | 
    
         
            -
              <action name="actionVersions">
         
     | 
| 
       308 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       309 
     | 
    
         
            -
                <string>Versions</string>
         
     | 
| 
       310 
     | 
    
         
            -
               </property>
         
     | 
| 
       311 
     | 
    
         
            -
              </action>
         
     | 
| 
       312 
     | 
    
         
            -
              <action name="actionDatabase_file">
         
     | 
| 
       313 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       314 
     | 
    
         
            -
                <string>Database file</string>
         
     | 
| 
       315 
     | 
    
         
            -
               </property>
         
     | 
| 
       316 
     | 
    
         
            -
              </action>
         
     | 
| 
       317 
     | 
    
         
            -
              <action name="actionError_log_file">
         
     | 
| 
       318 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       319 
     | 
    
         
            -
                <string>Error log file</string>
         
     | 
| 
       320 
     | 
    
         
            -
               </property>
         
     | 
| 
       321 
     | 
    
         
            -
              </action>
         
     | 
| 
       322 
     | 
    
         
            -
              <action name="actionUC">
         
     | 
| 
       323 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       324 
     | 
    
         
            -
                <string>Update uC</string>
         
     | 
| 
       325 
     | 
    
         
            -
               </property>
         
     | 
| 
       326 
     | 
    
         
            -
              </action>
         
     | 
| 
       327 
     | 
    
         
            -
              <action name="actionParallel">
         
     | 
| 
       328 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       329 
     | 
    
         
            -
                <string>Set parallel</string>
         
     | 
| 
       330 
     | 
    
         
            -
               </property>
         
     | 
| 
       331 
     | 
    
         
            -
              </action>
         
     | 
| 
       332 
     | 
    
         
            -
              <action name="actionI2C">
         
     | 
| 
       333 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       334 
     | 
    
         
            -
                <string>Set I²C</string>
         
     | 
| 
       335 
     | 
    
         
            -
               </property>
         
     | 
| 
       336 
     | 
    
         
            -
              </action>
         
     | 
| 
       337 
     | 
    
         
            -
              <action name="actionSPI">
         
     | 
| 
       338 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       339 
     | 
    
         
            -
                <string>Set SPI</string>
         
     | 
| 
       340 
     | 
    
         
            -
               </property>
         
     | 
| 
       341 
     | 
    
         
            -
              </action>
         
     | 
| 
       342 
     | 
    
         
            -
              <action name="actionHardsploit_website">
         
     | 
| 
       343 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       344 
     | 
    
         
            -
                <string>Hardsploit website</string>
         
     | 
| 
       345 
     | 
    
         
            -
               </property>
         
     | 
| 
       346 
     | 
    
         
            -
              </action>
         
     | 
| 
       347 
     | 
    
         
            -
              <action name="actionAdd">
         
     | 
| 
       348 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       349 
     | 
    
         
            -
                <string>New</string>
         
     | 
| 
       350 
     | 
    
         
            -
               </property>
         
     | 
| 
       351 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       352 
     | 
    
         
            -
                <string>Ctrl+A</string>
         
     | 
| 
       353 
     | 
    
         
            -
               </property>
         
     | 
| 
       354 
     | 
    
         
            -
              </action>
         
     | 
| 
       355 
     | 
    
         
            -
              <action name="actionEdit">
         
     | 
| 
       356 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       357 
     | 
    
         
            -
                <string>Edit</string>
         
     | 
| 
       358 
     | 
    
         
            -
               </property>
         
     | 
| 
       359 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       360 
     | 
    
         
            -
                <string>Ctrl+E</string>
         
     | 
| 
       361 
     | 
    
         
            -
               </property>
         
     | 
| 
       362 
     | 
    
         
            -
              </action>
         
     | 
| 
       363 
     | 
    
         
            -
              <action name="actionDelete">
         
     | 
| 
       364 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       365 
     | 
    
         
            -
                <string>Delete</string>
         
     | 
| 
       366 
     | 
    
         
            -
               </property>
         
     | 
| 
       367 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       368 
     | 
    
         
            -
                <string>Ctrl+D</string>
         
     | 
| 
       369 
     | 
    
         
            -
               </property>
         
     | 
| 
       370 
     | 
    
         
            -
              </action>
         
     | 
| 
       371 
     | 
    
         
            -
              <action name="actionDisplay_firmware">
         
     | 
| 
       372 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       373 
     | 
    
         
            -
                <string>Display current firmware</string>
         
     | 
| 
       374 
     | 
    
         
            -
               </property>
         
     | 
| 
       375 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       376 
     | 
    
         
            -
                <string>Ctrl+F</string>
         
     | 
| 
       377 
     | 
    
         
            -
               </property>
         
     | 
| 
       378 
     | 
    
         
            -
              </action>
         
     | 
| 
       379 
     | 
    
         
            -
              <action name="actionWire">
         
     | 
| 
       380 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       381 
     | 
    
         
            -
                <string>Wire</string>
         
     | 
| 
       382 
     | 
    
         
            -
               </property>
         
     | 
| 
       383 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       384 
     | 
    
         
            -
                <string>Ctrl+W</string>
         
     | 
| 
       385 
     | 
    
         
            -
               </property>
         
     | 
| 
       386 
     | 
    
         
            -
              </action>
         
     | 
| 
       387 
     | 
    
         
            -
              <action name="actionSignal_Mapper">
         
     | 
| 
       388 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       389 
     | 
    
         
            -
                <string>Signal Mapper</string>
         
     | 
| 
       390 
     | 
    
         
            -
               </property>
         
     | 
| 
       391 
     | 
    
         
            -
              </action>
         
     | 
| 
       392 
     | 
    
         
            -
              <action name="actionExport">
         
     | 
| 
       393 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       394 
     | 
    
         
            -
                <string>Export</string>
         
     | 
| 
       395 
     | 
    
         
            -
               </property>
         
     | 
| 
       396 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       397 
     | 
    
         
            -
                <string>Ctrl+C</string>
         
     | 
| 
       398 
     | 
    
         
            -
               </property>
         
     | 
| 
       399 
     | 
    
         
            -
              </action>
         
     | 
| 
       400 
     | 
    
         
            -
              <action name="actionImport_2">
         
     | 
| 
       401 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       402 
     | 
    
         
            -
                <string>Import</string>
         
     | 
| 
       403 
     | 
    
         
            -
               </property>
         
     | 
| 
       404 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       405 
     | 
    
         
            -
                <string>Ctrl+V</string>
         
     | 
| 
       406 
     | 
    
         
            -
               </property>
         
     | 
| 
       407 
     | 
    
         
            -
              </action>
         
     | 
| 
       408 
     | 
    
         
            -
              <action name="actionTemplate">
         
     | 
| 
       409 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       410 
     | 
    
         
            -
                <string>Template</string>
         
     | 
| 
       411 
     | 
    
         
            -
               </property>
         
     | 
| 
       412 
     | 
    
         
            -
               <property name="shortcut">
         
     | 
| 
       413 
     | 
    
         
            -
                <string>Ctrl+T</string>
         
     | 
| 
       414 
     | 
    
         
            -
               </property>
         
     | 
| 
       415 
     | 
    
         
            -
              </action>
         
     | 
| 
       416 
     | 
    
         
            -
              <action name="actionSWD">
         
     | 
| 
       417 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       418 
     | 
    
         
            -
                <string>Set SWD</string>
         
     | 
| 
       419 
     | 
    
         
            -
               </property>
         
     | 
| 
       420 
     | 
    
         
            -
              </action>
         
     | 
| 
       421 
     | 
    
         
            -
              <action name="actionUART">
         
     | 
| 
       422 
     | 
    
         
            -
               <property name="text">
         
     | 
| 
       423 
     | 
    
         
            -
                <string>Set UART</string>
         
     | 
| 
       424 
     | 
    
         
            -
               </property>
         
     | 
| 
       425 
     | 
    
         
            -
              </action>
         
     | 
| 
       426 
     | 
    
         
            -
             </widget>
         
     | 
| 
       427 
     | 
    
         
            -
             <resources/>
         
     | 
| 
       428 
     | 
    
         
            -
             <connections>
         
     | 
| 
       429 
     | 
    
         
            -
              <connection>
         
     | 
| 
       430 
     | 
    
         
            -
               <sender>tbl_chip</sender>
         
     | 
| 
       431 
     | 
    
         
            -
               <signal>cellDoubleClicked(int,int)</signal>
         
     | 
| 
       432 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       433 
     | 
    
         
            -
               <slot>load_tree(int,int)</slot>
         
     | 
| 
       434 
     | 
    
         
            -
               <hints>
         
     | 
| 
       435 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       436 
     | 
    
         
            -
                 <x>681</x>
         
     | 
| 
       437 
     | 
    
         
            -
                 <y>257</y>
         
     | 
| 
       438 
     | 
    
         
            -
                </hint>
         
     | 
| 
       439 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       440 
     | 
    
         
            -
                 <x>682</x>
         
     | 
| 
       441 
     | 
    
         
            -
                 <y>268</y>
         
     | 
| 
       442 
     | 
    
         
            -
                </hint>
         
     | 
| 
       443 
     | 
    
         
            -
               </hints>
         
     | 
| 
       444 
     | 
    
         
            -
              </connection>
         
     | 
| 
       445 
     | 
    
         
            -
              <connection>
         
     | 
| 
       446 
     | 
    
         
            -
               <sender>lie_search</sender>
         
     | 
| 
       447 
     | 
    
         
            -
               <signal>textEdited(QString)</signal>
         
     | 
| 
       448 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       449 
     | 
    
         
            -
               <slot>feed_chip_array()</slot>
         
     | 
| 
       450 
     | 
    
         
            -
               <hints>
         
     | 
| 
       451 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       452 
     | 
    
         
            -
                 <x>385</x>
         
     | 
| 
       453 
     | 
    
         
            -
                 <y>39</y>
         
     | 
| 
       454 
     | 
    
         
            -
                </hint>
         
     | 
| 
       455 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       456 
     | 
    
         
            -
                 <x>467</x>
         
     | 
| 
       457 
     | 
    
         
            -
                 <y>26</y>
         
     | 
| 
       458 
     | 
    
         
            -
                </hint>
         
     | 
| 
       459 
     | 
    
         
            -
               </hints>
         
     | 
| 
       460 
     | 
    
         
            -
              </connection>
         
     | 
| 
       461 
     | 
    
         
            -
              <connection>
         
     | 
| 
       462 
     | 
    
         
            -
               <sender>cbx_manufacturer</sender>
         
     | 
| 
       463 
     | 
    
         
            -
               <signal>currentIndexChanged(int)</signal>
         
     | 
| 
       464 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       465 
     | 
    
         
            -
               <slot>feed_chip_array()</slot>
         
     | 
| 
       466 
     | 
    
         
            -
               <hints>
         
     | 
| 
       467 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       468 
     | 
    
         
            -
                 <x>577</x>
         
     | 
| 
       469 
     | 
    
         
            -
                 <y>37</y>
         
     | 
| 
       470 
     | 
    
         
            -
                </hint>
         
     | 
| 
       471 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       472 
     | 
    
         
            -
                 <x>589</x>
         
     | 
| 
       473 
     | 
    
         
            -
                 <y>26</y>
         
     | 
| 
       474 
     | 
    
         
            -
                </hint>
         
     | 
| 
       475 
     | 
    
         
            -
               </hints>
         
     | 
| 
       476 
     | 
    
         
            -
              </connection>
         
     | 
| 
       477 
     | 
    
         
            -
              <connection>
         
     | 
| 
       478 
     | 
    
         
            -
               <sender>cbx_type</sender>
         
     | 
| 
       479 
     | 
    
         
            -
               <signal>currentIndexChanged(int)</signal>
         
     | 
| 
       480 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       481 
     | 
    
         
            -
               <slot>feed_chip_array()</slot>
         
     | 
| 
       482 
     | 
    
         
            -
               <hints>
         
     | 
| 
       483 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       484 
     | 
    
         
            -
                 <x>690</x>
         
     | 
| 
       485 
     | 
    
         
            -
                 <y>42</y>
         
     | 
| 
       486 
     | 
    
         
            -
                </hint>
         
     | 
| 
       487 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       488 
     | 
    
         
            -
                 <x>704</x>
         
     | 
| 
       489 
     | 
    
         
            -
                 <y>42</y>
         
     | 
| 
       490 
     | 
    
         
            -
                </hint>
         
     | 
| 
       491 
     | 
    
         
            -
               </hints>
         
     | 
| 
       492 
     | 
    
         
            -
              </connection>
         
     | 
| 
       493 
     | 
    
         
            -
              <connection>
         
     | 
| 
       494 
     | 
    
         
            -
               <sender>actionError_log_file</sender>
         
     | 
| 
       495 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       496 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       497 
     | 
    
         
            -
               <slot>get_log_path()</slot>
         
     | 
| 
       498 
     | 
    
         
            -
               <hints>
         
     | 
| 
       499 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       500 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       501 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       502 
     | 
    
         
            -
                </hint>
         
     | 
| 
       503 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       504 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       505 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       506 
     | 
    
         
            -
                </hint>
         
     | 
| 
       507 
     | 
    
         
            -
               </hints>
         
     | 
| 
       508 
     | 
    
         
            -
              </connection>
         
     | 
| 
       509 
     | 
    
         
            -
              <connection>
         
     | 
| 
       510 
     | 
    
         
            -
               <sender>actionHardsploit_website</sender>
         
     | 
| 
       511 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       512 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       513 
     | 
    
         
            -
               <slot>get_hardsploit_website()</slot>
         
     | 
| 
       514 
     | 
    
         
            -
               <hints>
         
     | 
| 
       515 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       516 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       517 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       518 
     | 
    
         
            -
                </hint>
         
     | 
| 
       519 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       520 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       521 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       522 
     | 
    
         
            -
                </hint>
         
     | 
| 
       523 
     | 
    
         
            -
               </hints>
         
     | 
| 
       524 
     | 
    
         
            -
              </connection>
         
     | 
| 
       525 
     | 
    
         
            -
              <connection>
         
     | 
| 
       526 
     | 
    
         
            -
               <sender>actionI2C</sender>
         
     | 
| 
       527 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       528 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       529 
     | 
    
         
            -
               <slot>set_firmware()</slot>
         
     | 
| 
       530 
     | 
    
         
            -
               <hints>
         
     | 
| 
       531 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       532 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       533 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       534 
     | 
    
         
            -
                </hint>
         
     | 
| 
       535 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       536 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       537 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       538 
     | 
    
         
            -
                </hint>
         
     | 
| 
       539 
     | 
    
         
            -
               </hints>
         
     | 
| 
       540 
     | 
    
         
            -
              </connection>
         
     | 
| 
       541 
     | 
    
         
            -
              <connection>
         
     | 
| 
       542 
     | 
    
         
            -
               <sender>actionParallel</sender>
         
     | 
| 
       543 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       544 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       545 
     | 
    
         
            -
               <slot>set_firmware()</slot>
         
     | 
| 
       546 
     | 
    
         
            -
               <hints>
         
     | 
| 
       547 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       548 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       549 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       550 
     | 
    
         
            -
                </hint>
         
     | 
| 
       551 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       552 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       553 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       554 
     | 
    
         
            -
                </hint>
         
     | 
| 
       555 
     | 
    
         
            -
               </hints>
         
     | 
| 
       556 
     | 
    
         
            -
              </connection>
         
     | 
| 
       557 
     | 
    
         
            -
              <connection>
         
     | 
| 
       558 
     | 
    
         
            -
               <sender>actionSPI</sender>
         
     | 
| 
       559 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       560 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       561 
     | 
    
         
            -
               <slot>set_firmware()</slot>
         
     | 
| 
       562 
     | 
    
         
            -
               <hints>
         
     | 
| 
       563 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       564 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       565 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       566 
     | 
    
         
            -
                </hint>
         
     | 
| 
       567 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       568 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       569 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       570 
     | 
    
         
            -
                </hint>
         
     | 
| 
       571 
     | 
    
         
            -
               </hints>
         
     | 
| 
       572 
     | 
    
         
            -
              </connection>
         
     | 
| 
       573 
     | 
    
         
            -
              <connection>
         
     | 
| 
       574 
     | 
    
         
            -
               <sender>actionUC</sender>
         
     | 
| 
       575 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       576 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       577 
     | 
    
         
            -
               <slot>update_uc_firmware()</slot>
         
     | 
| 
       578 
     | 
    
         
            -
               <hints>
         
     | 
| 
       579 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       580 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       581 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       582 
     | 
    
         
            -
                </hint>
         
     | 
| 
       583 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       584 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       585 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       586 
     | 
    
         
            -
                </hint>
         
     | 
| 
       587 
     | 
    
         
            -
               </hints>
         
     | 
| 
       588 
     | 
    
         
            -
              </connection>
         
     | 
| 
       589 
     | 
    
         
            -
              <connection>
         
     | 
| 
       590 
     | 
    
         
            -
               <sender>actionVersions</sender>
         
     | 
| 
       591 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       592 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       593 
     | 
    
         
            -
               <slot>get_hardsploit_versions()</slot>
         
     | 
| 
       594 
     | 
    
         
            -
               <hints>
         
     | 
| 
       595 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       596 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       597 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       598 
     | 
    
         
            -
                </hint>
         
     | 
| 
       599 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       600 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       601 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       602 
     | 
    
         
            -
                </hint>
         
     | 
| 
       603 
     | 
    
         
            -
               </hints>
         
     | 
| 
       604 
     | 
    
         
            -
              </connection>
         
     | 
| 
       605 
     | 
    
         
            -
              <connection>
         
     | 
| 
       606 
     | 
    
         
            -
               <sender>actionDatabase_file</sender>
         
     | 
| 
       607 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       608 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       609 
     | 
    
         
            -
               <slot>get_db_path()</slot>
         
     | 
| 
       610 
     | 
    
         
            -
               <hints>
         
     | 
| 
       611 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       612 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       613 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       614 
     | 
    
         
            -
                </hint>
         
     | 
| 
       615 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       616 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       617 
     | 
    
         
            -
                 <y>224</y>
         
     | 
| 
       618 
     | 
    
         
            -
                </hint>
         
     | 
| 
       619 
     | 
    
         
            -
               </hints>
         
     | 
| 
       620 
     | 
    
         
            -
              </connection>
         
     | 
| 
       621 
     | 
    
         
            -
              <connection>
         
     | 
| 
       622 
     | 
    
         
            -
               <sender>check_console</sender>
         
     | 
| 
       623 
     | 
    
         
            -
               <signal>toggled(bool)</signal>
         
     | 
| 
       624 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       625 
     | 
    
         
            -
               <slot>console_view()</slot>
         
     | 
| 
       626 
     | 
    
         
            -
               <hints>
         
     | 
| 
       627 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       628 
     | 
    
         
            -
                 <x>43</x>
         
     | 
| 
       629 
     | 
    
         
            -
                 <y>449</y>
         
     | 
| 
       630 
     | 
    
         
            -
                </hint>
         
     | 
| 
       631 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       632 
     | 
    
         
            -
                 <x>7</x>
         
     | 
| 
       633 
     | 
    
         
            -
                 <y>319</y>
         
     | 
| 
       634 
     | 
    
         
            -
                </hint>
         
     | 
| 
       635 
     | 
    
         
            -
               </hints>
         
     | 
| 
       636 
     | 
    
         
            -
              </connection>
         
     | 
| 
       637 
     | 
    
         
            -
              <connection>
         
     | 
| 
       638 
     | 
    
         
            -
               <sender>btn_add</sender>
         
     | 
| 
       639 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       640 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       641 
     | 
    
         
            -
               <slot>add_chip()</slot>
         
     | 
| 
       642 
     | 
    
         
            -
               <hints>
         
     | 
| 
       643 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       644 
     | 
    
         
            -
                 <x>697</x>
         
     | 
| 
       645 
     | 
    
         
            -
                 <y>419</y>
         
     | 
| 
       646 
     | 
    
         
            -
                </hint>
         
     | 
| 
       647 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       648 
     | 
    
         
            -
                 <x>429</x>
         
     | 
| 
       649 
     | 
    
         
            -
                 <y>292</y>
         
     | 
| 
       650 
     | 
    
         
            -
                </hint>
         
     | 
| 
       651 
     | 
    
         
            -
               </hints>
         
     | 
| 
       652 
     | 
    
         
            -
              </connection>
         
     | 
| 
       653 
     | 
    
         
            -
              <connection>
         
     | 
| 
       654 
     | 
    
         
            -
               <sender>tw_chip</sender>
         
     | 
| 
       655 
     | 
    
         
            -
               <signal>itemDoubleClicked(QTreeWidgetItem*,int)</signal>
         
     | 
| 
       656 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       657 
     | 
    
         
            -
               <slot>load_chip_action(QTreeWidgetItem*,int)</slot>
         
     | 
| 
       658 
     | 
    
         
            -
               <hints>
         
     | 
| 
       659 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       660 
     | 
    
         
            -
                 <x>147</x>
         
     | 
| 
       661 
     | 
    
         
            -
                 <y>403</y>
         
     | 
| 
       662 
     | 
    
         
            -
                </hint>
         
     | 
| 
       663 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       664 
     | 
    
         
            -
                 <x>164</x>
         
     | 
| 
       665 
     | 
    
         
            -
                 <y>399</y>
         
     | 
| 
       666 
     | 
    
         
            -
                </hint>
         
     | 
| 
       667 
     | 
    
         
            -
               </hints>
         
     | 
| 
       668 
     | 
    
         
            -
              </connection>
         
     | 
| 
       669 
     | 
    
         
            -
              <connection>
         
     | 
| 
       670 
     | 
    
         
            -
               <sender>actionDisplay_firmware</sender>
         
     | 
| 
       671 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       672 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       673 
     | 
    
         
            -
               <slot>display_current_firmware()</slot>
         
     | 
| 
       674 
     | 
    
         
            -
               <hints>
         
     | 
| 
       675 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       676 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       677 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       678 
     | 
    
         
            -
                </hint>
         
     | 
| 
       679 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       680 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       681 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       682 
     | 
    
         
            -
                </hint>
         
     | 
| 
       683 
     | 
    
         
            -
               </hints>
         
     | 
| 
       684 
     | 
    
         
            -
              </connection>
         
     | 
| 
       685 
     | 
    
         
            -
              <connection>
         
     | 
| 
       686 
     | 
    
         
            -
               <sender>actionAdd</sender>
         
     | 
| 
       687 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       688 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       689 
     | 
    
         
            -
               <slot>add_chip()</slot>
         
     | 
| 
       690 
     | 
    
         
            -
               <hints>
         
     | 
| 
       691 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       692 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       693 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       694 
     | 
    
         
            -
                </hint>
         
     | 
| 
       695 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       696 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       697 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       698 
     | 
    
         
            -
                </hint>
         
     | 
| 
       699 
     | 
    
         
            -
               </hints>
         
     | 
| 
       700 
     | 
    
         
            -
              </connection>
         
     | 
| 
       701 
     | 
    
         
            -
              <connection>
         
     | 
| 
       702 
     | 
    
         
            -
               <sender>actionDelete</sender>
         
     | 
| 
       703 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       704 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       705 
     | 
    
         
            -
               <slot>delete_chip()</slot>
         
     | 
| 
       706 
     | 
    
         
            -
               <hints>
         
     | 
| 
       707 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       708 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       709 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       710 
     | 
    
         
            -
                </hint>
         
     | 
| 
       711 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       712 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       713 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       714 
     | 
    
         
            -
                </hint>
         
     | 
| 
       715 
     | 
    
         
            -
               </hints>
         
     | 
| 
       716 
     | 
    
         
            -
              </connection>
         
     | 
| 
       717 
     | 
    
         
            -
              <connection>
         
     | 
| 
       718 
     | 
    
         
            -
               <sender>actionEdit</sender>
         
     | 
| 
       719 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       720 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       721 
     | 
    
         
            -
               <slot>edit_chip()</slot>
         
     | 
| 
       722 
     | 
    
         
            -
               <hints>
         
     | 
| 
       723 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       724 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       725 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       726 
     | 
    
         
            -
                </hint>
         
     | 
| 
       727 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       728 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       729 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       730 
     | 
    
         
            -
                </hint>
         
     | 
| 
       731 
     | 
    
         
            -
               </hints>
         
     | 
| 
       732 
     | 
    
         
            -
              </connection>
         
     | 
| 
       733 
     | 
    
         
            -
              <connection>
         
     | 
| 
       734 
     | 
    
         
            -
               <sender>actionWire</sender>
         
     | 
| 
       735 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       736 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       737 
     | 
    
         
            -
               <slot>wire_chip()</slot>
         
     | 
| 
       738 
     | 
    
         
            -
               <hints>
         
     | 
| 
       739 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       740 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       741 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       742 
     | 
    
         
            -
                </hint>
         
     | 
| 
       743 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       744 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       745 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       746 
     | 
    
         
            -
                </hint>
         
     | 
| 
       747 
     | 
    
         
            -
               </hints>
         
     | 
| 
       748 
     | 
    
         
            -
              </connection>
         
     | 
| 
       749 
     | 
    
         
            -
              <connection>
         
     | 
| 
       750 
     | 
    
         
            -
               <sender>pushButton</sender>
         
     | 
| 
       751 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       752 
     | 
    
         
            -
               <receiver>tbl_console</receiver>
         
     | 
| 
       753 
     | 
    
         
            -
               <slot>clearContents()</slot>
         
     | 
| 
       754 
     | 
    
         
            -
               <hints>
         
     | 
| 
       755 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       756 
     | 
    
         
            -
                 <x>112</x>
         
     | 
| 
       757 
     | 
    
         
            -
                 <y>440</y>
         
     | 
| 
       758 
     | 
    
         
            -
                </hint>
         
     | 
| 
       759 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       760 
     | 
    
         
            -
                 <x>120</x>
         
     | 
| 
       761 
     | 
    
         
            -
                 <y>490</y>
         
     | 
| 
       762 
     | 
    
         
            -
                </hint>
         
     | 
| 
       763 
     | 
    
         
            -
               </hints>
         
     | 
| 
       764 
     | 
    
         
            -
              </connection>
         
     | 
| 
       765 
     | 
    
         
            -
              <connection>
         
     | 
| 
       766 
     | 
    
         
            -
               <sender>actionSignal_Mapper</sender>
         
     | 
| 
       767 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       768 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       769 
     | 
    
         
            -
               <slot>open_signal_mapper()</slot>
         
     | 
| 
       770 
     | 
    
         
            -
               <hints>
         
     | 
| 
       771 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       772 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       773 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       774 
     | 
    
         
            -
                </hint>
         
     | 
| 
       775 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       776 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       777 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       778 
     | 
    
         
            -
                </hint>
         
     | 
| 
       779 
     | 
    
         
            -
               </hints>
         
     | 
| 
       780 
     | 
    
         
            -
              </connection>
         
     | 
| 
       781 
     | 
    
         
            -
              <connection>
         
     | 
| 
       782 
     | 
    
         
            -
               <sender>actionExport</sender>
         
     | 
| 
       783 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       784 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       785 
     | 
    
         
            -
               <slot>export()</slot>
         
     | 
| 
       786 
     | 
    
         
            -
               <hints>
         
     | 
| 
       787 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       788 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       789 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       790 
     | 
    
         
            -
                </hint>
         
     | 
| 
       791 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       792 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       793 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       794 
     | 
    
         
            -
                </hint>
         
     | 
| 
       795 
     | 
    
         
            -
               </hints>
         
     | 
| 
       796 
     | 
    
         
            -
              </connection>
         
     | 
| 
       797 
     | 
    
         
            -
              <connection>
         
     | 
| 
       798 
     | 
    
         
            -
               <sender>actionImport_2</sender>
         
     | 
| 
       799 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       800 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       801 
     | 
    
         
            -
               <slot>import()</slot>
         
     | 
| 
       802 
     | 
    
         
            -
               <hints>
         
     | 
| 
       803 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       804 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       805 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       806 
     | 
    
         
            -
                </hint>
         
     | 
| 
       807 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       808 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       809 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       810 
     | 
    
         
            -
                </hint>
         
     | 
| 
       811 
     | 
    
         
            -
               </hints>
         
     | 
| 
       812 
     | 
    
         
            -
              </connection>
         
     | 
| 
       813 
     | 
    
         
            -
              <connection>
         
     | 
| 
       814 
     | 
    
         
            -
               <sender>actionTemplate</sender>
         
     | 
| 
       815 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       816 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       817 
     | 
    
         
            -
               <slot>add_chip()</slot>
         
     | 
| 
       818 
     | 
    
         
            -
               <hints>
         
     | 
| 
       819 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       820 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       821 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       822 
     | 
    
         
            -
                </hint>
         
     | 
| 
       823 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       824 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       825 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       826 
     | 
    
         
            -
                </hint>
         
     | 
| 
       827 
     | 
    
         
            -
               </hints>
         
     | 
| 
       828 
     | 
    
         
            -
              </connection>
         
     | 
| 
       829 
     | 
    
         
            -
              <connection>
         
     | 
| 
       830 
     | 
    
         
            -
               <sender>actionSWD</sender>
         
     | 
| 
       831 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       832 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       833 
     | 
    
         
            -
               <slot>set_firmware()</slot>
         
     | 
| 
       834 
     | 
    
         
            -
               <hints>
         
     | 
| 
       835 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       836 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       837 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       838 
     | 
    
         
            -
                </hint>
         
     | 
| 
       839 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       840 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       841 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       842 
     | 
    
         
            -
                </hint>
         
     | 
| 
       843 
     | 
    
         
            -
               </hints>
         
     | 
| 
       844 
     | 
    
         
            -
              </connection>
         
     | 
| 
       845 
     | 
    
         
            -
              <connection>
         
     | 
| 
       846 
     | 
    
         
            -
               <sender>actionUART</sender>
         
     | 
| 
       847 
     | 
    
         
            -
               <signal>triggered()</signal>
         
     | 
| 
       848 
     | 
    
         
            -
               <receiver>Chip_management</receiver>
         
     | 
| 
       849 
     | 
    
         
            -
               <slot>set_firmware()</slot>
         
     | 
| 
       850 
     | 
    
         
            -
               <hints>
         
     | 
| 
       851 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       852 
     | 
    
         
            -
                 <x>-1</x>
         
     | 
| 
       853 
     | 
    
         
            -
                 <y>-1</y>
         
     | 
| 
       854 
     | 
    
         
            -
                </hint>
         
     | 
| 
       855 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       856 
     | 
    
         
            -
                 <x>354</x>
         
     | 
| 
       857 
     | 
    
         
            -
                 <y>294</y>
         
     | 
| 
       858 
     | 
    
         
            -
                </hint>
         
     | 
| 
       859 
     | 
    
         
            -
               </hints>
         
     | 
| 
       860 
     | 
    
         
            -
              </connection>
         
     | 
| 
       861 
     | 
    
         
            -
             </connections>
         
     | 
| 
       862 
     | 
    
         
            -
             <slots>
         
     | 
| 
       863 
     | 
    
         
            -
              <slot>load_tree(int,int)</slot>
         
     | 
| 
       864 
     | 
    
         
            -
              <slot>feed_chip_array()</slot>
         
     | 
| 
       865 
     | 
    
         
            -
              <slot>get_db_path()</slot>
         
     | 
| 
       866 
     | 
    
         
            -
              <slot>get_log_path()</slot>
         
     | 
| 
       867 
     | 
    
         
            -
              <slot>get_hardsploit_versions()</slot>
         
     | 
| 
       868 
     | 
    
         
            -
              <slot>update_uc_firmware()</slot>
         
     | 
| 
       869 
     | 
    
         
            -
              <slot>get_hardsploit_website()</slot>
         
     | 
| 
       870 
     | 
    
         
            -
              <slot>console_view()</slot>
         
     | 
| 
       871 
     | 
    
         
            -
              <slot>add_chip()</slot>
         
     | 
| 
       872 
     | 
    
         
            -
              <slot>load_chip_action(QTreeWidgetItem*,int)</slot>
         
     | 
| 
       873 
     | 
    
         
            -
              <slot>set_firmware()</slot>
         
     | 
| 
       874 
     | 
    
         
            -
              <slot>display_current_firmware()</slot>
         
     | 
| 
       875 
     | 
    
         
            -
              <slot>delete_chip()</slot>
         
     | 
| 
       876 
     | 
    
         
            -
              <slot>edit_chip()</slot>
         
     | 
| 
       877 
     | 
    
         
            -
              <slot>wire_chip()</slot>
         
     | 
| 
       878 
     | 
    
         
            -
              <slot>swd_detect()</slot>
         
     | 
| 
       879 
     | 
    
         
            -
              <slot>swd_import()</slot>
         
     | 
| 
       880 
     | 
    
         
            -
              <slot>swd_export()</slot>
         
     | 
| 
       881 
     | 
    
         
            -
              <slot>swd_erase()</slot>
         
     | 
| 
       882 
     | 
    
         
            -
              <slot>open_signal_mapper()</slot>
         
     | 
| 
       883 
     | 
    
         
            -
              <slot>import()</slot>
         
     | 
| 
       884 
     | 
    
         
            -
              <slot>export()</slot>
         
     | 
| 
       885 
     | 
    
         
            -
             </slots>
         
     | 
| 
       886 
     | 
    
         
            -
            </ui>
         
     | 
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <ui version="4.0">
         
     | 
| 
      
 3 
     | 
    
         
            +
             <class>Chip_management</class>
         
     | 
| 
      
 4 
     | 
    
         
            +
             <widget class="QMainWindow" name="Chip_management">
         
     | 
| 
      
 5 
     | 
    
         
            +
              <property name="geometry">
         
     | 
| 
      
 6 
     | 
    
         
            +
               <rect>
         
     | 
| 
      
 7 
     | 
    
         
            +
                <x>0</x>
         
     | 
| 
      
 8 
     | 
    
         
            +
                <y>0</y>
         
     | 
| 
      
 9 
     | 
    
         
            +
                <width>710</width>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <height>589</height>
         
     | 
| 
      
 11 
     | 
    
         
            +
               </rect>
         
     | 
| 
      
 12 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 13 
     | 
    
         
            +
              <property name="minimumSize">
         
     | 
| 
      
 14 
     | 
    
         
            +
               <size>
         
     | 
| 
      
 15 
     | 
    
         
            +
                <width>710</width>
         
     | 
| 
      
 16 
     | 
    
         
            +
                <height>450</height>
         
     | 
| 
      
 17 
     | 
    
         
            +
               </size>
         
     | 
| 
      
 18 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 19 
     | 
    
         
            +
              <property name="windowTitle">
         
     | 
| 
      
 20 
     | 
    
         
            +
               <string>Hardsploit - Chip management</string>
         
     | 
| 
      
 21 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 22 
     | 
    
         
            +
              <property name="windowIcon">
         
     | 
| 
      
 23 
     | 
    
         
            +
               <iconset>
         
     | 
| 
      
 24 
     | 
    
         
            +
                <normaloff>../../../../.designer/images/logoOpale_ico.ico</normaloff>../../../../.designer/images/logoOpale_ico.ico</iconset>
         
     | 
| 
      
 25 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 26 
     | 
    
         
            +
              <widget class="QWidget" name="cl_main">
         
     | 
| 
      
 27 
     | 
    
         
            +
               <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
      
 28 
     | 
    
         
            +
                <item row="2" column="0">
         
     | 
| 
      
 29 
     | 
    
         
            +
                 <layout class="QHBoxLayout" name="hl_main">
         
     | 
| 
      
 30 
     | 
    
         
            +
                  <item>
         
     | 
| 
      
 31 
     | 
    
         
            +
                   <widget class="QTreeWidget" name="tw_chip">
         
     | 
| 
      
 32 
     | 
    
         
            +
                    <property name="minimumSize">
         
     | 
| 
      
 33 
     | 
    
         
            +
                     <size>
         
     | 
| 
      
 34 
     | 
    
         
            +
                      <width>200</width>
         
     | 
| 
      
 35 
     | 
    
         
            +
                      <height>0</height>
         
     | 
| 
      
 36 
     | 
    
         
            +
                     </size>
         
     | 
| 
      
 37 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 38 
     | 
    
         
            +
                    <property name="maximumSize">
         
     | 
| 
      
 39 
     | 
    
         
            +
                     <size>
         
     | 
| 
      
 40 
     | 
    
         
            +
                      <width>150</width>
         
     | 
| 
      
 41 
     | 
    
         
            +
                      <height>16777215</height>
         
     | 
| 
      
 42 
     | 
    
         
            +
                     </size>
         
     | 
| 
      
 43 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 44 
     | 
    
         
            +
                    <column>
         
     | 
| 
      
 45 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 46 
     | 
    
         
            +
                      <string>Current chip</string>
         
     | 
| 
      
 47 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 48 
     | 
    
         
            +
                    </column>
         
     | 
| 
      
 49 
     | 
    
         
            +
                   </widget>
         
     | 
| 
      
 50 
     | 
    
         
            +
                  </item>
         
     | 
| 
      
 51 
     | 
    
         
            +
                  <item>
         
     | 
| 
      
 52 
     | 
    
         
            +
                   <layout class="QVBoxLayout" name="vl_body">
         
     | 
| 
      
 53 
     | 
    
         
            +
                    <item>
         
     | 
| 
      
 54 
     | 
    
         
            +
                     <layout class="QHBoxLayout" name="hl_filters">
         
     | 
| 
      
 55 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 56 
     | 
    
         
            +
                       <widget class="QLabel" name="img_search">
         
     | 
| 
      
 57 
     | 
    
         
            +
                        <property name="text">
         
     | 
| 
      
 58 
     | 
    
         
            +
                         <string>Search</string>
         
     | 
| 
      
 59 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 60 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 61 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 62 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 63 
     | 
    
         
            +
                       <widget class="QLineEdit" name="lie_search"/>
         
     | 
| 
      
 64 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 66 
     | 
    
         
            +
                       <widget class="QComboBox" name="cbx_manufacturer">
         
     | 
| 
      
 67 
     | 
    
         
            +
                        <property name="minimumSize">
         
     | 
| 
      
 68 
     | 
    
         
            +
                         <size>
         
     | 
| 
      
 69 
     | 
    
         
            +
                          <width>200</width>
         
     | 
| 
      
 70 
     | 
    
         
            +
                          <height>0</height>
         
     | 
| 
      
 71 
     | 
    
         
            +
                         </size>
         
     | 
| 
      
 72 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 73 
     | 
    
         
            +
                        <property name="maximumSize">
         
     | 
| 
      
 74 
     | 
    
         
            +
                         <size>
         
     | 
| 
      
 75 
     | 
    
         
            +
                          <width>16777215</width>
         
     | 
| 
      
 76 
     | 
    
         
            +
                          <height>16777215</height>
         
     | 
| 
      
 77 
     | 
    
         
            +
                         </size>
         
     | 
| 
      
 78 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 79 
     | 
    
         
            +
                        <item>
         
     | 
| 
      
 80 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 81 
     | 
    
         
            +
                          <string>Manufacturer...</string>
         
     | 
| 
      
 82 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 83 
     | 
    
         
            +
                        </item>
         
     | 
| 
      
 84 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 85 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 86 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 87 
     | 
    
         
            +
                       <widget class="QComboBox" name="cbx_type">
         
     | 
| 
      
 88 
     | 
    
         
            +
                        <property name="minimumSize">
         
     | 
| 
      
 89 
     | 
    
         
            +
                         <size>
         
     | 
| 
      
 90 
     | 
    
         
            +
                          <width>100</width>
         
     | 
| 
      
 91 
     | 
    
         
            +
                          <height>0</height>
         
     | 
| 
      
 92 
     | 
    
         
            +
                         </size>
         
     | 
| 
      
 93 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 94 
     | 
    
         
            +
                        <property name="maximumSize">
         
     | 
| 
      
 95 
     | 
    
         
            +
                         <size>
         
     | 
| 
      
 96 
     | 
    
         
            +
                          <width>100</width>
         
     | 
| 
      
 97 
     | 
    
         
            +
                          <height>16777215</height>
         
     | 
| 
      
 98 
     | 
    
         
            +
                         </size>
         
     | 
| 
      
 99 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 100 
     | 
    
         
            +
                        <item>
         
     | 
| 
      
 101 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 102 
     | 
    
         
            +
                          <string>Type...</string>
         
     | 
| 
      
 103 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 104 
     | 
    
         
            +
                        </item>
         
     | 
| 
      
 105 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 106 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 107 
     | 
    
         
            +
                     </layout>
         
     | 
| 
      
 108 
     | 
    
         
            +
                    </item>
         
     | 
| 
      
 109 
     | 
    
         
            +
                    <item>
         
     | 
| 
      
 110 
     | 
    
         
            +
                     <layout class="QVBoxLayout" name="vl_array">
         
     | 
| 
      
 111 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 112 
     | 
    
         
            +
                       <widget class="QTableWidget" name="tbl_chip">
         
     | 
| 
      
 113 
     | 
    
         
            +
                        <attribute name="horizontalHeaderStretchLastSection">
         
     | 
| 
      
 114 
     | 
    
         
            +
                         <bool>true</bool>
         
     | 
| 
      
 115 
     | 
    
         
            +
                        </attribute>
         
     | 
| 
      
 116 
     | 
    
         
            +
                        <attribute name="verticalHeaderStretchLastSection">
         
     | 
| 
      
 117 
     | 
    
         
            +
                         <bool>true</bool>
         
     | 
| 
      
 118 
     | 
    
         
            +
                        </attribute>
         
     | 
| 
      
 119 
     | 
    
         
            +
                        <column>
         
     | 
| 
      
 120 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 121 
     | 
    
         
            +
                          <string>Reference</string>
         
     | 
| 
      
 122 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 123 
     | 
    
         
            +
                        </column>
         
     | 
| 
      
 124 
     | 
    
         
            +
                        <column>
         
     | 
| 
      
 125 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 126 
     | 
    
         
            +
                          <string>Type</string>
         
     | 
| 
      
 127 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 128 
     | 
    
         
            +
                        </column>
         
     | 
| 
      
 129 
     | 
    
         
            +
                        <column>
         
     | 
| 
      
 130 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 131 
     | 
    
         
            +
                          <string>Manufacturer</string>
         
     | 
| 
      
 132 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 133 
     | 
    
         
            +
                        </column>
         
     | 
| 
      
 134 
     | 
    
         
            +
                        <column>
         
     | 
| 
      
 135 
     | 
    
         
            +
                         <property name="text">
         
     | 
| 
      
 136 
     | 
    
         
            +
                          <string>BUS</string>
         
     | 
| 
      
 137 
     | 
    
         
            +
                         </property>
         
     | 
| 
      
 138 
     | 
    
         
            +
                        </column>
         
     | 
| 
      
 139 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 140 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 141 
     | 
    
         
            +
                     </layout>
         
     | 
| 
      
 142 
     | 
    
         
            +
                    </item>
         
     | 
| 
      
 143 
     | 
    
         
            +
                    <item>
         
     | 
| 
      
 144 
     | 
    
         
            +
                     <layout class="QHBoxLayout" name="hl_options">
         
     | 
| 
      
 145 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 146 
     | 
    
         
            +
                       <widget class="QLabel" name="lbl_info">
         
     | 
| 
      
 147 
     | 
    
         
            +
                        <property name="text">
         
     | 
| 
      
 148 
     | 
    
         
            +
                         <string>Double click a chip reference to load it</string>
         
     | 
| 
      
 149 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 150 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 151 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 152 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 153 
     | 
    
         
            +
                       <spacer name="horizontalSpacer">
         
     | 
| 
      
 154 
     | 
    
         
            +
                        <property name="orientation">
         
     | 
| 
      
 155 
     | 
    
         
            +
                         <enum>Qt::Horizontal</enum>
         
     | 
| 
      
 156 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 157 
     | 
    
         
            +
                        <property name="sizeHint" stdset="0">
         
     | 
| 
      
 158 
     | 
    
         
            +
                         <size>
         
     | 
| 
      
 159 
     | 
    
         
            +
                          <width>40</width>
         
     | 
| 
      
 160 
     | 
    
         
            +
                          <height>20</height>
         
     | 
| 
      
 161 
     | 
    
         
            +
                         </size>
         
     | 
| 
      
 162 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 163 
     | 
    
         
            +
                       </spacer>
         
     | 
| 
      
 164 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 165 
     | 
    
         
            +
                      <item>
         
     | 
| 
      
 166 
     | 
    
         
            +
                       <widget class="QPushButton" name="btn_add">
         
     | 
| 
      
 167 
     | 
    
         
            +
                        <property name="text">
         
     | 
| 
      
 168 
     | 
    
         
            +
                         <string>Create component</string>
         
     | 
| 
      
 169 
     | 
    
         
            +
                        </property>
         
     | 
| 
      
 170 
     | 
    
         
            +
                       </widget>
         
     | 
| 
      
 171 
     | 
    
         
            +
                      </item>
         
     | 
| 
      
 172 
     | 
    
         
            +
                     </layout>
         
     | 
| 
      
 173 
     | 
    
         
            +
                    </item>
         
     | 
| 
      
 174 
     | 
    
         
            +
                   </layout>
         
     | 
| 
      
 175 
     | 
    
         
            +
                  </item>
         
     | 
| 
      
 176 
     | 
    
         
            +
                 </layout>
         
     | 
| 
      
 177 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 178 
     | 
    
         
            +
                <item row="6" column="0">
         
     | 
| 
      
 179 
     | 
    
         
            +
                 <widget class="QTableWidget" name="tbl_console">
         
     | 
| 
      
 180 
     | 
    
         
            +
                  <property name="minimumSize">
         
     | 
| 
      
 181 
     | 
    
         
            +
                   <size>
         
     | 
| 
      
 182 
     | 
    
         
            +
                    <width>0</width>
         
     | 
| 
      
 183 
     | 
    
         
            +
                    <height>100</height>
         
     | 
| 
      
 184 
     | 
    
         
            +
                   </size>
         
     | 
| 
      
 185 
     | 
    
         
            +
                  </property>
         
     | 
| 
      
 186 
     | 
    
         
            +
                  <property name="maximumSize">
         
     | 
| 
      
 187 
     | 
    
         
            +
                   <size>
         
     | 
| 
      
 188 
     | 
    
         
            +
                    <width>16777215</width>
         
     | 
| 
      
 189 
     | 
    
         
            +
                    <height>100</height>
         
     | 
| 
      
 190 
     | 
    
         
            +
                   </size>
         
     | 
| 
      
 191 
     | 
    
         
            +
                  </property>
         
     | 
| 
      
 192 
     | 
    
         
            +
                  <attribute name="horizontalHeaderStretchLastSection">
         
     | 
| 
      
 193 
     | 
    
         
            +
                   <bool>true</bool>
         
     | 
| 
      
 194 
     | 
    
         
            +
                  </attribute>
         
     | 
| 
      
 195 
     | 
    
         
            +
                  <attribute name="verticalHeaderStretchLastSection">
         
     | 
| 
      
 196 
     | 
    
         
            +
                   <bool>true</bool>
         
     | 
| 
      
 197 
     | 
    
         
            +
                  </attribute>
         
     | 
| 
      
 198 
     | 
    
         
            +
                  <column>
         
     | 
| 
      
 199 
     | 
    
         
            +
                   <property name="text">
         
     | 
| 
      
 200 
     | 
    
         
            +
                    <string>Date / Time</string>
         
     | 
| 
      
 201 
     | 
    
         
            +
                   </property>
         
     | 
| 
      
 202 
     | 
    
         
            +
                  </column>
         
     | 
| 
      
 203 
     | 
    
         
            +
                  <column>
         
     | 
| 
      
 204 
     | 
    
         
            +
                   <property name="text">
         
     | 
| 
      
 205 
     | 
    
         
            +
                    <string>Message</string>
         
     | 
| 
      
 206 
     | 
    
         
            +
                   </property>
         
     | 
| 
      
 207 
     | 
    
         
            +
                  </column>
         
     | 
| 
      
 208 
     | 
    
         
            +
                 </widget>
         
     | 
| 
      
 209 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 210 
     | 
    
         
            +
                <item row="4" column="0">
         
     | 
| 
      
 211 
     | 
    
         
            +
                 <layout class="QHBoxLayout" name="horizontalLayout">
         
     | 
| 
      
 212 
     | 
    
         
            +
                  <item>
         
     | 
| 
      
 213 
     | 
    
         
            +
                   <widget class="QCheckBox" name="check_console">
         
     | 
| 
      
 214 
     | 
    
         
            +
                    <property name="text">
         
     | 
| 
      
 215 
     | 
    
         
            +
                     <string>Console:</string>
         
     | 
| 
      
 216 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 217 
     | 
    
         
            +
                    <property name="checked">
         
     | 
| 
      
 218 
     | 
    
         
            +
                     <bool>true</bool>
         
     | 
| 
      
 219 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 220 
     | 
    
         
            +
                   </widget>
         
     | 
| 
      
 221 
     | 
    
         
            +
                  </item>
         
     | 
| 
      
 222 
     | 
    
         
            +
                  <item>
         
     | 
| 
      
 223 
     | 
    
         
            +
                   <widget class="QPushButton" name="pushButton">
         
     | 
| 
      
 224 
     | 
    
         
            +
                    <property name="text">
         
     | 
| 
      
 225 
     | 
    
         
            +
                     <string>Clear</string>
         
     | 
| 
      
 226 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 227 
     | 
    
         
            +
                   </widget>
         
     | 
| 
      
 228 
     | 
    
         
            +
                  </item>
         
     | 
| 
      
 229 
     | 
    
         
            +
                  <item>
         
     | 
| 
      
 230 
     | 
    
         
            +
                   <spacer name="horizontalSpacer_2">
         
     | 
| 
      
 231 
     | 
    
         
            +
                    <property name="orientation">
         
     | 
| 
      
 232 
     | 
    
         
            +
                     <enum>Qt::Horizontal</enum>
         
     | 
| 
      
 233 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 234 
     | 
    
         
            +
                    <property name="sizeHint" stdset="0">
         
     | 
| 
      
 235 
     | 
    
         
            +
                     <size>
         
     | 
| 
      
 236 
     | 
    
         
            +
                      <width>40</width>
         
     | 
| 
      
 237 
     | 
    
         
            +
                      <height>20</height>
         
     | 
| 
      
 238 
     | 
    
         
            +
                     </size>
         
     | 
| 
      
 239 
     | 
    
         
            +
                    </property>
         
     | 
| 
      
 240 
     | 
    
         
            +
                   </spacer>
         
     | 
| 
      
 241 
     | 
    
         
            +
                  </item>
         
     | 
| 
      
 242 
     | 
    
         
            +
                 </layout>
         
     | 
| 
      
 243 
     | 
    
         
            +
                </item>
         
     | 
| 
      
 244 
     | 
    
         
            +
               </layout>
         
     | 
| 
      
 245 
     | 
    
         
            +
              </widget>
         
     | 
| 
      
 246 
     | 
    
         
            +
              <widget class="QMenuBar" name="menubar">
         
     | 
| 
      
 247 
     | 
    
         
            +
               <property name="geometry">
         
     | 
| 
      
 248 
     | 
    
         
            +
                <rect>
         
     | 
| 
      
 249 
     | 
    
         
            +
                 <x>0</x>
         
     | 
| 
      
 250 
     | 
    
         
            +
                 <y>0</y>
         
     | 
| 
      
 251 
     | 
    
         
            +
                 <width>710</width>
         
     | 
| 
      
 252 
     | 
    
         
            +
                 <height>21</height>
         
     | 
| 
      
 253 
     | 
    
         
            +
                </rect>
         
     | 
| 
      
 254 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 255 
     | 
    
         
            +
               <widget class="QMenu" name="menuMenu">
         
     | 
| 
      
 256 
     | 
    
         
            +
                <property name="title">
         
     | 
| 
      
 257 
     | 
    
         
            +
                 <string>Menu</string>
         
     | 
| 
      
 258 
     | 
    
         
            +
                </property>
         
     | 
| 
      
 259 
     | 
    
         
            +
                <widget class="QMenu" name="menuUpload_firmware">
         
     | 
| 
      
 260 
     | 
    
         
            +
                 <property name="title">
         
     | 
| 
      
 261 
     | 
    
         
            +
                  <string>Firmware...</string>
         
     | 
| 
      
 262 
     | 
    
         
            +
                 </property>
         
     | 
| 
      
 263 
     | 
    
         
            +
                 <addaction name="actionDisplay_firmware"/>
         
     | 
| 
      
 264 
     | 
    
         
            +
                 <addaction name="actionParallel"/>
         
     | 
| 
      
 265 
     | 
    
         
            +
                 <addaction name="actionI2C"/>
         
     | 
| 
      
 266 
     | 
    
         
            +
                 <addaction name="actionSPI"/>
         
     | 
| 
      
 267 
     | 
    
         
            +
                 <addaction name="actionSWD"/>
         
     | 
| 
      
 268 
     | 
    
         
            +
                 <addaction name="actionUART"/>
         
     | 
| 
      
 269 
     | 
    
         
            +
                 <addaction name="separator"/>
         
     | 
| 
      
 270 
     | 
    
         
            +
                 <addaction name="actionUC"/>
         
     | 
| 
      
 271 
     | 
    
         
            +
                </widget>
         
     | 
| 
      
 272 
     | 
    
         
            +
                <widget class="QMenu" name="menuComponent">
         
     | 
| 
      
 273 
     | 
    
         
            +
                 <property name="title">
         
     | 
| 
      
 274 
     | 
    
         
            +
                  <string>Component...</string>
         
     | 
| 
      
 275 
     | 
    
         
            +
                 </property>
         
     | 
| 
      
 276 
     | 
    
         
            +
                 <addaction name="actionAdd"/>
         
     | 
| 
      
 277 
     | 
    
         
            +
                 <addaction name="actionEdit"/>
         
     | 
| 
      
 278 
     | 
    
         
            +
                 <addaction name="actionWire"/>
         
     | 
| 
      
 279 
     | 
    
         
            +
                 <addaction name="actionDelete"/>
         
     | 
| 
      
 280 
     | 
    
         
            +
                 <addaction name="actionTemplate"/>
         
     | 
| 
      
 281 
     | 
    
         
            +
                 <addaction name="actionImport_2"/>
         
     | 
| 
      
 282 
     | 
    
         
            +
                 <addaction name="actionExport"/>
         
     | 
| 
      
 283 
     | 
    
         
            +
                </widget>
         
     | 
| 
      
 284 
     | 
    
         
            +
                <addaction name="menuUpload_firmware"/>
         
     | 
| 
      
 285 
     | 
    
         
            +
                <addaction name="menuComponent"/>
         
     | 
| 
      
 286 
     | 
    
         
            +
                <addaction name="actionSignal_Mapper"/>
         
     | 
| 
      
 287 
     | 
    
         
            +
               </widget>
         
     | 
| 
      
 288 
     | 
    
         
            +
               <widget class="QMenu" name="menuAbout">
         
     | 
| 
      
 289 
     | 
    
         
            +
                <property name="title">
         
     | 
| 
      
 290 
     | 
    
         
            +
                 <string>About</string>
         
     | 
| 
      
 291 
     | 
    
         
            +
                </property>
         
     | 
| 
      
 292 
     | 
    
         
            +
                <widget class="QMenu" name="menuPath">
         
     | 
| 
      
 293 
     | 
    
         
            +
                 <property name="title">
         
     | 
| 
      
 294 
     | 
    
         
            +
                  <string>Path...</string>
         
     | 
| 
      
 295 
     | 
    
         
            +
                 </property>
         
     | 
| 
      
 296 
     | 
    
         
            +
                 <addaction name="actionDatabase_file"/>
         
     | 
| 
      
 297 
     | 
    
         
            +
                 <addaction name="actionError_log_file"/>
         
     | 
| 
      
 298 
     | 
    
         
            +
                </widget>
         
     | 
| 
      
 299 
     | 
    
         
            +
                <addaction name="actionHardsploit_website"/>
         
     | 
| 
      
 300 
     | 
    
         
            +
                <addaction name="actionVersions"/>
         
     | 
| 
      
 301 
     | 
    
         
            +
                <addaction name="menuPath"/>
         
     | 
| 
      
 302 
     | 
    
         
            +
               </widget>
         
     | 
| 
      
 303 
     | 
    
         
            +
               <addaction name="menuMenu"/>
         
     | 
| 
      
 304 
     | 
    
         
            +
               <addaction name="menuAbout"/>
         
     | 
| 
      
 305 
     | 
    
         
            +
              </widget>
         
     | 
| 
      
 306 
     | 
    
         
            +
              <widget class="QStatusBar" name="statusbar"/>
         
     | 
| 
      
 307 
     | 
    
         
            +
              <action name="actionVersions">
         
     | 
| 
      
 308 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 309 
     | 
    
         
            +
                <string>Versions</string>
         
     | 
| 
      
 310 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 311 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 312 
     | 
    
         
            +
              <action name="actionDatabase_file">
         
     | 
| 
      
 313 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 314 
     | 
    
         
            +
                <string>Database file</string>
         
     | 
| 
      
 315 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 316 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 317 
     | 
    
         
            +
              <action name="actionError_log_file">
         
     | 
| 
      
 318 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 319 
     | 
    
         
            +
                <string>Error log file</string>
         
     | 
| 
      
 320 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 321 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 322 
     | 
    
         
            +
              <action name="actionUC">
         
     | 
| 
      
 323 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 324 
     | 
    
         
            +
                <string>Update uC</string>
         
     | 
| 
      
 325 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 326 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 327 
     | 
    
         
            +
              <action name="actionParallel">
         
     | 
| 
      
 328 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 329 
     | 
    
         
            +
                <string>Set parallel</string>
         
     | 
| 
      
 330 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 331 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 332 
     | 
    
         
            +
              <action name="actionI2C">
         
     | 
| 
      
 333 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 334 
     | 
    
         
            +
                <string>Set I²C</string>
         
     | 
| 
      
 335 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 336 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 337 
     | 
    
         
            +
              <action name="actionSPI">
         
     | 
| 
      
 338 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 339 
     | 
    
         
            +
                <string>Set SPI</string>
         
     | 
| 
      
 340 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 341 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 342 
     | 
    
         
            +
              <action name="actionHardsploit_website">
         
     | 
| 
      
 343 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 344 
     | 
    
         
            +
                <string>Hardsploit website</string>
         
     | 
| 
      
 345 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 346 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 347 
     | 
    
         
            +
              <action name="actionAdd">
         
     | 
| 
      
 348 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 349 
     | 
    
         
            +
                <string>New</string>
         
     | 
| 
      
 350 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 351 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 352 
     | 
    
         
            +
                <string>Ctrl+A</string>
         
     | 
| 
      
 353 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 354 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 355 
     | 
    
         
            +
              <action name="actionEdit">
         
     | 
| 
      
 356 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 357 
     | 
    
         
            +
                <string>Edit</string>
         
     | 
| 
      
 358 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 359 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 360 
     | 
    
         
            +
                <string>Ctrl+E</string>
         
     | 
| 
      
 361 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 362 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 363 
     | 
    
         
            +
              <action name="actionDelete">
         
     | 
| 
      
 364 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 365 
     | 
    
         
            +
                <string>Delete</string>
         
     | 
| 
      
 366 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 367 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 368 
     | 
    
         
            +
                <string>Ctrl+D</string>
         
     | 
| 
      
 369 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 370 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 371 
     | 
    
         
            +
              <action name="actionDisplay_firmware">
         
     | 
| 
      
 372 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 373 
     | 
    
         
            +
                <string>Display current firmware</string>
         
     | 
| 
      
 374 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 375 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 376 
     | 
    
         
            +
                <string>Ctrl+F</string>
         
     | 
| 
      
 377 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 378 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 379 
     | 
    
         
            +
              <action name="actionWire">
         
     | 
| 
      
 380 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 381 
     | 
    
         
            +
                <string>Wire</string>
         
     | 
| 
      
 382 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 383 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 384 
     | 
    
         
            +
                <string>Ctrl+W</string>
         
     | 
| 
      
 385 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 386 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 387 
     | 
    
         
            +
              <action name="actionSignal_Mapper">
         
     | 
| 
      
 388 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 389 
     | 
    
         
            +
                <string>Signal Mapper</string>
         
     | 
| 
      
 390 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 391 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 392 
     | 
    
         
            +
              <action name="actionExport">
         
     | 
| 
      
 393 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 394 
     | 
    
         
            +
                <string>Export</string>
         
     | 
| 
      
 395 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 396 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 397 
     | 
    
         
            +
                <string>Ctrl+C</string>
         
     | 
| 
      
 398 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 399 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 400 
     | 
    
         
            +
              <action name="actionImport_2">
         
     | 
| 
      
 401 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 402 
     | 
    
         
            +
                <string>Import</string>
         
     | 
| 
      
 403 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 404 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 405 
     | 
    
         
            +
                <string>Ctrl+V</string>
         
     | 
| 
      
 406 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 407 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 408 
     | 
    
         
            +
              <action name="actionTemplate">
         
     | 
| 
      
 409 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 410 
     | 
    
         
            +
                <string>Template</string>
         
     | 
| 
      
 411 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 412 
     | 
    
         
            +
               <property name="shortcut">
         
     | 
| 
      
 413 
     | 
    
         
            +
                <string>Ctrl+T</string>
         
     | 
| 
      
 414 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 415 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 416 
     | 
    
         
            +
              <action name="actionSWD">
         
     | 
| 
      
 417 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 418 
     | 
    
         
            +
                <string>Set SWD</string>
         
     | 
| 
      
 419 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 420 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 421 
     | 
    
         
            +
              <action name="actionUART">
         
     | 
| 
      
 422 
     | 
    
         
            +
               <property name="text">
         
     | 
| 
      
 423 
     | 
    
         
            +
                <string>Set UART</string>
         
     | 
| 
      
 424 
     | 
    
         
            +
               </property>
         
     | 
| 
      
 425 
     | 
    
         
            +
              </action>
         
     | 
| 
      
 426 
     | 
    
         
            +
             </widget>
         
     | 
| 
      
 427 
     | 
    
         
            +
             <resources/>
         
     | 
| 
      
 428 
     | 
    
         
            +
             <connections>
         
     | 
| 
      
 429 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 430 
     | 
    
         
            +
               <sender>tbl_chip</sender>
         
     | 
| 
      
 431 
     | 
    
         
            +
               <signal>cellDoubleClicked(int,int)</signal>
         
     | 
| 
      
 432 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 433 
     | 
    
         
            +
               <slot>load_tree(int,int)</slot>
         
     | 
| 
      
 434 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 435 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 436 
     | 
    
         
            +
                 <x>681</x>
         
     | 
| 
      
 437 
     | 
    
         
            +
                 <y>257</y>
         
     | 
| 
      
 438 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 439 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 440 
     | 
    
         
            +
                 <x>682</x>
         
     | 
| 
      
 441 
     | 
    
         
            +
                 <y>268</y>
         
     | 
| 
      
 442 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 443 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 444 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 445 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 446 
     | 
    
         
            +
               <sender>lie_search</sender>
         
     | 
| 
      
 447 
     | 
    
         
            +
               <signal>textEdited(QString)</signal>
         
     | 
| 
      
 448 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 449 
     | 
    
         
            +
               <slot>feed_chip_array()</slot>
         
     | 
| 
      
 450 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 451 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 452 
     | 
    
         
            +
                 <x>385</x>
         
     | 
| 
      
 453 
     | 
    
         
            +
                 <y>39</y>
         
     | 
| 
      
 454 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 455 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 456 
     | 
    
         
            +
                 <x>467</x>
         
     | 
| 
      
 457 
     | 
    
         
            +
                 <y>26</y>
         
     | 
| 
      
 458 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 459 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 460 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 461 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 462 
     | 
    
         
            +
               <sender>cbx_manufacturer</sender>
         
     | 
| 
      
 463 
     | 
    
         
            +
               <signal>currentIndexChanged(int)</signal>
         
     | 
| 
      
 464 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 465 
     | 
    
         
            +
               <slot>feed_chip_array()</slot>
         
     | 
| 
      
 466 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 467 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 468 
     | 
    
         
            +
                 <x>577</x>
         
     | 
| 
      
 469 
     | 
    
         
            +
                 <y>37</y>
         
     | 
| 
      
 470 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 471 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 472 
     | 
    
         
            +
                 <x>589</x>
         
     | 
| 
      
 473 
     | 
    
         
            +
                 <y>26</y>
         
     | 
| 
      
 474 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 475 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 476 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 477 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 478 
     | 
    
         
            +
               <sender>cbx_type</sender>
         
     | 
| 
      
 479 
     | 
    
         
            +
               <signal>currentIndexChanged(int)</signal>
         
     | 
| 
      
 480 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 481 
     | 
    
         
            +
               <slot>feed_chip_array()</slot>
         
     | 
| 
      
 482 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 483 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 484 
     | 
    
         
            +
                 <x>690</x>
         
     | 
| 
      
 485 
     | 
    
         
            +
                 <y>42</y>
         
     | 
| 
      
 486 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 487 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 488 
     | 
    
         
            +
                 <x>704</x>
         
     | 
| 
      
 489 
     | 
    
         
            +
                 <y>42</y>
         
     | 
| 
      
 490 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 491 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 492 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 493 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 494 
     | 
    
         
            +
               <sender>actionError_log_file</sender>
         
     | 
| 
      
 495 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 496 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 497 
     | 
    
         
            +
               <slot>get_log_path()</slot>
         
     | 
| 
      
 498 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 499 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 500 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 501 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 502 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 503 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 504 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 505 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 506 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 507 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 508 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 509 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 510 
     | 
    
         
            +
               <sender>actionHardsploit_website</sender>
         
     | 
| 
      
 511 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 512 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 513 
     | 
    
         
            +
               <slot>get_hardsploit_website()</slot>
         
     | 
| 
      
 514 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 515 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 516 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 517 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 518 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 519 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 520 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 521 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 522 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 523 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 524 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 525 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 526 
     | 
    
         
            +
               <sender>actionI2C</sender>
         
     | 
| 
      
 527 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 528 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 529 
     | 
    
         
            +
               <slot>set_firmware()</slot>
         
     | 
| 
      
 530 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 531 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 532 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 533 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 534 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 535 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 536 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 537 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 538 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 539 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 540 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 541 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 542 
     | 
    
         
            +
               <sender>actionParallel</sender>
         
     | 
| 
      
 543 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 544 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 545 
     | 
    
         
            +
               <slot>set_firmware()</slot>
         
     | 
| 
      
 546 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 547 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 548 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 549 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 550 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 551 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 552 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 553 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 554 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 555 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 556 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 557 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 558 
     | 
    
         
            +
               <sender>actionSPI</sender>
         
     | 
| 
      
 559 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 560 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 561 
     | 
    
         
            +
               <slot>set_firmware()</slot>
         
     | 
| 
      
 562 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 563 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 564 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 565 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 566 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 567 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 568 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 569 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 570 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 571 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 572 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 573 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 574 
     | 
    
         
            +
               <sender>actionUC</sender>
         
     | 
| 
      
 575 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 576 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 577 
     | 
    
         
            +
               <slot>update_uc_firmware()</slot>
         
     | 
| 
      
 578 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 579 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 580 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 581 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 582 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 583 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 584 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 585 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 586 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 587 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 588 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 589 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 590 
     | 
    
         
            +
               <sender>actionVersions</sender>
         
     | 
| 
      
 591 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 592 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 593 
     | 
    
         
            +
               <slot>get_hardsploit_versions()</slot>
         
     | 
| 
      
 594 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 595 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 596 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 597 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 598 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 599 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 600 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 601 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 602 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 603 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 604 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 605 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 606 
     | 
    
         
            +
               <sender>actionDatabase_file</sender>
         
     | 
| 
      
 607 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 608 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 609 
     | 
    
         
            +
               <slot>get_db_path()</slot>
         
     | 
| 
      
 610 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 611 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 612 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 613 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 614 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 615 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 616 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 617 
     | 
    
         
            +
                 <y>224</y>
         
     | 
| 
      
 618 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 619 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 620 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 621 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 622 
     | 
    
         
            +
               <sender>check_console</sender>
         
     | 
| 
      
 623 
     | 
    
         
            +
               <signal>toggled(bool)</signal>
         
     | 
| 
      
 624 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 625 
     | 
    
         
            +
               <slot>console_view()</slot>
         
     | 
| 
      
 626 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 627 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 628 
     | 
    
         
            +
                 <x>43</x>
         
     | 
| 
      
 629 
     | 
    
         
            +
                 <y>449</y>
         
     | 
| 
      
 630 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 631 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 632 
     | 
    
         
            +
                 <x>7</x>
         
     | 
| 
      
 633 
     | 
    
         
            +
                 <y>319</y>
         
     | 
| 
      
 634 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 635 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 636 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 637 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 638 
     | 
    
         
            +
               <sender>btn_add</sender>
         
     | 
| 
      
 639 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 640 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 641 
     | 
    
         
            +
               <slot>add_chip()</slot>
         
     | 
| 
      
 642 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 643 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 644 
     | 
    
         
            +
                 <x>697</x>
         
     | 
| 
      
 645 
     | 
    
         
            +
                 <y>419</y>
         
     | 
| 
      
 646 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 647 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 648 
     | 
    
         
            +
                 <x>429</x>
         
     | 
| 
      
 649 
     | 
    
         
            +
                 <y>292</y>
         
     | 
| 
      
 650 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 651 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 652 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 653 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 654 
     | 
    
         
            +
               <sender>tw_chip</sender>
         
     | 
| 
      
 655 
     | 
    
         
            +
               <signal>itemDoubleClicked(QTreeWidgetItem*,int)</signal>
         
     | 
| 
      
 656 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 657 
     | 
    
         
            +
               <slot>load_chip_action(QTreeWidgetItem*,int)</slot>
         
     | 
| 
      
 658 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 659 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 660 
     | 
    
         
            +
                 <x>147</x>
         
     | 
| 
      
 661 
     | 
    
         
            +
                 <y>403</y>
         
     | 
| 
      
 662 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 663 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 664 
     | 
    
         
            +
                 <x>164</x>
         
     | 
| 
      
 665 
     | 
    
         
            +
                 <y>399</y>
         
     | 
| 
      
 666 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 667 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 668 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 669 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 670 
     | 
    
         
            +
               <sender>actionDisplay_firmware</sender>
         
     | 
| 
      
 671 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 672 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 673 
     | 
    
         
            +
               <slot>display_current_firmware()</slot>
         
     | 
| 
      
 674 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 675 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 676 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 677 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 678 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 679 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 680 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 681 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 682 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 683 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 684 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 685 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 686 
     | 
    
         
            +
               <sender>actionAdd</sender>
         
     | 
| 
      
 687 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 688 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 689 
     | 
    
         
            +
               <slot>add_chip()</slot>
         
     | 
| 
      
 690 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 691 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 692 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 693 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 694 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 695 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 696 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 697 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 698 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 699 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 700 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 701 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 702 
     | 
    
         
            +
               <sender>actionDelete</sender>
         
     | 
| 
      
 703 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 704 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 705 
     | 
    
         
            +
               <slot>delete_chip()</slot>
         
     | 
| 
      
 706 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 707 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 708 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 709 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 710 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 711 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 712 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 713 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 714 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 715 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 716 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 717 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 718 
     | 
    
         
            +
               <sender>actionEdit</sender>
         
     | 
| 
      
 719 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 720 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 721 
     | 
    
         
            +
               <slot>edit_chip()</slot>
         
     | 
| 
      
 722 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 723 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 724 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 725 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 726 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 727 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 728 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 729 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 730 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 731 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 732 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 733 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 734 
     | 
    
         
            +
               <sender>actionWire</sender>
         
     | 
| 
      
 735 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 736 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 737 
     | 
    
         
            +
               <slot>wire_chip()</slot>
         
     | 
| 
      
 738 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 739 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 740 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 741 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 742 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 743 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 744 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 745 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 746 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 747 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 748 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 749 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 750 
     | 
    
         
            +
               <sender>pushButton</sender>
         
     | 
| 
      
 751 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 752 
     | 
    
         
            +
               <receiver>tbl_console</receiver>
         
     | 
| 
      
 753 
     | 
    
         
            +
               <slot>clearContents()</slot>
         
     | 
| 
      
 754 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 755 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 756 
     | 
    
         
            +
                 <x>112</x>
         
     | 
| 
      
 757 
     | 
    
         
            +
                 <y>440</y>
         
     | 
| 
      
 758 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 759 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 760 
     | 
    
         
            +
                 <x>120</x>
         
     | 
| 
      
 761 
     | 
    
         
            +
                 <y>490</y>
         
     | 
| 
      
 762 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 763 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 764 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 765 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 766 
     | 
    
         
            +
               <sender>actionSignal_Mapper</sender>
         
     | 
| 
      
 767 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 768 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 769 
     | 
    
         
            +
               <slot>open_signal_mapper()</slot>
         
     | 
| 
      
 770 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 771 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 772 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 773 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 774 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 775 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 776 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 777 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 778 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 779 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 780 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 781 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 782 
     | 
    
         
            +
               <sender>actionExport</sender>
         
     | 
| 
      
 783 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 784 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 785 
     | 
    
         
            +
               <slot>export()</slot>
         
     | 
| 
      
 786 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 787 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 788 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 789 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 790 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 791 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 792 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 793 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 794 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 795 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 796 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 797 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 798 
     | 
    
         
            +
               <sender>actionImport_2</sender>
         
     | 
| 
      
 799 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 800 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 801 
     | 
    
         
            +
               <slot>import()</slot>
         
     | 
| 
      
 802 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 803 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 804 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 805 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 806 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 807 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 808 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 809 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 810 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 811 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 812 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 813 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 814 
     | 
    
         
            +
               <sender>actionTemplate</sender>
         
     | 
| 
      
 815 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 816 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 817 
     | 
    
         
            +
               <slot>add_chip()</slot>
         
     | 
| 
      
 818 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 819 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 820 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 821 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 822 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 823 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 824 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 825 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 826 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 827 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 828 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 829 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 830 
     | 
    
         
            +
               <sender>actionSWD</sender>
         
     | 
| 
      
 831 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 832 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 833 
     | 
    
         
            +
               <slot>set_firmware()</slot>
         
     | 
| 
      
 834 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 835 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 836 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 837 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 838 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 839 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 840 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 841 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 842 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 843 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 844 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 845 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 846 
     | 
    
         
            +
               <sender>actionUART</sender>
         
     | 
| 
      
 847 
     | 
    
         
            +
               <signal>triggered()</signal>
         
     | 
| 
      
 848 
     | 
    
         
            +
               <receiver>Chip_management</receiver>
         
     | 
| 
      
 849 
     | 
    
         
            +
               <slot>set_firmware()</slot>
         
     | 
| 
      
 850 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 851 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 852 
     | 
    
         
            +
                 <x>-1</x>
         
     | 
| 
      
 853 
     | 
    
         
            +
                 <y>-1</y>
         
     | 
| 
      
 854 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 855 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 856 
     | 
    
         
            +
                 <x>354</x>
         
     | 
| 
      
 857 
     | 
    
         
            +
                 <y>294</y>
         
     | 
| 
      
 858 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 859 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 860 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 861 
     | 
    
         
            +
             </connections>
         
     | 
| 
      
 862 
     | 
    
         
            +
             <slots>
         
     | 
| 
      
 863 
     | 
    
         
            +
              <slot>load_tree(int,int)</slot>
         
     | 
| 
      
 864 
     | 
    
         
            +
              <slot>feed_chip_array()</slot>
         
     | 
| 
      
 865 
     | 
    
         
            +
              <slot>get_db_path()</slot>
         
     | 
| 
      
 866 
     | 
    
         
            +
              <slot>get_log_path()</slot>
         
     | 
| 
      
 867 
     | 
    
         
            +
              <slot>get_hardsploit_versions()</slot>
         
     | 
| 
      
 868 
     | 
    
         
            +
              <slot>update_uc_firmware()</slot>
         
     | 
| 
      
 869 
     | 
    
         
            +
              <slot>get_hardsploit_website()</slot>
         
     | 
| 
      
 870 
     | 
    
         
            +
              <slot>console_view()</slot>
         
     | 
| 
      
 871 
     | 
    
         
            +
              <slot>add_chip()</slot>
         
     | 
| 
      
 872 
     | 
    
         
            +
              <slot>load_chip_action(QTreeWidgetItem*,int)</slot>
         
     | 
| 
      
 873 
     | 
    
         
            +
              <slot>set_firmware()</slot>
         
     | 
| 
      
 874 
     | 
    
         
            +
              <slot>display_current_firmware()</slot>
         
     | 
| 
      
 875 
     | 
    
         
            +
              <slot>delete_chip()</slot>
         
     | 
| 
      
 876 
     | 
    
         
            +
              <slot>edit_chip()</slot>
         
     | 
| 
      
 877 
     | 
    
         
            +
              <slot>wire_chip()</slot>
         
     | 
| 
      
 878 
     | 
    
         
            +
              <slot>swd_detect()</slot>
         
     | 
| 
      
 879 
     | 
    
         
            +
              <slot>swd_import()</slot>
         
     | 
| 
      
 880 
     | 
    
         
            +
              <slot>swd_export()</slot>
         
     | 
| 
      
 881 
     | 
    
         
            +
              <slot>swd_erase()</slot>
         
     | 
| 
      
 882 
     | 
    
         
            +
              <slot>open_signal_mapper()</slot>
         
     | 
| 
      
 883 
     | 
    
         
            +
              <slot>import()</slot>
         
     | 
| 
      
 884 
     | 
    
         
            +
              <slot>export()</slot>
         
     | 
| 
      
 885 
     | 
    
         
            +
             </slots>
         
     | 
| 
      
 886 
     | 
    
         
            +
            </ui>
         
     |