QtBase: Doc: Fix Links to designer manual.
Change-Id: I87f68fb70aa773c44b90b58bd56fc5585a7e4107 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
parent
db5966f929
commit
aa3a75ce14
@ -33,9 +33,8 @@
|
|||||||
\brief This example displays a text editor with the user interface written
|
\brief This example displays a text editor with the user interface written
|
||||||
in pure C++.
|
in pure C++.
|
||||||
|
|
||||||
A similar example which uses \link designer-manual.book Qt
|
A similar example which uses Qt Designer to produce the user
|
||||||
Designer\endlink to produce the user interface is in the \link
|
interface is in the \l {Qt Designer Manual}.
|
||||||
designer-manual.book Qt Designer manual\endlink.
|
|
||||||
|
|
||||||
|
|
||||||
See \c{$QTDIR/examples/textedit} for the source code.
|
See \c{$QTDIR/examples/textedit} for the source code.
|
||||||
|
@ -26,7 +26,7 @@ qhp.QtCore.subprojects.classes.sortPages = true
|
|||||||
|
|
||||||
tagfile = ../../../doc/qtcore/qtcore.tags
|
tagfile = ../../../doc/qtcore/qtcore.tags
|
||||||
|
|
||||||
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist
|
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist qtdesigner
|
||||||
|
|
||||||
headerdirs += ..
|
headerdirs += ..
|
||||||
|
|
||||||
|
@ -89,8 +89,8 @@
|
|||||||
|
|
||||||
\li The \c DESIGNABLE attribute indicates whether the property
|
\li The \c DESIGNABLE attribute indicates whether the property
|
||||||
should be visible in the property editor of GUI design tool (e.g.,
|
should be visible in the property editor of GUI design tool (e.g.,
|
||||||
\l {Qt Designer}). Most properties are \c DESIGNABLE (default
|
\l {Qt Designer Manual}{Qt Designer}). Most properties are \c DESIGNABLE
|
||||||
true). Instead of true or false, you can specify a boolean
|
(default true). Instead of true or false, you can specify a boolean
|
||||||
member function.
|
member function.
|
||||||
|
|
||||||
\li The \c SCRIPTABLE attribute indicates whether this property
|
\li The \c SCRIPTABLE attribute indicates whether this property
|
||||||
|
@ -27,7 +27,7 @@ qhp.QtWidgets.subprojects.classes.sortPages = true
|
|||||||
|
|
||||||
tagfile = ../../../doc/qtwidgets/qtwidgets.tags
|
tagfile = ../../../doc/qtwidgets/qtwidgets.tags
|
||||||
|
|
||||||
depends += qtcore qtgui qtdoc qtsql
|
depends += qtcore qtgui qtdoc qtsql qtdesigner
|
||||||
|
|
||||||
headerdirs += ..
|
headerdirs += ..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user