jverzani / PySide.jl

julia interface for accessing Qt via PyCall and PySide
MIT License
18 stars 6 forks source link

update for `@pydef` #14

Open jverzani opened 8 years ago

jverzani commented 8 years ago

If this package has any value to anyone, it should utilize the new @pydef macro in PyCall.jl to create subclasses.

moesasji commented 8 years ago

Why so negative? As far as I can tell there is no clear alternative to PyQTGraph for realtime plotting from Julia, so a working interface that allows to use QT based code from Julia is definitely useful to me and I don't see an easy to use alternative to your code.