I have a tabWidget and I dont know which layout can I use inside it. I'd want this layout resizes itself it the tab size changes.
Any idea ?
Solved ....
You have to apply a layout on QTab (not on a page ).
Thanks
Printable View
I have a tabWidget and I dont know which layout can I use inside it. I'd want this layout resizes itself it the tab size changes.
Any idea ?
Solved ....
You have to apply a layout on QTab (not on a page ).
Thanks