Fit Page under QTabWidget
-
!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
-
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