Is it possible to embed QT Designer within PySide6 app ?
Unsolved
Qt for Python
-
Hi all,
I want to create an PySide6 app where QT Designer is embedded as a functionality.
So from my app, I can modify dynamically any .UI file used in my app and using QUiLoader, I can show the updated .UI file
Has anyone already done such a thing ?
Any advice would be appreciated.
Thanks in advance for your help
Cheers -
Hi and welcome to devnet,
You might want to take inspiration from how Qt Creator does it.
Note that you will likely have to build Python bindings for that yourself.
-