Qt怎样实现???? 是用QLineEdit吗??,或者其它的什么属性设置…… [最优解释] 就是QLineEdit,设置placeholderText属性。 [其他解释] const QString & QInputMethodEvent::preeditString () const Returns the preedit text, i.e. the text before the user started editing it. See also commitString() and attributes(). [其他解释] 你用单步调试看下,而且,你的对象全在构造里面这样创造的,又没传父类,你告诉我最后你怎么析构他们?内存泄露。 QLabel *userLabel = new QLabel(tr("用户名")); QLabel *pwdLabel = new QLabel(tr("密码"));