Better_Software_Header_MobileBetter_Software_Header_Web

Find what you need - explore our website and developer resources

UiWatchDog: a keepalive monitor for the GUI thread

Part of the KDToolBox series

#include "uiwatchdog.h"

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);

    UiWatchdog dog;
    dog.start();

    ~~~
}

About KDAB


GiuseppeD'Angelo

Giuseppe D’Angelo

Senior Software Engineer

Learn Modern C++

Learn more