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. Qprocess

Qprocess

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 345 Views
  • 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    Hi friends,

    I am open application with Qprocess i want embed Qprocess window in Qmainwindow can anybody give example.

    JonBJ 1 Reply Last reply
    0
    • S satyanarayana143

      Hi friends,

      I am open application with Qprocess i want embed Qprocess window in Qmainwindow can anybody give example.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @satyanarayana143
      Not without knowing what "i want embed Qprocess window in Qmainwindow" means to you.

      QProcess runs a process. You can access stdin/out/err of child from parent. If child is its own GUI process (e.g. Windows Notepad), it will have its own window, you can't make that window be inside or part of or share your Qt parent's main window. You'd need some kind of "embedding" for that, which only certain clients might support.

      1 Reply Last reply
      2

      • Login

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