<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[plugin.qmltype problem?  3DBars example scene does not have member]]></title><description><![CDATA[<p dir="auto">as title post, in 3dBars example qt creator show these error</p>
<pre><code>Bars3D {
            id: barGraph
            x: 0
            y: 0
            width: 1135
            height: 780
            //floorLevel: qsTr("")
            horizontalAspectRatio: 1
            selectionMode: AbstractGraph3D.SelectionItem | AbstractGraph3D.SelectionRow | AbstractGraph3D.SelectionColumn | AbstractGraph3D.SelectionSlice | AbstractGraph3D.SelectionMultiSeries
            anchors.right: parent.right
            shadowQuality: AbstractGraph3D.ShadowQualityMedium
            theme: Theme3D {
                windowColor: "#c3eff6"
                labelBackgroundColor: "#c3eff6"
                backgroundColor: "#c3eff6"
                type: Theme3D.ThemePrimaryColors
                labelBorderEnabled: true
                font.pointSize: 25
                labelBackgroundEnabled: true
                colorStyle: Theme3D.ColorStyleRangeGradient
                singleHighlightGradient: customGradient

                ColorGradient {
                    id: customGradient
                    ColorGradientStop { position: 1.0; color: "#FFFF00" }
                    ColorGradientStop { position: 0.0; color: "#808000" }
                }
            }
            barThickness: 1.2
            barSpacing: Qt.size(0.6, 0.6)
            barSpacingRelative: false
            scene.activeCamera.cameraPreset: Camera3D.CameraPresetIsometricLeftHigh      // scene does not have members (M17)
</code></pre>
<p dir="auto">not undestand why, because the property is for datavisualization 1.2 ..... and these is import in file ....<br />
someone can suggest me the right road to find the problem?</p>
<p dir="auto">regards</p>
]]></description><link>https://forum.qt.io/topic/101611/plugin-qmltype-problem-3dbars-example-scene-does-not-have-member</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 21:22:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/101611.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Apr 2019 17:21:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to plugin.qmltype problem?  3DBars example scene does not have member on Wed, 10 Apr 2019 09:26:08 GMT]]></title><description><![CDATA[<p dir="auto">I update the code with slider for test some property:</p>
<pre><code>            scene.activeCamera.yRotation: vertSlid.value
            scene.activeCamera.xRotation: orizzSlid.value
            scene.activeCamera.zoomLevel: zoomSlid.value
</code></pre>
<p dir="auto">It work perfect but still exist the error M17 ... why these??</p>
<p dir="auto">It is only plugin.qmltype problem?</p>
]]></description><link>https://forum.qt.io/post/522275</link><guid isPermaLink="true">https://forum.qt.io/post/522275</guid><dc:creator><![CDATA[gfxx]]></dc:creator><pubDate>Wed, 10 Apr 2019 09:26:08 GMT</pubDate></item></channel></rss>