qcoreapplication Questions

3

Solved

I'm injecting Keyboard and Mouse events which are comming over the network into my Qt Application and use QCoreApplication::postEvent for this. The mouse coordinates are absolute screen pixel coord...
Celluloid asked 4/1, 2012 at 15:38

4

Solved

I currently have a terribly annoying problem while developing programs using Qt and Qt Creator. Whenever I try using qDebug() with a QCoreApplication or QApplication instantiated before using qDebu...
Untangle asked 1/6, 2015 at 21:25

2

Solved

I have a static class and want it to have static QSettings. But with my initialization I get a warning: QSettings* MySQLConnection::settings = new QSettings(QApplication::applicationDirPath() + "/...
Dizzy asked 19/8, 2016 at 13:55

1

Solved

I've created a Qt-based network library for use with applications that are not running a Qt event loop, and which are not necessarily otherwise Qt applications. This was made possible by creating a...
Danelaw asked 15/1, 2015 at 12:39
1

© 2022 - 2024 — McMap. All rights reserved.