Wanderson-Magalhaes / Simple_PySide_Base

MIT License
752 stars 183 forks source link

Updating QT Designer files does not affect actual App #6

Closed techboycr closed 4 years ago

techboycr commented 4 years ago

Hello!

Thank you so much for this project great starter for a project.

I am just wondering if you use another tool to convert the QT Designer file to python and do we update the design.

Thank you so much for your time.

Wanderson-Magalhaes commented 4 years ago

Hi Abraham, To convert to Python I use the Qt Designer (PySide2 version). When installing PySide2 it is also install Qt Designer with the option to export in Python. image

To convert the resource files I use the command line "pyside-rcc -o resource_rc.py resource.qrc"