]> SALOME platform Git repositories - modules/gui.git/blob - tools/dlgfactory/__GDIALOG__.cxx
Salome HOME
Merge from V6_main 28/02/2013
[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 }