Skip to content

Commit

Permalink
Adding support the Intex HEX files format
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Jan 25, 2024
1 parent d025bb4 commit 8f5276f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IMSProg_programmer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ void MainWindow::doNotDisturb()
ui->actionSave->setDisabled(true);
ui->actionLoad_Part->setDisabled(true);
ui->actionSave_Part->setDisabled(true);
ui->actionExport_to_Intel_HEX->setDisabled(true);
ui->actionImport_from_Intel_HEX->setDisabled(true);
ui->actionEdit_chips_Database->setDisabled(true);
ui->actionExit->setDisabled(true);
ui->actionRead->setDisabled(true);
Expand Down Expand Up @@ -1222,6 +1224,8 @@ void MainWindow::doNotDisturbCancel()
ui->actionSave->setDisabled(false);
ui->actionLoad_Part->setDisabled(false);
ui->actionSave_Part->setDisabled(false);
ui->actionExport_to_Intel_HEX->setDisabled(false);
ui->actionImport_from_Intel_HEX->setDisabled(false);
ui->actionEdit_chips_Database->setDisabled(false);
ui->actionExit->setDisabled(false);
ui->actionRead->setDisabled(false);
Expand Down

0 comments on commit 8f5276f

Please sign in to comment.