Hello,
You can install eventFilter for qApp in for instance your QMainWindow,
and after that do something like
bool MainWindow::eventFilter(QObject * watched, QEvent * event)
{
if(watched == qApp) {
if(event->type() == QEvent::ApplicationActivate)
myAppIsActiva
Macintosh, Qt 5.4
I have a complaint from a customer who is alpha testing our application port to
Qt. He uses the Application Menu Hide Others item to hide our application while
he does other work in other applications. Since our application is scriptable
and can do computations that literally