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. Looking for convenient widget that works like terminal/console/command line
Forum Updated to NodeBB v4.3 + New Features

Looking for convenient widget that works like terminal/console/command line

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.1k 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.
  • P Offline
    P Offline
    Panda9
    wrote on last edited by
    #1

    Hello,
    I would like to have under my hand widget that would work like unix console, to implement simple text command system in my application. Is there any available, official or unofficial?

    1 Reply Last reply
    0
    • T3STYT Offline
      T3STYT Offline
      T3STY
      wrote on last edited by
      #2

      These are the widgets available in Qt 5:
      http://qt-project.org/doc/qt-5/widget-classes.html#the-widget-classes
      There is no ready-made widget that serves as terminal-like purpose. I can only think of using a QLabel as output display and a QLineEdit for the input.

      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