hi, i am trying to implement shell application..presently i am using Qlineedit for command entry and QTextedit for displaying the command output..it is looking ugly ..i want to use QPlaintextEdit for both command entry and display output...can some one please tell me how to do this..

QPlaintext


tcl>puts helloworld //command entry
helloworld //command output
tcl> // ready for taking next command