How can I ignore all mouse and keyboard events and later dont ignore in QT. It is, click a button, ignore all events in childs, click again not ignore. is it clear? I have next lines, but maybe I use in wrong way:
setAttribute(Qt::WA_TransparentForMouseEvents);
setFocusPolicy( Qt::NoFocus );
thanks,