Results 1 to 6 of 6

Thread: is there any way to call / start Qtwidget from win32 application ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    83

    Default Re: is there any way to call / start Qtwidget from win32 application ?

    you mean inner process communication between the process ?

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: is there any way to call / start Qtwidget from win32 application ?

    Yes, just open the second app as separate process and write/read to/from it - how to do that is up to you. If you need only to start the Qt-webkit window and get a single string when it's finished, I'd probably use simple stdin/out communication (I mean output this string with std::cout or printf, and catch it in your main app). You can use win32 window messages with Qt widgets as well, so use them if you prefer communicating this way. Or use sockets. Or files...
    If porting the app to Qt is not an option, I'd prefer to do this like that, because I agree with high_flyer's previous post.

Similar Threads

  1. Replies: 5
    Last Post: 10th March 2011, 18:16
  2. Replies: 0
    Last Post: 10th April 2009, 15:28
  3. Reparenting widget to Win32 application
    By RThaden in forum Qt Programming
    Replies: 0
    Last Post: 23rd February 2009, 18:21
  4. Porting application from Linux to Win32
    By giusepped in forum Qt Programming
    Replies: 11
    Last Post: 2nd November 2008, 14:23
  5. How to start a phone call
    By Raccoon29 in forum Qt Programming
    Replies: 13
    Last Post: 17th September 2007, 10:53

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
  •  
Qt is a trademark of The Qt Company.