Has anyone managed to use a *.ui generated by qtdesigner, in other words, has anyone managed to implement it and call the components from Python code for iClone8?
I should point out that I am familiar with QTdesigner’s “View Python Code” and pyside2-uic, but these produce ‘generic’ Python code, which is not always applicable to scripts for iclone (please correct me if I am wrong).
Thank you for your reply. Unfortunately, it seems to me that this applies to a ‘generic’ Python, which is not the case with RLpy. I really don’t know how to enrich RLpy libraries or classes, which don’t seem to comply with Object Oriented language standards, such as inheritance, for example. It’s frustrating.