16 auto dialogTabs =
new QTabWidget;
23 dialogTabs->addTab(utilitiesTab, tr(
"Utilities"));
26 auto* mainLayout =
new QVBoxLayout;
27 mainLayout->setContentsMargins(0, 0, 0, 0);
28 mainLayout->setSpacing(0);
29 mainLayout->addWidget(dialogTabs);
30 setLayout(mainLayout);
“Utilities” tab for G4Display.
“View” tab for G4Display.
G4Display(const std::shared_ptr< GOptions > &gopt, QWidget *parent=nullptr)
Construct the main display widget.
std::shared_ptr< GLogger > log
void debug(debug_type type, Args &&... args) const
Declaration of the G4Display main widget.
Option structures and helpers for g4display configuration.
constexpr const char * G4DISPLAY_LOGGER
Declaration of the G4DisplayUtilities widget.
Declaration of the G4DisplayView tab widget.