@Matthias for context, I will not know ahead of time how many tabs I will need. So I want the code to be dynamic such that it can be 2 tabs or 15 if the user chooses.
I have tried using setattr and getattr to attach numbers to the tabs, but for s…
@Matthias , I tried to give the full code, but it would not let me given there were too many characters. I will try again...
'
# $description: Testing
# $show-in-menu
from datetime import datetimeimport pyaclass MyApp(pya.QDialog): def _…
@Matthias Thank you so much for your answer. I am still new to the API, so this is a huge help.
@RawrRanger, this idea may not be helpful in my case given that I am generating the exact locations dynamically and not by user input. However, the idea…
@Matthias
Awesome. This is exactly what I ended up doing. Thank you very much..
As an aside but from a similar vein, let's say I have a numpy array that can be considered to be a set of coordinate pairs, is there a way to create a region for this …