Is your feature request related to a problem? Please describe.
Verify and ensure compatibility with new QGIS 4.0 (Qt6).
Describe the solution you'd like
- Perform functional testing in a QGIS 4.0 environment.
- If the plugin fails to load or run, implement necessary Qt6 updates.
Describe alternatives you've considered
If a single codebase isn't feasible, maintain separate branches/releases for QGIS 3.x and 4.x simultaneously.
Additional context
The plugin already uses the qgis.PyQt wrapper, which should simplify the transition.
Is your feature request related to a problem? Please describe.
Verify and ensure compatibility with new QGIS 4.0 (Qt6).
Describe the solution you'd like
Describe alternatives you've considered
If a single codebase isn't feasible, maintain separate branches/releases for QGIS 3.x and 4.x simultaneously.
Additional context
The plugin already uses the
qgis.PyQtwrapper, which should simplify the transition.