diff options
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r-- | doc/qtcreator.qdoc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index f441941c5a4..9d7ac117239 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -531,9 +531,11 @@ \image qtcreator-textfinder-ui.png Design the form above using a \l{http://doc.trolltech.com/qlabel.html} - {QLabel}, \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit}, - \l{http://doc.trolltech.com/qpushbutton.html}{QPushButton} and a - \l{http://doc.trolltech.com/qtextedit.html}{QTextEdit}. We recommend that + {QLabel}, \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit} + (named lineEdit), \l{http://doc.trolltech.com/qpushbutton.html}{QPushButton} + (named findButton), and a + \l{http://doc.trolltech.com/qtextedit.html}{QTextEdit} (named textEdit). + We recommend that you use a QGridLayout to lay out the \l{http://doc.trolltech.com/qlabel.html}{QLabel}, \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit} and |