赞
踩
右键textBrowser加入触发信号textChanged:
双击,跳转到槽函数:(文本更改时执行该函数)
void Widget::updata_textBrowser()
void Widget::on_textBrowser_textChanged()
{
//光标移动至底部
ui->textBrowser->moveCursor(ui->textBrowser->textCursor().End);
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。