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. BUMP assing QProcess (terminal) to mdiArea

BUMP assing QProcess (terminal) to mdiArea

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 393 Views 3 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Could somebody PLEASE help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow" . Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
    Thanks.

    ps
    this is NOT how to add subwindow widget, I have that working

    Pl45m4P 1 Reply Last reply
    0
    • A Anonymous_Banned275

      Could somebody PLEASE help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow" . Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".
      Thanks.

      ps
      this is NOT how to add subwindow widget, I have that working

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by Pl45m4
      #2

      @AnneRanch said in BUMP assing QProcess (terminal) to mdiArea:

      help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow"

      This does not work. You can't add a QProcess to a mdiArea (widget-wise), because QProcess is never a QWidget.

      Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".

      QProcess ≠ "terminal".
      Your terminal widget/window must be some QWindow / QWidget and:

      this is NOT how to add subwindow widget, I have that working

      It seems you know how to do it.

      So what's your question?


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      Axel SpoerlA 1 Reply Last reply
      3
      • Pl45m4P Pl45m4

        @AnneRanch said in BUMP assing QProcess (terminal) to mdiArea:

        help me figure out how to add QProcess - in this case my external program is Linux terminal - to mdiArea as "subwindow"

        This does not work. You can't add a QProcess to a mdiArea (widget-wise), because QProcess is never a QWidget.

        Right now the "terminal " window is "floating" as top window and I need it "inside mdiArea subwndow".

        QProcess ≠ "terminal".
        Your terminal widget/window must be some QWindow / QWidget and:

        this is NOT how to add subwindow widget, I have that working

        It seems you know how to do it.

        So what's your question?

        Axel SpoerlA Offline
        Axel SpoerlA Offline
        Axel Spoerl
        Moderators
        wrote on last edited by
        #3

        @AnneRanch
        Help me out: What is "assing" ?

        Software Engineer
        The Qt Company, Oslo

        Pl45m4P 1 Reply Last reply
        0
        • Axel SpoerlA Axel Spoerl

          @AnneRanch
          Help me out: What is "assing" ?

          Pl45m4P Offline
          Pl45m4P Offline
          Pl45m4
          wrote on last edited by Pl45m4
          #4

          @Axel-Spoerl

          Two thoughts:

          Either "Bum(P)-> (P)assing" or it's just a failed "assigning" :D


          If debugging is the process of removing software bugs, then programming must be the process of putting them in.

          ~E. W. Dijkstra

          Axel SpoerlA 1 Reply Last reply
          0
          • Pl45m4P Pl45m4

            @Axel-Spoerl

            Two thoughts:

            Either "Bum(P)-> (P)assing" or it's just a failed "assigning" :D

            Axel SpoerlA Offline
            Axel SpoerlA Offline
            Axel Spoerl
            Moderators
            wrote on last edited by
            #5

            @Pl45m4
            Or "BUMP adding" ?
            @AnneRanch usually doesn't provide hints to her typo puzzles.

            Software Engineer
            The Qt Company, Oslo

            1 Reply Last reply
            0

            • Login

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