forked from qt-creator/qt-creator
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
This commit is contained in:
@@ -134,8 +134,8 @@
|
|||||||
\o \c{part1.pro} - the project file.
|
\o \c{part1.pro} - the project file.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
Now that we have all the files we need, let's move on to designing the user
|
Now that we have all the files we need, click \gui Finish so can start
|
||||||
interface.
|
designing the user interface.
|
||||||
|
|
||||||
\table
|
\table
|
||||||
\row
|
\row
|
||||||
@@ -146,10 +146,14 @@
|
|||||||
|
|
||||||
\section1 Placing Widgets on The Form
|
\section1 Placing Widgets on The Form
|
||||||
|
|
||||||
In the \gui{Project Sidebar}, double-click on the \c{addressbook.ui} file.
|
\image addressbook-tutorial-part1-creator-screenshot.png
|
||||||
|
|
||||||
|
In the \gui{Projects} sidebar, double-click on the \c{addressbook.ui} file.
|
||||||
The \QD plugin will be launched, allowing you to design your program's user
|
The \QD plugin will be launched, allowing you to design your program's user
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
|
\image addressbook-tutorial-part1-designer-screenshot.png
|
||||||
|
|
||||||
We require two \l{QLabel}s to label the input fields as well as a QLineEdit
|
We require two \l{QLabel}s to label the input fields as well as a QLineEdit
|
||||||
and a QTextEdit for the input fields. So, drag those widgets from the
|
and a QTextEdit for the input fields. So, drag those widgets from the
|
||||||
\gui{Widget Box} to your form. In the \gui{Property Editor}, set their
|
\gui{Widget Box} to your form. In the \gui{Property Editor}, set their
|
||||||
|
BIN
doc/images/addressbook-tutorial-part1-creator-screenshot.png
Normal file
BIN
doc/images/addressbook-tutorial-part1-creator-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
doc/images/addressbook-tutorial-part1-designer-screenshot.png
Normal file
BIN
doc/images/addressbook-tutorial-part1-designer-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user