gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Support multiple Qt versions (PyQt4. PyQt5, PySide2, PySide) support via qtpy #10

Closed grlee77 closed 5 years ago

grlee77 commented 6 years ago

This is a companion to gpilab/framework#11 and should only be merged if that one is. Please see that issue for a detailed description.

commit c3357e6 is a separate small bug fix for compatibility with recent Matplotlib

borupdaniel commented 5 years ago

Hi @grlee77 — I pulled your last commit c3557e6 into the main development branch, thanks for the fix!