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. How to insert a terminal in Qt window ?
Qt 6.11 is out! See what's new in the release blog

How to insert a terminal in Qt window ?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 5 Posters 2.3k Views 1 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.
  • sonichyS Offline
    sonichyS Offline
    sonichy
    wrote on last edited by
    #1

    How to insert a linux terminal window in Qt window ?
    Something like IDE, when I press run, run some command in terminal, I can see terminal message.
    The QProcess is run background, I can not see the output in process.

    https://github.com/sonichy

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kien Bui
      wrote on last edited by
      #2

      I got a problem the same you, I want to open a console window to continue text command
      How to open console window via QProcess?

      1 Reply Last reply
      0
      • JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        For a terminal/console window, what about just running xterm ?

        1 Reply Last reply
        0
        • mrdebugM Offline
          mrdebugM Offline
          mrdebug
          wrote on last edited by
          #4

          I'm not sure it that can help you.
          Please have a look at krdc. It is an application that embed rdesktop to manage Windows remote connections.
          So krdc embeds rdesktop and can send to it data like keyboard events.

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          1 Reply Last reply
          0
          • VRoninV Offline
            VRoninV Offline
            VRonin
            wrote on last edited by
            #5

            See QProcess::readyReadStandardOutput, QProcess::readyReadStandardError and QProcess::write

            "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
            ~Napoleon Bonaparte

            On a crusade to banish setIndexWidget() from the holy land of Qt

            1 Reply Last reply
            3

            • Login

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