Quote: 引用:QTextEdit *textEdit = new QTextEdit();QLabel *myLabel = new QLabel(tr("Hello"), textEdit);哥哥,这是插到光标的位置吗?
QTextEdit *textEdit = new QTextEdit();QLabel *myLabel = new QLabel(tr("Hello"), textEdit);