LukeZ! You drive me into paint and I am terribly ashamed!
I have already translated the program by 90% (I also need to translate the pictures), now I am looking for all msgBox for their translation, and I cannot understand where they are such variables \ labels:1. Not connected2. Connected to COM3 (115200) TCB Firmware 0.93.743. When there is a call to the function of resetting the entered settings in the program to default values - I can not understand where the data for translating the Yes \ No buttons is located
4. I also probably found a bug in Qt. More details:I installed hot keys on the program menu functions, as it is very convenient when configuring the board - load with two buttons - read the settings from the board, save to the OPZ file.On the menu function "Import settings" I have set the group of buttons Ctrl + I. In the mainwindow.ui file open in the development environment, I see with my own eyes that the group of buttons is set to Ctrl + I.But when I build the project and run it from the relase folder, I get the result as in the picture. The hotkeys for this item are set to Ctrl + O.In principle, I can ignore it, but my inner perfectionist gnaws at my heels.
ui->actionOpenFile->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_O));
ui->actionOpenFile->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_I));
Also need to study Github, and here is this point with tracking changes. I suspected there were features like comparing versions and showing changes. I guess that Github is most likely arranged like a Wiki, most likely it is impossible to break-harm, but I don't want to disgrace myself ^ _ ^