16 auto dialogTabs =
new QTabWidget;
25 auto* mainLayout =
new QVBoxLayout;
26 mainLayout->addWidget(dialogTabs);
27 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.