]> SALOME platform Git repositories - modules/gui.git/blob - tools/dlgfactory/__GDIALOG__.cxx
Salome HOME
Fix pb with persistence mechanism for "light" modules: when saving from CORBA API...
[modules/gui.git] / tools / dlgfactory / __GDIALOG__.cxx
1 #include "__CLASSNAME__.h"
2
3 __CLASSNAME__::__CLASSNAME__(QDialog* parent) : GenericDialog(parent)
4 {
5   ui.setupUi(this->getPanel());
6 }