refactor: General Qt Utils
Description
I moved some utils to new folder qt_utils, we can consider to move there more, now I just refactored toolbar and general settings dialog which I am using for popups.
So far we have (on some of them I made ABC to enforce structure) :
- ToolBarAction(ABC), ModularToolBar(QToolBar)
- SettingWidget(QWidget), SettingsDialog(QDialog) → setting widget is used to define accept methods and show the current settings of the target widget.
Edited by wyzula_j