Hi everyone,
I’m working on improving my ABAQUS plugin, which includes a GUI with multiple tabs. The plugin runs successfully in ABAQUS 2022.
In one of the tabs, I have a ComboBox where users select a geometry type name. Is it possible to dynamically change the icon file displayed in the same tab based on the selected item in the ComboBox?
For example:
- When a user selects a specific mesh type, the relevant icon should be updated accordingly.
If anyone has experience implementing this in an ABAQUS plugin, I’d really appreciate any guidance on how to achieve it!
I really appreciate any help you can provide.