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?
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?
A QPlainTextEdit can be used to display text. A console window shows text. Conclusion: yes
Cheers,
_
I mean i want to make B PlaintextEdit a terminal emulator like Qt Command prompt and system Command prompt
Doesn't change the fact that this is possible, so the answer to your question is still: yes
Cheers,
_
So Sir what is the procedure to convert QplaintextEdit to console window?
Uncle Google does not bite. Look at this project
Bookmarks