hi
how can i add a QToolBar in new line
thank you
[edit]
I have an other question:
how can i auto scroll to buttom in QTextEdit
[/edit]
++
Printable View
hi
how can i add a QToolBar in new line
thank you
[edit]
I have an other question:
how can i auto scroll to buttom in QTextEdit
[/edit]
++
Use QMainWindow::addToolBarBreak().
QTextEdit::append() scrolls automatically.