19#include <QtWidgets/QWidget>
45 explicit G4Display(
const std::shared_ptr<GOptions>& gopt, QWidget* parent =
nullptr);
Main GUI container for Geant4 visualization controls.
G4Display(const std::shared_ptr< GOptions > &gopt, QWidget *parent=nullptr)
Construct the main display widget.
G4Display & operator=(const G4Display &)=delete
Assignment is disabled for the same reason as copy construction.
G4Display(const G4Display &)=delete
Copy is disabled (Qt widgets are not safely copyable and ownership should remain explicit).