Closed kmnhan closed 1 year ago
I'd like to work on getting this merged in the next couple of weeks and hopefully do a release with qt6 support by the end of that period.
Thanks again for this proposal! I'm working on integrating qt6 support in #75 and used changes #62 to do so. Instead of explicitly instantiating QAction
s and then later using addAction
to add them to the toolbar, we're now letting addAction
also handle instantiation.
QAction
is part ofQtGui
in Qt6.