Currently there is code to automatically regenerate the ui_main_window.py file from main_window.ui. This is convenient during development, but it would be better to move that code to a separate file and have a static ui_main_window.py.
Instead, there should be a separate file that can be used to rebuild it.
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Nice! I think it is enough to be able to run it on Linux as it doesn't have to be rebuilt that often.
Can you please open a Merge request?
(I force pushed to the master branch to get rid of the addition and revert, but hopefully that should not lead to any issues for this branch. You may have to clone your repo yet again though...)
By the way, I dropped all the icons. To me it looks the same (I think), but I may be wrong...
Primary reason was that those breeze(?)-files were huge (as they included lots of different icons). I kept the other two for some time, but then realized that they were not imported anywhere and that removing them didn't seem to break or change something. If there is some use for them I will naturally get them back.
Ah! Well, breeze icons is a part of the KDE desktop, so if KDE is not installed (me included) or breeze is not installed manually, there will be no icons in the menu or toolbar. It is possible that the icon names in use are common names, so the qt:s fallback mechanism will find other installed icons with the same names. misc.qrc/misc_rc.py was used for the toolbar info/sidepanel icon, and basic.qrc/basic_rc.py used one out of three as the window icon. Maybe mention breeze as a suggestion in readme if there is no icons instead, or just strip down to only store the icons in use?
The strange thing is that I cannot really spot any difference when they are now removed? But then it may be because I run KDE (not sure)... But not even the window icons etc? Also, my editor said that the misc and basic imports were not used.
Can you post a screenshot of your program? Does the window icon still work if you first uninstall b_asic and install it again (maybe cashed somewhere)?