貌似是ignore了
但是我调用出错
void QTtest::showEvent(QShowEvent * e)
{
e->ignore();
}
error C2027: use of undefined type 'QShowEvent'
1> c:\qt\2009.02\qt\include\qtgui\../../src/gui/kernel/qwidget.h(91) : see declaration of 'QShowEvent'
1>.\qttest.cpp(11) : error C2227: left of '->ignore' must point to class/struct/union/generic type