diff options
author | hjk <[email protected]> | 2009-03-24 17:16:06 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2009-03-24 17:16:27 +0100 |
commit | 13dec817aeb73a454a2b63780d5b511963c9dff9 (patch) | |
tree | 3c5b84e7912b06744607e752078b4eb180ab560a | |
parent | 717c147db9aa90f5afeff5c87e5dc657801d072e (diff) |
more fixes to the textfinder example
-rw-r--r-- | doc/example/textfinder/textfinder.ui | 4 | ||||
-rw-r--r-- | doc/qtcreator.qdoc | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/example/textfinder/textfinder.ui b/doc/example/textfinder/textfinder.ui index 1cb72c57471..ba8018742a5 100644 --- a/doc/example/textfinder/textfinder.ui +++ b/doc/example/textfinder/textfinder.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>Form</class> - <widget class="QWidget" name="Form"> + <class>TextFinder</class> + <widget class="QWidget" name="TextFinder"> <property name="geometry"> <rect> <x>0</x> 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 |