c++ Programming Glossary: postevent
Qt QCoreApplication::postEvent http://stackoverflow.com/questions/8729508/qt-qcoreapplicationpostevent QCoreApplication postEvent I'm injecting Keyboard and Mouse events which are comming over.. network into my Qt Application and use QCoreApplication postEvent for this. The mouse coordinates are absolute screen pixel coordinates... mouse_button mouse_buttons Qt NoModifier QCoreApplication postEvent g_qtdraw.main.widget event Initially I had just one widget referenced..
How do I create a Window in different QT threads? http://stackoverflow.com/questions/9777911/how-do-i-create-a-window-in-different-qt-threads which will be posted from main thread QCoreApplication postEvent &gl new QEvent QEvent User .. be happy share improve this..
|