Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtDoc
Commits
1924a2df
Commit
1924a2df
authored
5 years ago
by
Qt Forward Merge Bot
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.13' into 5.14
Change-Id: I859b5820a93517c7172f4cd03317fce0a662ed63
parents
68f41f4c
f27ce213
dev
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
v5.15.0-alpha1
v5.14.1
v5.14.0
v5.14.0-rc2
v5.14.0-rc1
v5.14.0-beta3
v5.14.0-beta2
v5.14.0-beta1
v5.14.0-alpha1
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
doc/src/examples.qdoc
+1
-1
doc/src/examples.qdoc
doc/src/howtos/scalabilityintro.qdoc
+1
-2
doc/src/howtos/scalabilityintro.qdoc
doc/src/qmlapp/applicationdevelopers.qdoc
+1
-1
doc/src/qmlapp/applicationdevelopers.qdoc
doc/src/qt5-intro.qdoc
+15
-16
doc/src/qt5-intro.qdoc
doc/src/qtmodules.qdoc
+2
-1
doc/src/qtmodules.qdoc
with
20 additions
and
21 deletions
doc/src/examples.qdoc
+
1
−
1
View file @
1924a2df
...
...
@@ -89,7 +89,7 @@
\li \l{First Steps with QML}
\li \l{Qt Creator: Developing Qt Quick Applications}{Developing Qt Quick Applications}
\li \l{Qt Quick Controls 1 - Gallery}
\li \l{Qt Quick Controls
2
- Gallery}
\li \l{Qt Quick Controls - Gallery}
\li \l{QML Advanced Tutorial}{SameGame}
\li \l{Qt Quick Text Editor Guide}
\endlist
...
...
This diff is collapsed.
Click to expand it.
doc/src/howtos/scalabilityintro.qdoc
+
1
−
2
View file @
1924a2df
...
...
@@ -62,8 +62,7 @@
To implement scalable applications using \l{Qt Quick}:
\list
\li Design UIs using \e {Qt Quick Controls} or \e {Qt Quick Controls 2}
that provide sets of UI controls.
\li Design UIs using \e {Qt Quick Controls} that provide sets of UI controls.
\li Define layouts using \e {Qt Quick Layouts}, which can resize their
items.
\li Use \e {property binding} to implement use cases
...
...
This diff is collapsed.
Click to expand it.
doc/src/qmlapp/applicationdevelopers.qdoc
+
1
−
1
View file @
1924a2df
...
...
@@ -99,7 +99,7 @@ several built-in styles that can be used, and also support the creation
of custom styles.
\list
\li \l{Qt Quick Controls
2
Guidelines}
\li \l{Qt Quick Controls Guidelines}
\li \l{Qt Quick Templates 2}
\endlist
...
...
This diff is collapsed.
Click to expand it.
doc/src/qt5-intro.qdoc
+
15
−
16
View file @
1924a2df
...
...
@@ -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
...
...
@@ -217,17 +217,16 @@
<tr><td style="width:50%; border: none; vertical-align: top">
\endraw
\image qtquickcontrols2-material.png
\caption Qt Quick Controls
2
Material style
\caption Qt Quick Controls Material style
\raw HTML
</td><td style="width:50%; border: none; vertical-align: top">
\endraw
UI designing can be time consuming if there are not enough tools to help.
Qt Quick reduces the effort considerably compared to the traditional
native (C or C++) approach, especially if the \l{Qt Quick Controls} or
\l{Qt Quick Controls 2} and \l{Qt Quick Layouts} modules are used. These
modules provide ready-to-use UI controls and layouts to enable faster
application development with less code. For a comparison of the two sets of
controls, see \l {Differences with Qt Quick Controls 1}.
native (C or C++) approach, especially if the \l{Qt Quick Controls} and
\l{Qt Quick Layouts} modules are used. These modules provide ready-to-use
UI controls and layouts to enable faster application development with less
code.
\raw HTML
<br>
\endraw
...
...
@@ -251,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
...
...
@@ -378,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,
...
...
This diff is collapsed.
Click to expand it.
doc/src/qtmodules.qdoc
+
2
−
1
View file @
1924a2df
...
...
@@ -431,6 +431,7 @@
\section1 Technology Preview Features
The following features are still in development but are available as technology previews.
They are licensed under Commercial Licenses, or GNU General Public License v3.
\table 80%
\header
...
...
@@ -441,7 +442,7 @@
\li A platform target to compile Qt applications for the web browsers using WebAssembly.
\row
\li \l{Qt Lottie Animation} (Technology Preview)
\li
A QML API for rendering graphics and animations in JSON format,
\li A QML API for rendering graphics and animations in JSON format,
exported by the \l Bodymovin plugin for Adobe® After Effects.
\endtable
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets