Hi, I have this problem:
How to resize child tab widget which width must be 100% of MainWindow width...I tried: setGeometry(QRect(0,0,rect().width(),150)); But it just set up this width, when I resize window MainWindow, inherited by QMainWindow, then width is constant...do you have any solutions...I was looking on the google and nothing...
Bookmarks