Skip to content
Snippets Groups Projects
Commit 13dec817 authored by hjk's avatar hjk
Browse files

more fixes to the textfinder example

parent 717c147d
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>Form</class> <class>TextFinder</class>
<widget class="QWidget" name="Form"> <widget class="QWidget" name="TextFinder">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
......
...@@ -531,9 +531,11 @@ ...@@ -531,9 +531,11 @@
\image qtcreator-textfinder-ui.png \image qtcreator-textfinder-ui.png
Design the form above using a \l{http://doc.trolltech.com/qlabel.html} Design the form above using a \l{http://doc.trolltech.com/qlabel.html}
{QLabel}, \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit}, {QLabel}, \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit}
\l{http://doc.trolltech.com/qpushbutton.html}{QPushButton} and a (named lineEdit), \l{http://doc.trolltech.com/qpushbutton.html}{QPushButton}
\l{http://doc.trolltech.com/qtextedit.html}{QTextEdit}. We recommend that (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 you use a QGridLayout to lay out the
\l{http://doc.trolltech.com/qlabel.html}{QLabel}, \l{http://doc.trolltech.com/qlabel.html}{QLabel},
\l{http://doc.trolltech.com/qlinedit.html}{QLineEdit} and \l{http://doc.trolltech.com/qlinedit.html}{QLineEdit} and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment