PDA

View Full Version : Can we make PlaintextEdit a console window?



parulkalra14
10th February 2014, 08:30
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?

anda_skoa
10th February 2014, 09:45
A QPlainTextEdit can be used to display text. A console window shows text. Conclusion: yes

Cheers,
_

parulkalra14
10th February 2014, 10:39
I mean i want to make B PlaintextEdit a terminal emulator like Qt Command prompt and system Command prompt

anda_skoa
10th February 2014, 14:07
Doesn't change the fact that this is possible, so the answer to your question is still: yes

Cheers,
_

parulkalra14
28th April 2014, 12:00
So Sir what is the procedure to convert QplaintextEdit to console window?

Lesiok
28th April 2014, 12:31
So Sir what is the procedure to convert QplaintextEdit to console window?

Uncle Google does not bite. Look at this project (http://sourceforge.net/projects/qconsole/)