NavigationView Class
(Core::NavigationView)The NavigationView class is a C struct for wrapping a widget and a list of tool buttons. Wrapping the widget that is shown in the content area of the navigation widget and a list of tool buttons that is shown in the header above it. More...
Header: | #include <NavigationView> |
Public Functions
NavigationView(QWidget *w = nullptr) |
Public Variables
int | dockToolBarWidgets |
QWidget * | widget |
Detailed Description
The NavigationView class is a C struct for wrapping a widget and a list of tool buttons. Wrapping the widget that is shown in the content area of the navigation widget and a list of tool buttons that is shown in the header above it.
Member Function Documentation
NavigationView::NavigationView(QWidget *w = nullptr)
Default constructs an instance of NavigationView.