#ifdef Q_WS_WIN// WindowsNT4 0x0400// Windows2000 0x0500// WindowsXP 0x0501// Windows2003 0x0502// WindowsVista 0x0600# define _WIN32_WINNT 0x0501# include <windows.h>#endifint main(int argc, char* argv[]){#ifdef Q_WS_WIN AllowSetForegroundWindow(ASFW_ANY);#endif//...