]> SALOME platform Git repositories - modules/gui.git/blob - tools/dlgfactory/__GDIALOG__.cxx
Salome HOME
705c7213fa8bd74554a56017c2578a71c55bb3fd
[modules/gui.git] / tools / dlgfactory / __GDIALOG__.cxx
1 #include "__CLASSNAME__.hxx"
2
3 __CLASSNAME__::__CLASSNAME__(QDialog *parent) : GenericDialog(parent)
4 {
5   ui.setupUi(this->getPanel());
6 }