thp / pyotherside

Python Bindings for Qt 5 and Qt 6. Allows you to access a CPython 3 interpreter directly from your Qt QML user interface code.
https://thp.io/2011/pyotherside/
Other
364 stars 49 forks source link

Add qmltypes generated via qmlplugindump (Fixes #57) #58

Closed thp closed 8 years ago

thp commented 8 years ago

See #57; the file was generated on Linux and needs to be manually updated every time we change the API.

thp commented 8 years ago

@IronManMark20 Can you see if this fixes #57 for you?

ethanhs commented 8 years ago

Yep works fine for me. Thanks so much!