qt如何获取在textedit中的输入

 我来答
lgao622
推荐于2016-12-04 · 知道合伙人软件行家
lgao622
知道合伙人软件行家
采纳数:1137 获赞数:6548
毕业于武汉工程大学邮电与信息工程学院通信专业,软件行业,4年工作经验。

向TA提问 私信TA
展开全部
  1. QString str = ui->textedit->toPlainText(); // 这是普通文本
    QString str = ui->textedit->toHtml(); // 这是富文本,即获取的是Html字友拍符串

  2. 如好瞎羡果设置文本的话则神宽对应的是:

    ui->textedit->setPlainText("123");

    ui->textedit->setHtml("<b>123</b>"); 

匿名用户
2012-03-31
展开全部
连接document ()的contentsChange信号:

void QTextDocument::contentsChange ( int position, int charsRemoved, int charsAdded ) [signal]

This signal is emitted whenever the document's content changes; for example, when text is inserted or deleted, or when formatting is applied.

Information is provided about the position of the character in the document where the change occurred, the number of characters removed (charsRemoved), and the number of characters added (charsAdded).

The signal is emitted before the document's layout manager is notified about the change. This hook allows you to implement syntax highlighting for the document.

See also QAbstractTextDocumentLayout::documentChanged() and contentsChanged().

参考资料: http://qt-project.org/doc/qt-4.8/qtextdocument.html#documentLayoutChanged

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
crgri
2012-04-09 · TA获得超过134个赞
知道答主
回答量:70
采纳率:0%
帮助的人:29.8万
展开全部
ui->textEdit->toPlainText()
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式