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. We will soon ...
Last time, I assembled a Python ... a little GUI window to sit next to the scope’s web interface. Had I stuck with C++ or even C, I would probably have just defaulted to Qt or maybe FLTK.