rdeditor
rdeditor copied to clipboard
Modernize a few things
Hi @EBjerrum, @JanoschMenke,
First, thank you so much for this tool!
Because when I tried to install and run it many old dependencies could not be found, I made a very humble attempt to modernize a few things:
- [x] Switching from
setup.py
topyproject.toml
(allows installation usingpdm
,poetry
, and consorts). - [ ] Switching from
PySide2
toPySide6
.- [ ] I had to disable some buttons/shortcuts I was not able to fully port to
PySide6
. All the parts are commented by## TODO (AR): I could not getting this to work with PySide6
- [ ] I had to disable some buttons/shortcuts I was not able to fully port to
I believe these are easily fixable, but error messages were not very informative, except PySide6
seems more stringent regarding the classes.
I hope this helps some ways.