aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-09-13 10:46:56 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-09-13 09:18:40 +0000
commitc829b2a8b4e80cf9b829b3ead0a69722c1b04a1a (patch)
tree85caec910901d3e778b3ee2e48ce458e7df8029b /src
parent790574795b22609a04c5dea71003c5f53fa15766 (diff)
Doc: ":/imagine" shouldn't be used in the same dir as the conf file
Quoting JP: "To support qtquick designer, the style is allowed to be a folder relative to the location of the .conf. Location of the conf is ":/" and there's a folder called "imagine" which matches the name of the qqc2 style so it tries to use that as the style folder for the .qml files." Change-Id: I35d8bd4dadc62430bc70cd744e7084b1c0dba4bf Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc b/src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc
index c5ffa9c1..8acec2a8 100644
--- a/src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc
+++ b/src/imports/controls/doc/src/includes/qquickimaginestyle.qdocinc
@@ -6,7 +6,10 @@
\row
\li \c Path
\li Specifies the \l {imagine-path-attached-prop}{path} to the directory that contains
- the Imagine style assets.
+ the Imagine style assets. If not specified, the built-in assets are used.
+
+ \note Due to a technical limitation, the path should not be named
+ \e "imagine" if it is relative to the \c qtquickcontrols2.conf file.
\endtable
//! [conf]
@@ -19,5 +22,8 @@
\li \c QT_QUICK_CONTROLS_IMAGINE_PATH
\li Specifies the path to the directory that contains the Imagine style assets.
If not specified, the built-in assets are used.
+
+ \note Due to a technical limitation, the path should not be named
+ \e "imagine" if it is relative to the \c qtquickcontrols2.conf file.
\endtable
//! [env]