QTableWidget inside QTabWidget not resizing when window is maximized.
-
Hi, I seem to be having a issue when I insert a Table View Widget inside my Tab Widget. When you maximize the window the Table View stays the same size as it was created with. I've checked every setting, I just seem to be missing something. Also, I'm doing this from within QtCreator.
Any Ideas?
Thanks
-
You have to add layout to tab widget page you added tablewidget to.