What’s the suggested approach to store a string that should be accessible from multiple QActions?
16th February 2023
Hi Michiel, what I typically do is creating a static field in that QAction. The value of that field is shared across all elements on that DMA. Best is to …