what about creating a pyside6 ide like qt creator/designer
-
when i tried to develop desktop app by pyside6 with qt creator i faced some problems.
so iam thinking about building a qt designer like tool in python for pyside6 dvelopers.,i want to know about legal and tachnical and marketing side of it. i red that some qt componetes are gpl and some are comercial licenced.so is it legally possible. and if i made one then will i get customers for it. is it against qt company -
Hi,
WARNING: I am NOT a lawyer.
AFAIK, nothing forbids you to create such an application. That said, designer already exists and is language agnostic since it produces only an XML file that is consumed by uic. uic that is able to generate Python code. Also, if memory serves well, there's a new project file for Python projects that helps automate code generation so you might be missing on that for your projects.