It looks like you're new here. If you want to get involved, click one of these buttons!
I can't seem to find an example of how to pass parameters/arguments to one of my macros in GUI. For example, I would like the user to enter a regular expression that can be used to filter the cells which would be processed by my macro.
Thanks
Comments
Sorry, i think i found the class that does this: RBA::InputDialog.
link, in case others are searching for similar info:
https://www.klayout.de/doc-qt4/code/class_InputDialog.html
You have several examples there :
https://www.klayout.de/forum/discussion/comment/1528
Laurent