niftools / pyffi

PyFFI is a Python library for processing block structured files.
http://www.niftools.org/pyffi
Other
47 stars 26 forks source link

Upgrade from PyQt4 to PyQt6 in Qskope #82

Open ricardonunosr opened 9 months ago

ricardonunosr commented 9 months ago

@niftools/pyffi-reviewer

Overview

I wanted to use Qskope to see a KF file which doesn't get imported in NifSkope (This is not a normal .kf file; there should be only NiControllerSequences as root blocks). So I decided to use this Qskope app to try to edit my file. But this used PyQt4 which is a bit cumbersome to install. So I decided to upgrade it to latest, which is easier to install (pip3 install PyQt6)

Fixes Known Issues

Documentation

Just changed from 4 to 6.

Testing

No Tests

Manual

Manually used the app

Automated

Additional Information