【发布时间】:2014-01-22 22:07:52
【问题描述】:
我目前正在使用这样的东西:
QString text = QInputDialog::getText(this, tr("title"),"Hello World !! What goes in here", QLineEdit::Normal, QString(""), &ok);
现在我想要对话框中的文本
"Hello World !! What goes in here"
分布在两行。像这样
Hello World !!
What goes in here
对我能做什么有什么建议吗??
【问题讨论】: