Hi,
I have tried to scroll my textbrowser .But i am not able to do .
Qt Code:
temp->insertText(currmsg); temp->insertBlock(); delete temp; ui->textBrowser->setStyleSheet("color:black");To copy to clipboard, switch view to plain text mode
Thanx
Hi,
I have tried to scroll my textbrowser .But i am not able to do .
Qt Code:
temp->insertText(currmsg); temp->insertBlock(); delete temp; ui->textBrowser->setStyleSheet("color:black");To copy to clipboard, switch view to plain text mode
Thanx
Qt Code:
cursor.setPosition(0); ui->textBrowser->setTextCursor(cursor);To copy to clipboard, switch view to plain text mode
Heavy Metal Rules. For those about to rock, we salute you.
HIT THANKS IF I HELPED.
hi,
When the text size is more, the scroll bar will come automatically.
hope it helps,
bala
Bookmarks