13 auto dialogTabs =
new QTabWidget;
17 dialogTabs->addTab(
new G4DisplayView(gopt, log,
this), tr(
"View"));
23 auto* mainLayout =
new QVBoxLayout;
24 mainLayout->addWidget(dialogTabs);
25 setLayout(mainLayout);
27 log->debug(NORMAL, SFUNCTION_NAME,
"View and Utilities tabs added.");
A utility widget for Geant4 display functionalities.
A QWidget tab providing controls for Geant4 camera, lighting, slicing, and view styles.
G4Display(const std::shared_ptr< GOptions > &gopt, QWidget *parent=nullptr)
Constructs the G4Display widget.
constexpr const char * G4DISPLAY_LOGGER
Declaration of the G4DisplayUtilities widget.