Results 1 to 1 of 1

Thread: Using Qt webkit to communicate with services and c++ dlls

  1. #1
    Join Date
    Jan 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Using Qt webkit to communicate with services and c++ dlls

    Hi

    I am trying to build an HTML gui for an application of mine using QTwebkit.... The application updates its status constantly and I need to show the status of the application on the HTML page.

    I am trying to find the optimal way of using QTWebKit classes so that they can communicate information, messages and events outside of the GUI environment... The communication process can go both ways, events flowing from the qwebview component to a desired DLL or service and receiving status updates an/or commands form the dll or service, translate those commands and update the GUI/HTML page accordingly.

    I know how to dynamically update the HTML pages using JQuery, javescript and QWebElement to manipulate DOM elements.... However, I am still struggling with the communication process and how to route events from and to the QTWebKit based GUI.

    Any hints and information is much welcomed and appreciated.

    Note: the application dll and/or service is written in C++
    Last edited by redserpent7; 13th January 2010 at 10:45. Reason: Increased font size

Similar Threads

  1. Replies: 2
    Last Post: 13th March 2009, 12:23
  2. soap and web services
    By rmagro in forum Qt Programming
    Replies: 13
    Last Post: 24th November 2008, 12:34
  3. QT for background-services
    By invictus in forum Newbie
    Replies: 3
    Last Post: 23rd March 2007, 10:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.