I’m making an application where I’m converting a .xml to a .ui file (qtdesigner), and rendering that using pyqt.
However, there is some data in the .xml that I do not want to render (e.g. as metadata); and I need these data/variables/properties, to help parse the correct data using python on the pyqt side. How do I do this?