I am working on an application which currently has a plugin to a particular software suite and then a separate application which communicates with the plugin开发者_JAVA技巧 using boost ipc.
I created a widget that serves as some kind of popup window und hence should have a drop shadow all around to optically raise it from the background. I initialize the drop shadow effect in the constru
I\'m trying to create my own model based on QAbstractItemModel. It seems to work fine. It passes modeltest assertions.
I am working on a program which communicates with a windows native program, so it n开发者_JS百科eeds the actucal native virtual key code. How to convert from a Windows native virtual key code to Qt::K
I am trying to send POST data to a php page using QT.My code is as follows: #include <QHttp> #include <QUrl>
Learning QT (with C++), I have been defining my own classes, which are not QObjects derivates. Even if QT tutorial teach you to extend their widgets in order to make your own I don’t because I was th
I was wondering abou开发者_Go百科t how to use mutex for multithreaded application. Do my getters need to lock too? I found this post. The answer is yes, I need to guard getters functions
I have created a Qt application with Mingw.The application runs properly on the development computer after copying the required DLL\'s to the directory.However, when deploying on external computers, t
I\'m trying to create a simple game that uses a timer but I can\'t seem to get it working. It throws this error: \"no matching function for call to \'QObject::connect(QTimer*&, const char*, Time*&
I\'m about to implement something similar to : http://doc.qt.nokia.com/latest/itemviews-simpletreemodel.html