tags:

views:

233

answers:

2
+1  A: 

Try using QWidget::hide() instead of close().

Mark Beckwith
it would defeat the purpose of what im doing and it wouldnt answer my question
yan bellavance
A: 

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.

Adam W
Why the downvote? The documentation says what the function does, and you are not providing enough information to help answer more about it.
Adam W
well it doesnt say everything because I read that, and I even read the source code and there is something else happening that is not being told because the signal I connect in the function setupGrpConfig gets voided just because of the order it gets called from..
yan bellavance
What type is `pGrpCfg`?
Adam W