Container for the TabWidget action toolbar. More...
#include <TabWidget.h>
Inherits QFrame.
Public Member Functions | |
| TabWidgetActionToolBarContainer (QWidget *parent=nullptr) | |
| QToolButton * | overflowButton () const |
| Returns the overflow button. | |
| QSpacerItem * | overflowSpacer () const |
| Returns the overflow spacer. | |
| TabWidgetActionToolBar * | actionToolBar () const |
| Returns the action toolbar. | |
| void | setActionToolBar (TabWidgetActionToolBar *actionToolBar) |
| Adds or replaces the action toolbar of the widget. Implicitly sets actionToolBarEnabled. | |
| void | setActionToolBarVisible (bool visible) |
| bool | isActionToolBarVisible () const |
| Returns true if the action toolbar is visible. | |
Container for the TabWidget action toolbar.
| void AzQtComponents::TabWidgetActionToolBarContainer::setActionToolBarVisible | ( | bool | visible | ) |
Sets the visibility of the action toolbar. If no action toolbar is set, creates and displays a default toolbar.