summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-08-22 12:23:23 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-08-26 11:02:38 +0200
commitf27ce2135df6287a834dc0669f5a932ed96e0d2a (patch)
tree532f905bdc922c37341bf2ba5b453fa982107ae2
parent849b0db70791358b92dc614fe7bf11e9591cd07e (diff)
downloadqtdoc-f27ce2135df6287a834dc0669f5a932ed96e0d2a.tar.gz
Doc: Add the missing "border" property for the column
Also, ensured that the spacing between the styling properties is consistent. Change-Id: I59f5e1442660bb70cce7165f4ba871ea58ee07df Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/qt5-intro.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index 508e0b5f..d47ebce1 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -103,7 +103,7 @@
\li \l{Qt for WinRT}
\endlist
\raw HTML
- </td><td style="width:50%; vertical-align:top;border: none;">
+ </td><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qt5_everywhere_demo.jpg
\caption Qt Everywhere demo on Nexus 7
@@ -118,7 +118,7 @@
\raw HTML
<div class="table">
<table style="background:transparent; border: none">
- <tr><td style="width:50%; vertical-align:top;border: none;">
+ <tr><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qt5_shadereffect.jpg
\caption ShaderEffect on an \l Image
@@ -154,8 +154,8 @@
\raw HTML
<div class="table">
- <table style="background:transparent; border: none;">
- <tr><td style="width:50%; vertical-align:top;">
+ <table style="background:transparent; border: none">
+ <tr><td style="width:50%; vertical-align:top; border: none">
\endraw
\l{Qt Quick} provides the necessary infrastructure to develop QML
applications. The latest version (v2.0) of this technology also
@@ -188,18 +188,18 @@
optimal performance.
\endlist
\raw HTML
- </td><td style="width:50%; vertical-align:top;border: none;">
+ </td><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qt5_particles.jpg
\caption Qt Quick's \l{Qt Quick Particles QML Types}{Particle System}
\raw HTML
- </td></tr><tr><td style="width:50%; vertical-align:top;border: none;">
+ </td></tr><tr><td style="width:50%; vertical-align:top; border: none">
\endraw
The \l {qtgraphicaleffects-index.html}{Qt Graphical Effects} module
provides a number of ready-made effects for use in Qt Quick
applications, including soft drop shadow, blur, glow and colorize.
\raw HTML
- </td><td style="width:50%; vertical-align:top;border: none;">
+ </td><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qt5_graphicaleffects.jpg
\caption Excerpts from the Qt Graphical Effects module
@@ -250,12 +250,12 @@
\raw HTML
<div class="table">
<table style="background:transparent; border: none">
- <tr><td style="width:50%; vertical-align:top;border: none;">
+ <tr><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qtsensors_accelbubble_ex.jpg
\caption Accelerating SVG image
\raw HTML
- </td><td style="width:50%; vertical-align:top;border: none;">
+ </td><td style="width:50%; vertical-align:top; border: none">
\endraw
\image qtpositioning_weatherinfo_ex.jpg
\caption Location-based weather information
@@ -377,7 +377,7 @@
\raw HTML
<div class="table">
<table style="background:transparent; border: none">
- <tr><td style="width:50%; vertical-align:top;border: none;">
+ <tr><td style="width:50%; vertical-align:top; border: none">
\endraw
In today's world, location and maps information is more widely used, be it
to look up nearby restaurants or plan commute to the office. With Qt,