How to configure Qt Designer to load PyQt widget in OSX? -
previously work using pyqt extensively in windows: shipped pyqt include pyqt designer that'll load pyqt designer plugin developed using python. allow me drag , drop pyqt widgets in pyqt designer.
i haven't compile pyqt source, this question, seems source still not including pyqt designer. currently, using qt , pyqt installed using brew.
so, how configure qt designer (the c++ one) allow load pyqt widgets?
the question linked explains well. there no such thing "pyqt designer". there qt designer, should installed along qt itself.
pyqt provides plugin enables custom widgets written in python qt designer. plugin installed default when pyqt installed, unless explicitly configured not using --no-designer-plugin
option.
if start qt designer , open help -> plugins, should see kind of python or pyqt plugin listed there - on mac osx, think plugin should installed in /developer/applications/qt/plugins/designer/
).
osx qt pyqt
No comments:
Post a Comment