<?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[Lock symbol on UI file in Qt 4.8.1]]></title><description><![CDATA[<p dir="auto">Today i was installated  Qt 4.8.1 for windows. i was done offline installation. the actual problem ui file is created but it is not opening lock symbol is showing in the pjt hierarchy.any one please tel how to resolve this</p>
]]></description><link>https://forum.qt.io/topic/19262/lock-symbol-on-ui-file-in-qt-4-8-1</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 17:12:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/19262.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Aug 2012 08:22:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lock symbol on UI file in Qt 4.8.1 on Wed, 22 Aug 2012 10:42:30 GMT]]></title><description><![CDATA[<p dir="auto">bq. Plugins work differently to normal DLLs, so we can't just copy them into the same directory as our application's executable as we did with the Qt DLL. Qt applications look for plugins in a subdirectory within the their own directory, for instance, an image format plugin should be in the application's imageformats subdirectory, and a SQL driver plugin should be in the application's sqldrivers subdirectory.</p>
<p dir="auto">bq.  So to make the JPEG plugin available to our showimg application, we just have to change directory to the application's directory and copy over the appropriate DLL:<br />
mkdir imageformats<br />
copy %QTDIR%\plugins\imageformats\qjpeg100.dll imageformats</p>
<p dir="auto">bq.  (If you unset the QTDIR environment variable, you will have to type the absolute path to your Qt directory rather than use %QTDIR%.) If you run the showimg application and open a JPEG image, the image will now load correctly.</p>
]]></description><link>https://forum.qt.io/post/148199</link><guid isPermaLink="true">https://forum.qt.io/post/148199</guid><dc:creator><![CDATA[AcerExtensa]]></dc:creator><pubDate>Wed, 22 Aug 2012 10:42:30 GMT</pubDate></item><item><title><![CDATA[Reply to Lock symbol on UI file in Qt 4.8.1 on Wed, 22 Aug 2012 10:39:43 GMT]]></title><description><![CDATA[<p dir="auto">What is "lock symbol"? An image/icon file from resource(.qrc)? Have you installed imageformats plugins with your app?</p>
]]></description><link>https://forum.qt.io/post/148196</link><guid isPermaLink="true">https://forum.qt.io/post/148196</guid><dc:creator><![CDATA[AcerExtensa]]></dc:creator><pubDate>Wed, 22 Aug 2012 10:39:43 GMT</pubDate></item></channel></rss>