Qt 6.11 is out! See what's new in the release
blog
Can we make PlaintextEdit a console window?
General and Desktop
5
Posts
3
Posters
1.6k
Views
1
Watching
-
I have two PlaintextEdit's A and B in my project. A for writing program and for B for displaying output , so I want to make plainTextEdit a console window is it possible?
-
Hi,
What do you mean by "console window" ? An output widget that will show text or some kind of terminal emulator ?
-
yes some kind of terminal emulator like Qt Command Prompt or system Command prompt
-
Creating a terminal emulator is not an easy task and AFAIK there's currently no such beast that works on Linux + OS X + Windows.
What would you like to achieve with that widget ?