Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

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

    General and Desktop
    2
    2
    975
    Loading More Posts
    • 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
      Panda9 last edited by

      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 Reply Quote 0
      • T3STY
        T3STY last edited by

        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 Reply Quote 0
        • First post
          Last post