jverzani / PySide.jl

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

Accessing QtCore.Qt properties #6

Closed jverzani closed 10 years ago

jverzani commented 10 years ago

PySide.QtCore.Qt is brought in as a function, not a PyObject. This breaks qt_enum, for example

jverzani commented 10 years ago

Fixed with 3bf53d53b8e8119ab511f3bfd7b0564618c628ac by using pyimport, not @pyimport