#include struct QHideEvent : QEvent { QHideEvent(bool); bool spontaneous() const; } Qt::HideEvent;