ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
28 stars 12 forks source link

Port to PySide6 #89

Closed gillins closed 1 week ago

gillins commented 3 months ago

Initial work on getting TuiView working with PySide6.

Qt5 is now unsupported so we need to think about porting to Qt6. PyQt (which TuiView currently uses) appears to be barely maintained now. PySide is the "official" Python bindings for Qt and appears to have a lot of support. QGIS is also moving to PySide6 so makes sense to be doing the same thing.

gillins commented 2 months ago

This is ready for testing