MadPonyInteractive / MadQt

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

How to export the plugins like MadQt's hover button to Python/VS Code? #12

Closed benagastov closed 8 months ago

benagastov commented 8 months ago

I dont know why but it seems like newer version of MadQt Plugin cannot export custom XML into either .ui or python code. I checked the .ui file using notepad and there is no xml properties which related to hovering. Same with my custom stylesheet for my custom widget, it didnt exported. Can I somehow export custom XML or python code to .ui or final python code? And btw, I cannot see the python code in pyside6-designer because it always gives me error cannot find ui file in bin folder or permission denied, so I have to open it in qt-designer instead.