matplotlib / viscm

A tool for visualizing and designing colormaps using colorspacious and matplotlib
MIT License
166 stars 33 forks source link

Qt6 Support #59

Closed kmnhan closed 1 year ago

kmnhan commented 2 years ago

QAction is part of QtGui in Qt6.

mfisher87 commented 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.

mfisher87 commented 1 year ago

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 QActions and then later using addAction to add them to the toolbar, we're now letting addAction also handle instantiation.