just need some advice, what widget should I use to develop a application that acts like KDE konsole? I don't want to create a konsole, but just run functions (from my own app) from something that looks like a command line.
Any ideas?
Renan
just need some advice, what widget should I use to develop a application that acts like KDE konsole? I don't want to create a konsole, but just run functions (from my own app) from something that looks like a command line.
Any ideas?
Renan
Use QProcess to talk to a shell (like bash).
Wait... maybe I misunderstood. If you want to provide a console-like interface for your own program then use QTextEdit. Just handle the keys correctly.
RenanBS (25th January 2011)
Bookmarks