makson96 / Dynamics

Dynamics PyMOL Plugin
GNU General Public License v3.0
39 stars 17 forks source link

Port to PyQt5 #93

Open makson96 opened 6 years ago

makson96 commented 6 years ago

This is big project. Because PyMOL has moved to Qt5, we should also move to PyQt5.

makson96 commented 6 years ago

Lets create "GUI_Abstract" class that will detect if PyMOL is using Tk or Qt and use proper interface library and abstract it.

JarrettSJohnson commented 1 month ago

Hi @makson96 , have you begun working on this already? I'm assisting with some PyQt migrations for popular PyMOL plugins.