Fit Page under QTabWidget
-
wrote on 11 Apr 2011, 12:30 last edited by
!http://www.easyfoto.ru/20110411123112209.jpg(screenshot)!
http://www.easyfoto.ru/20110411123112209.jpgI have a 2 QDockWidget and qss styles for them, when I joined them in QTableWidget at smaller of them are not correctly displayed drawing, how can I do that would be the height of QTabWidget adjust to the height of the widget
Sorry for bad english, and advance many thanks for your help!Edit: Made picture link into an inline picture; Andre
-
wrote on 11 Apr 2011, 12:39 last edited by
Did you set a minimum size for the tab widget, either directly or through having other widgets with a minimum size inside the tab widget in a layout for one of the pages of the tab widget?
-
wrote on 11 Apr 2011, 12:56 last edited by
TabWidget create in the program and i dont know it's name
-
wrote on 11 Apr 2011, 15:48 last edited by
Does not tell me: How i can learn the name of this QTabWidget?
I add QDock Widget by follow method:
@
this->tabifyDockWidget(searchInTable , addNewItem);
@
I try used tabWidget(it is first QTAbWidget in this class), but compiler give me a errorEdit: please use @ tags around code sections; Andre
-
wrote on 11 Apr 2011, 16:02 last edited by
[quote author="Ruzik" date="1302536924"]I try used tabWidget(it is first QTAbWidget in this class), but compiler give me a error[/quote]
What error would that be? -
wrote on 11 Apr 2011, 16:53 last edited by
Error 1 error C2065: tabWidget: undeclared identifier c: \ Documents and Settings \ rustam \ My Documents \ Visual Studio 2008 \ Projects \ RizekActionManager \ RizekActionManager \ rizekactionmanager.cpp 69 (MSVC 2008)
-
wrote on 12 Apr 2011, 12:07 last edited by
Tried to set the maximum value for QDockWidget - not working
-
wrote on 13 Apr 2011, 12:25 last edited by
Please help, I'm confused
1/8