PDA

View Full Version : command line input within Main window + readline-like



hml
29th March 2012, 16:36
Hi,

I have a current application using a QMainWindow.
I need to add to that a widget that acts as a command line. A text widget that acts as a shell, with readline-like features:
ability to memorize typed commands and scroll up and down in history, and edit a typed line of command text.

Regards,

Spitfire
30th March 2012, 16:35
QLabel + custom QLineEdit in a QWidget?