Create PySide Designer Plugin
-
Hello,
Does PySide provide any mechanism for creating Qt-Designer plugins in Python?
I know that PyQt provides mechanism for creating designer plugins in python which can be reused, but I am trying to use as much of Qt stuff as possible for better support.
I couldn't find any references online for creating Qt-Designer plugins in PySide, but I could be wrong.
Could any one tell if there is a way for creating QtDesigner plugins in Pyside or if there are any plans to support such a feature in future.Any help in this direction would be useful.
Thanks! -
Hi,
I may be wrong but I don't think that there's an equivalent currently.
You might want to consider opening a feature request on the bug report system.
-
Hi,
I may be wrong but I don't think that there's an equivalent currently.
You might want to consider opening a feature request on the bug report system.
@SGaist Thanks for your prompt reply.
PyQT does provide the option to create plugins in python which can be integrated with the designer.
Ref: https://wiki.python.org/moin/PyQt/Using_Python_Custom_Widgets_in_Qt_Designer
Or maybe I just didn't express my self correctly :)However, I was hoping to use PySide instead of PyQt for all our requirements.
I was wanting to know if it was actively maintained and had all the features.I will check out the bug report system. and try for a feature request.
Thanks a lot!
-
@SGaist Thanks for your prompt reply.
PyQT does provide the option to create plugins in python which can be integrated with the designer.
Ref: https://wiki.python.org/moin/PyQt/Using_Python_Custom_Widgets_in_Qt_Designer
Or maybe I just didn't express my self correctly :)However, I was hoping to use PySide instead of PyQt for all our requirements.
I was wanting to know if it was actively maintained and had all the features.I will check out the bug report system. and try for a feature request.
Thanks a lot!