Bug #3411
WTabWidget expose setOverflow of implementing WContainerWidget?
Start date:
07/01/2014
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I have a WTabWidget which should hide its tabs if the width gets to small for all tabs. Currently I have implemented the following workaround by subclassing WTabWidget as follows:
class ToolBarTab : public WTabWidget { public: ToolBarTab() : WTabWidget() { dynamic_cast<WContainerWidget*>(implementation())->setOverflow(WContainerWidget::OverflowHidden, Vertical); } };
Regards,
Stefan
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Korneel Dumon
- Target version set to 3.3.4
Add WTabWidget::setOverflow()