Looking for convenient widget that works like terminal/console/command line
General and Desktop
2
Posts
2
Posters
1.1k
Views
1
Watching
-
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.