Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

PySide GUI

This demos show how to build a ui using Qt Designer and PySide6.

The ui file is loaded in and each of the attributes are placed into the class attributes.

@Signal and @Slot decorators are used to define signals and slots in the classes and connected to the corresponding slots.

References