Try using QWidget::hide()
instead of close()
.
Mark Beckwith
2010-02-19 02:45:40
http://doc.trolltech.com/4.6/qwidget.html#close
It tells you exactly what it does. What type is pGrpCfg
?
That will tell you what the reimplemented version of the function is doing.