News

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.
Last time, I assembled a Python object representing a Rigol oscilloscope. Manipulating the object communicates with the scope over the network. But my original goal was to build a little GUI window… ...