Mine is a bit different on the the functions but here is some code blocks you can find to get it working MainWindow.cpp void MainWindow::setupGui() { updateWindowTitle(); setCentralWidget(qtvUsers); setAcceptDrops(true); QTimer *gpioPollingTimer = new QTimer(this); connect(gpioPollingTimer, SIGNAL(t...