<?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[Inner Shadow]]></title><description><![CDATA[<p dir="auto">MultiEffect does not have an inner shadow effect. However, Effect Maker does have a node for Inner Shadow, and if you create a "custom" shader from just that node, then you can use that inner shadow effect in your project.</p>
<p dir="auto">However, this means every single person in the world who wants to use an inner shadow has to find out about Effect Maker, try it out, and find it has an inner shadow node in it. Then they have generate shader code from that node and include it in their project, even though that code will be identical for everyone in the world.</p>
<p dir="auto">This can't be how it's meant to work, can it? I feel like I'm missing something here.</p>
]]></description><link>https://forum.qt.io/topic/158299/inner-shadow</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 11:33:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/158299.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Aug 2024 16:56:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inner Shadow on Tue, 20 Aug 2024 21:35:53 GMT]]></title><description><![CDATA[<p dir="auto">Tried manually copying the built Design Studio component files (under build/lib, build/modules. and build/share/qt/qml) to the corresponding places in my Qt install (Qt/6.7.2/macos/lib, Qt/6.7.2/macos/modules, Qt/6.7.2/qml), and now Creator will auto-complete the QtQuick.Studio.DesignEffects module contents, but trying to preview the the QML file with the <code>qml</code> tool still gives an error:</p>
<pre><code>QQmlApplicationEngine failed to load component
file:///Users/matt/QtProjects/Test/ShadowTest.qml:2:1: module "QtQuick.Studio.DesignEffects" is not installed
</code></pre>
]]></description><link>https://forum.qt.io/post/807720</link><guid isPermaLink="true">https://forum.qt.io/post/807720</guid><dc:creator><![CDATA[Matt Chaput]]></dc:creator><pubDate>Tue, 20 Aug 2024 21:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to Inner Shadow on Tue, 20 Aug 2024 15:58:45 GMT]]></title><description><![CDATA[<p dir="auto">Tried to "export" the Designer project to Creator as documented here:</p>
<p dir="auto"><a href="https://doc.qt.io/qtdesignstudio/studio-designer-developer-workflow.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qtdesignstudio/studio-designer-developer-workflow.html</a></p>
<p dir="auto">Creator fails to import the designer project's cmakelist.txt because it can't find</p>
<pre><code>/Users/matt/Qt/6.7.2/macos/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickUltraLiteStudioComponentspluginTargets.cmake
</code></pre>
<p dir="auto">And that file is, indeed, missing from the Qt installation.</p>
<p dir="auto">Am I the only one who's ever tried using this? Or is it working for everyone except me?</p>
]]></description><link>https://forum.qt.io/post/807699</link><guid isPermaLink="true">https://forum.qt.io/post/807699</guid><dc:creator><![CDATA[Matt Chaput]]></dc:creator><pubDate>Tue, 20 Aug 2024 15:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to Inner Shadow on Tue, 20 Aug 2024 15:07:22 GMT]]></title><description><![CDATA[<p dir="auto">The "inner shadow" node in the effect maker doesn't seem to work at all... it just colors the entire texture with the "shadow color", with no blurring.</p>
<p dir="auto">The inner shadow in the DesignEffects module works in Designer, but when you open the same project in Creator, or try to preview the file with the <code>qml</code> runner, it says <code>module "QtQuick.Studio.DesignEffects" is not installed</code></p>
<p dir="auto">There are instructions here for installing the designer components manually (don't understand why you need to do this), but they don't work for me:</p>
<p dir="auto"><a href="https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.html#adding-qt-quick-designer-components-to-qt-installations" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.html#adding-qt-quick-designer-components-to-qt-installations</a></p>
<p dir="auto">When I try to do <code>cmake --install .</code> I get the following error:</p>
<pre><code>CMake Error at src/imports/compat/Components/cmake_install.cmake:127 (file):
  file INSTALL cannot find
  "/Users/matt/Qt/qdc/build/share/qt/qml/QtQuickUltralite/Studio/Components/libquickultralitestudiocomponentsplugin.dylib":
  No such file or directory.
Call Stack (most recent call first):
  src/imports/compat/cmake_install.cmake:42 (include)
  src/imports/cmake_install.cmake:42 (include)
  src/cmake_install.cmake:42 (include)
  cmake_install.cmake:42 (include)
</code></pre>
]]></description><link>https://forum.qt.io/post/807692</link><guid isPermaLink="true">https://forum.qt.io/post/807692</guid><dc:creator><![CDATA[Matt Chaput]]></dc:creator><pubDate>Tue, 20 Aug 2024 15:07:22 GMT</pubDate></item><item><title><![CDATA[Reply to Inner Shadow on Mon, 19 Aug 2024 20:51:04 GMT]]></title><description><![CDATA[<p dir="auto">Designer generates this import but it doesn't work...</p>
<p dir="auto"><code>module "QtQuick.Studio.DesignEffects" is not installed</code></p>
<p dir="auto">Sigh.</p>
]]></description><link>https://forum.qt.io/post/807637</link><guid isPermaLink="true">https://forum.qt.io/post/807637</guid><dc:creator><![CDATA[Matt Chaput]]></dc:creator><pubDate>Mon, 19 Aug 2024 20:51:04 GMT</pubDate></item><item><title><![CDATA[Reply to Inner Shadow on Mon, 19 Aug 2024 19:20:27 GMT]]></title><description><![CDATA[<p dir="auto">Hmm, seems like Designer can add its own an InnerShadow effect (imported from <code>QtQuick.Studio.DesignEffects</code>) separate from the one I created with Effect Maker? But that module doesn't seem to be documented... I am confused.</p>
<p dir="auto">But hey, if it's possible to do inner shadows, I'll be happy.</p>
]]></description><link>https://forum.qt.io/post/807633</link><guid isPermaLink="true">https://forum.qt.io/post/807633</guid><dc:creator><![CDATA[Matt Chaput]]></dc:creator><pubDate>Mon, 19 Aug 2024 19:20:27 GMT</pubDate></item></channel></rss>