summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-24 23:17:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:07:51 +0200
commit6321b5847a09ac52215fbb2a9269a1d09d32a12b (patch)
tree1b95fac82701a74de6701878fd179be4958e71b7 /src/widgets/doc/src
parenta92c254c453659fe186d27a4169b11dc731b16b2 (diff)
doc: remove links to Qt Designer
Designer is in the tools repo, we cannot link there. Mentioning the name should be good enough. Change-Id: I55193aa31e60ae266a8890f706c332a63ed3610d Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/doc/src')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/focus.qdoc2
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc6
-rw-r--r--src/widgets/doc/src/widgets-tutorial.qdoc2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/focus.qdoc b/src/widgets/doc/src/widgets-and-layouts/focus.qdoc
index 7417f34eaf..027a756c49 100644
--- a/src/widgets/doc/src/widgets-and-layouts/focus.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/focus.qdoc
@@ -78,7 +78,7 @@
You can customize the tab order using QWidget::setTabOrder(). (If
you don't, \uicontrol Tab generally moves focus in the order of widget
- construction.) \l{Qt Designer} provides a means of visually
+ construction.) Qt Designer provides a means of visually
changing the tab order.
Since pressing \uicontrol Tab is so common, most widgets that can have focus
diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
index bc1eb76cab..63f90c67ed 100644
--- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
@@ -95,7 +95,7 @@
consideration. Unlike palette fiddling, style sheets offer
guarantees: If you set the background color of a QPushButton to be
red, you can be assured that the button will have a red background
- in all styles, on all platforms. In addition, \l{Qt Designer}
+ in all styles, on all platforms. In addition, Qt Designer
provides style sheet integration, making it easy to view the effects
of a style sheet in different \l{QStyle}{widget styles}.
@@ -548,13 +548,13 @@
\nextpage Customizing Qt Widgets Using Style Sheets
\title Qt Designer Integration
- \l{Qt Designer}{Qt Designer} is an excellent tool
+ Qt Designer{Qt Designer} is an excellent tool
to preview style sheets. You can right-click on any widget in Designer
and select \uicontrol{Change styleSheet...} to set the style sheet.
\image designer-stylesheet-options.png
- In Qt 4.2 and later, \l{Qt Designer} also includes a
+ In Qt 4.2 and later, Qt Designer also includes a
style sheet syntax highlighter and validator. The validator indicates
if the syntax is valid or invalid, at the bottom left of the \uicontrol{Edit
Style Sheet} dialog.
diff --git a/src/widgets/doc/src/widgets-tutorial.qdoc b/src/widgets/doc/src/widgets-tutorial.qdoc
index 10eabd1368..a521ec668a 100644
--- a/src/widgets/doc/src/widgets-tutorial.qdoc
+++ b/src/widgets/doc/src/widgets-tutorial.qdoc
@@ -233,7 +233,7 @@
As well as QHBoxLayout and QVBoxLayout, Qt also provides QGridLayout
and QFormLayout classes to help with more complex user interfaces.
- These can be seen if you run \l{Qt Designer}.
+ These can be seen if you run Qt Designer.
\section1 Setting up the Model