Hello I have a Qt main application that does the following (with my descriptions in parentheses):
- Displays a QML user interface (the "UI") - Handles user events in a C++ class (the "CodeBehind") - Listens on a TCP socket for external input (the "Listener") Here's my question: - What is the best way for the Listener to cause some update in the UI to occur when the Listener receives some external command via TCP Note: - I already have the Listener functioning and receiving commands - I already have the CodeBehind acting upon input from the UI - What I need is to have a way to affect the UI from the Listener Kind regards Peter __________________________________________________________________ This email and any files transmitted with it are confidential & proprietary to Systems and Software Enterprises, Inc. (dba IMS). This information is intended solely for the use of the individual or entity to which it is addressed. Access or transmittal of the information contained in this e-mail, in full or in part, to any other organization or persons is not authorized. __________________________________________________________________
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
