11 auto dialogTabs =
new QTabWidget;
14 dialogTabs->addTab(
new G4Commands(
this),
"Geant4 Commands");
17 auto* mainLayout =
new QVBoxLayout;
18 mainLayout->addWidget(dialogTabs);
19 setLayout(mainLayout);
Qt widget that exposes a searchable Geant4 UI command tree with contextual help.
G4Dialog(const std::shared_ptr< GOptions > &gopt, QWidget *parent=nullptr)
Construct the main dialog widget.
std::shared_ptr< GLogger > log
void debug(debug_type type, Args &&... args) const
constexpr const char * G4DIALOG_LOGGER
Logger name used by the G4Dialog module.