MadPonyInteractive / MadQt

Tutorials and Tools for PyQt and PySide
MIT License
24 stars 3 forks source link

Project manager starts pyqt5 designer insteed of pyside6-designer #11

Closed garawaa closed 1 year ago

garawaa commented 1 year ago

It should have executable choosing settings insteed of folder choosing for qt ui designer path settings. For example I want to set it like D:\Python39\Scripts\pyside6-designer.exe

MadPonyInteractive commented 1 year ago

You are absolutely right. At the moment I'm refactoring Project Manager, this fix will be in the next version.

Thank you

garawaa commented 1 year ago

Ok. thank you. By the way can I build qt designer plugin project to dll library?

MadPonyInteractive commented 1 year ago

Do you mean adding a QtDesigner plugin to the MadQt package?

garawaa commented 1 year ago

No. I want to build a dll file from python plugin project like standart cpp plugin. Then it will be easy to install the plugin.

MadPonyInteractive commented 1 year ago

I have no idea if you can or how would you have to do it.