diff --git a/doc/qtcreator/images/qmldesigner-dynamicprops.png b/doc/qtcreator/images/qmldesigner-dynamicprops.png index fc321c4c7e2..460be93f2bd 100644 Binary files a/doc/qtcreator/images/qmldesigner-dynamicprops.png and b/doc/qtcreator/images/qmldesigner-dynamicprops.png differ diff --git a/doc/qtcreator/images/qtquick-custom-properties.png b/doc/qtcreator/images/qtquick-custom-properties.png index 9964bb6317f..ce9fc5d400e 100644 Binary files a/doc/qtcreator/images/qtquick-custom-properties.png and b/doc/qtcreator/images/qtquick-custom-properties.png differ diff --git a/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc b/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc index abb179bfc39..c0db8d22e79 100644 --- a/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc @@ -50,6 +50,11 @@ Similarly, you can add custom properties for your own components that are based on preset components. + Any content that is data-driven should be exported as a public property + (alias property) of the relevant component. For example, a speedometer + should have an \e int or \e real property for speed to which the UI is + bound. + You can add properties for components in \l {Connection View} > \uicontrol Properties.