I have UI
file prepared using qtcreator
.
I like to read values from QWidgets
to python script.
This link shows how to link ui file to python script.
But I can't find the information for reading values from QWidgets
to python script.
Say I like to read user's selected value in QSpinBox
.
I used PyQT5 for Ui design.