Salome HOME
Updates from V7_dev branch
[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 }