We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Changes to the GUI are not to be done manually, but rather via Qt Designer. The UI file in question can be opened via
Qt Designer
$ designer ORStoolsDialogUI.ui
Saving the file and git diff ensures nothing gets changed that shouldn't get changed. The file then has to be "compiled" to python using
git diff
$ pyuic5 --import-from=. ORStoolsDialogUI.ui -o ORStoolsDialogUI.py
where the --import-from-option is used to correctly import resources_rc - otherwise QGIS 3.16 will complain.
--import-from