Add Qt6 CI support
Needed a minor fix in mountiso action:
In Qt6 QAction constructor takes a QObject*
for its parent
so it needs to be able to resolve that QWidget
inherits from that.
Needed a minor fix in mountiso action:
In Qt6 QAction constructor takes a QObject*
for its parent
so it needs to be able to resolve that QWidget
inherits from that.