33#include <NDEVR/ContainerWidget.h>
37 class QCustomDockWidget;
38 class TranslatedString;
53 int addTab(QWidget* widget,
const QString&);
55 int addTab(QWidget* widget,
const QIcon& icon,
const QString& label);
58 int insertTab(
int index, QWidget* widget,
const QString&);
60 int insertTab(
int index, QWidget* widget,
const QIcon& icon,
const QString& label);
75 void setTabPosition(QTabWidget::TabPosition position,
bool horizontal =
false);
100 bool m_hide_background =
false;
A hash-based key-value store, useful for quick associative lookups. Key features include:
Definition Dictionary.h:61
The core container for objects using the NDEVR API Widget Docking system. Contains information used t...
Definition SectionContent.h:51
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
RibbonArea
Requests a ribbon or tab area to be in a certain location and orientation relative to another widget.
Definition RibbonArea.h:71
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96