PDA

View Full Version : add QToolBar in new line - scroll to buttom in QTextEdit



hbill
24th June 2008, 15:14
hi
how can i add a QToolBar in new line
thank you


I have an other question:
how can i auto scroll to buttom in QTextEdit

++

jpn
28th June 2008, 21:23
how can i add a QToolBar in new line
Use QMainWindow::addToolBarBreak().


how can i auto scroll to buttom in QTextEdit
QTextEdit::append() scrolls automatically.