17 #include <QGridLayout>
44 std::cout <<
"*** this=" <<
this <<
" entering " << __func__ << std::endl;
47 layout =
new QGridLayout(
this);
48 layout->setObjectName(QString::fromUtf8(
"WidgetLayout"));
51 std::cout <<
"*** this=" <<
this <<
" leaving " << __func__ << std::endl;
58 std::cout <<
"*** this=" <<
this <<
" entering " << __func__ << std::endl;
64 std::cout <<
"*** this=" <<
this <<
" leaving " << __func__ << std::endl;
80 "is not implemented. See attach(ViewerOSG) instead",
81 "BaseAdapterVisuQt::attach(Viewer)");
88 "The given viewer is null",
89 "BaseAdapterVisuQt::attach(ViewerOSG)");