Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Linking POSIX mqueue and QT interfaces
Forum Updated to NodeBB v4.3 + New Features

Linking POSIX mqueue and QT interfaces

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Danilo87
    wrote on 5 Feb 2013, 16:57 last edited by
    #1

    Hi everyone, i've got a issue to solve.
    I'm working in a LINUX/C++ project and i want to create a graphic interface for the final version of it. In this job i've generated several processes communicating through POSIX mqueue.
    Now i have to link the 'Master Process' created, with a User Interface, but i don't know how to implement the communication. My idea is to send messages to the Qt queue interfaces in order to activate pre-implemented functions when a certain message is received, but i don't know how to do it. Has the Qt interface an own Message Queue? And how can i manage external incoming messages in order to change the interface??

    I've tried to by-pass the problem using asyncronous UNIX signals but i need temporal sequence to manage all the messages properly.

    Thanks guys for helping me.
    Dan

    1 Reply Last reply
    0

    1/1

    5 Feb 2013, 16:57

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved