<?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[QT Designer plugin]]></title><description><![CDATA[<p dir="auto">Hi<br />
I am starting to develop a Qt designer plugin so that I can use my custom widget in designer.<br />
The widget consists of a layout containing a single push button.<br />
I have followed all the guidelines and I can see my custom widget in designer.<br />
However if I drag it onto a widget in designer I get the outline of the widget but cannot see the contained push button. When an application is run that uses this plugin the push button is visible.<br />
As I am new to this can someone tell me if I should be able to see the full custom widget in designer</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.qt.io/topic/60084/qt-designer-plugin</link><generator>RSS for Node</generator><lastBuildDate>Wed, 02 Sep 2026 03:26:29 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/60084.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Oct 2015 11:45:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QT Designer plugin on Wed, 28 Oct 2015 08:54:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
I have solved the issue<br />
In the doXml method you need to add a customWidgets section to the xml</p>
]]></description><link>https://forum.qt.io/post/295448</link><guid isPermaLink="true">https://forum.qt.io/post/295448</guid><dc:creator><![CDATA[GrahamL]]></dc:creator><pubDate>Wed, 28 Oct 2015 08:54:02 GMT</pubDate></item><item><title><![CDATA[Reply to QT Designer plugin on Tue, 27 Oct 2015 14:20:04 GMT]]></title><description><![CDATA[<p dir="auto">Maybe you have to create a pixmap from your control (with QWidget::grab() )<br />
and pass it to the drag&amp;drop mechanism as bitmap ?</p>
]]></description><link>https://forum.qt.io/post/295331</link><guid isPermaLink="true">https://forum.qt.io/post/295331</guid><dc:creator><![CDATA[karlheinzreichel]]></dc:creator><pubDate>Tue, 27 Oct 2015 14:20:04 GMT</pubDate></item></channel></rss>