Results 1 to 4 of 4

Thread: Associating QWidget with QProcess

  1. #1
    Join Date
    May 2011
    Posts
    22
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Associating QWidget with QProcess

    My application requires that i need to embed one QT application into another application, and this has to be done irrespectve of platform, i cannot use the QEmbeddeContainer as it does not work in Windows.
    Basically it has to be like a parent-child config, what i plan to do is to associate a QWidget with a QProcess so that i can start the new process within the Widget.Is there any way of doing it?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Associating QWidget with QProcess

    No, it doesn't work this way.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2011
    Posts
    22
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: Associating QWidget with QProcess

    Is there any other way then?

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Associating QWidget with QProcess

    The widget has to be in scope of the application that is to use it. On Windows you can use ActiveX, on X11 you can use XEmbed but there is no cross-platform solution.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Associating widgets to mouseevents properly
    By ladiesfinger in forum Qt Programming
    Replies: 1
    Last Post: 9th February 2011, 18:40
  2. Replies: 3
    Last Post: 28th November 2010, 15:06
  3. Replies: 5
    Last Post: 5th August 2009, 18:32
  4. Associating icon with a file type
    By munna in forum Qt Programming
    Replies: 3
    Last Post: 6th June 2006, 17:57
  5. Associating file extensions
    By fullmetalcoder in forum General Programming
    Replies: 9
    Last Post: 10th May 2006, 14:12

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.