News

Calculatrice PySide6 Hybride Application de calculatrice développée avec PySide6 utilisant la méthode hybride : interface définie dans un fichier .ui (Qt Designer) et logique métier en Python.
The user interface that we create through Qt designer is stored in a .ui file that is an XML file. To use the XML file created by Qt Designer, we need to convert it into Python code.