You should use pyside-uic to generate python class from the UI file and then use that class from your code. For example like here:
https://github.com/PySide/Examples/t...calculatorform
You should use pyside-uic to generate python class from the UI file and then use that class from your code. For example like here:
https://github.com/PySide/Examples/t...calculatorform
Bookmarks