QTabWidget
Solved
General and Desktop
-
Welcome!
I need to implement 3 function graphs (on 3 separate tabs with one graph) using the QTabWidget class (I create it via a form by just pulling this class on the field)
How do I personally work with a specific tab? On the first tab, I need to implement through one method, on the second tab, through another. But how can I write anything at all on any particular tab (that is, through the code)
-
Hi
The tabs are available directly via the UI structui->tab_2->XXXX
-
Hi and welcome to devnet,
You don't work with the tab itself but with the widget you put in. QTabWidget is "just a container".