<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Use custom widgets with Qt Designer: Promotion technique</title> <atom:link href="http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique/feed" rel="self" type="application/rss+xml" /><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique</link> <description>Tips &#38; tricks by a developer for Developers</description> <lastBuildDate>Mon, 29 Apr 2013 19:44:27 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>By: whatsapp hack</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-3596</link> <dc:creator>whatsapp hack</dc:creator> <pubDate>Thu, 11 Apr 2013 03:54:53 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-3596</guid> <description><![CDATA[I’m not that much of a online reader to be honest but your blogs really nice, keep it up! I&#039;ll go ahead and bookmark your website to come back down the road. All the best]]></description> <content:encoded><![CDATA[<p>I’m not that much of a online reader to be honest but your blogs really nice, keep it up!<br /> I&#8217;ll go ahead and bookmark your website to come back down the road. All the best</p> ]]></content:encoded> </item> <item><title>By: kondotine</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-1421</link> <dc:creator>kondotine</dc:creator> <pubDate>Tue, 15 May 2012 15:58:27 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-1421</guid> <description><![CDATA[:) Hello LaPoutre, nice to hear from you again! And sorry for the lack of updates. With the job, it&#039;s harder than i thought to find time, but keep believing! Tinesoft isn&#039;t dead (yet) ! :)]]></description> <content:encoded><![CDATA[<p> <img src='http://www.tinesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br /> Hello LaPoutre, nice to hear from you again!<br /> And sorry for the lack of updates. With the job, it&#8217;s harder<br /> than i thought to find time, but keep believing!<br /> Tinesoft isn&#8217;t dead (yet) ! <img src='http://www.tinesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: La poutre de Lomé</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-1386</link> <dc:creator>La poutre de Lomé</dc:creator> <pubDate>Wed, 09 May 2012 04:09:10 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-1386</guid> <description><![CDATA[Faut pas être pressé pour avoir des mises à jours ici ! :D Bran !]]></description> <content:encoded><![CDATA[<p>Faut pas être pressé pour avoir des mises à jours ici ! <img src='http://www.tinesoft.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br /> Bran !</p> ]]></content:encoded> </item> <item><title>By: theo90</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-223</link> <dc:creator>theo90</dc:creator> <pubDate>Thu, 14 Apr 2011 14:48:42 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-223</guid> <description><![CDATA[Thanks for tip, i&#039;ll try do it in this way]]></description> <content:encoded><![CDATA[<p>Thanks for tip, i&#8217;ll try do it in this way</p> ]]></content:encoded> </item> <item><title>By: kondotine</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-222</link> <dc:creator>kondotine</dc:creator> <pubDate>Wed, 13 Apr 2011 19:17:15 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-222</guid> <description><![CDATA[Hello theo! Unfortunately , in Qt form designer, you can not. Because the designer only knows  the first parameter of your custom widget (which is its parent widget). if you add non optionnal parameters after this one, it wouldn&#039;t know what they represent, and so how to instantiate them...However, you can still set the other optionnal  parameters in the constructor of the C++ class associated with your &lt;strong&gt;*.ui&lt;/strong&gt; form (after the &lt;strong&gt;ui.setupUi(this);&lt;/strong&gt;).I hope it&#039;s clear for you. Let me know if you are still having problem with  this.Best Regard!]]></description> <content:encoded><![CDATA[<p>Hello theo!<br /> Unfortunately , in Qt form designer, you can not. Because the designer only knows  the first parameter of your custom widget (which is its parent widget).<br /> if you add non optionnal parameters after this one, it wouldn&#8217;t know what they represent, and so how to instantiate them&#8230;</p><p>However, you can still set the other optionnal  parameters in the constructor of the C++ class associated with your <strong>*.ui</strong> form (after the <strong>ui.setupUi(this);</strong>).</p><p>I hope it&#8217;s clear for you. Let me know if you are still having problem with  this.</p><p>Best Regard!</p> ]]></content:encoded> </item> <item><title>By: theo90</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-221</link> <dc:creator>theo90</dc:creator> <pubDate>Tue, 12 Apr 2011 22:13:36 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-221</guid> <description><![CDATA[I&#039;d like to make constructor with arguments. Is it possible? How create in Qt Designer promoted class object with parameters? [Sorry for English:-p]]]></description> <content:encoded><![CDATA[<p>I&#8217;d like to make constructor with arguments. Is it possible? How create in Qt Designer promoted class object with parameters?<br /> [Sorry for English:-p]</p> ]]></content:encoded> </item> <item><title>By: kondotine</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-169</link> <dc:creator>kondotine</dc:creator> <pubDate>Sat, 19 Mar 2011 16:06:07 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-169</guid> <description><![CDATA[Thanks for you support &quot;La Poutre&quot; ! ;)]]></description> <content:encoded><![CDATA[<p>Thanks for you support &#8220;La Poutre&#8221; ! <img src='http://www.tinesoft.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: La Poutre</title><link>http://www.tinesoft.com/qt/use-custom-widgets-with-qt-designer-promotion-technique#comment-168</link> <dc:creator>La Poutre</dc:creator> <pubDate>Sat, 19 Mar 2011 14:19:21 +0000</pubDate> <guid isPermaLink="false">http://www.tinesoft.com/?p=358#comment-168</guid> <description><![CDATA[Thanks for this nice tutorial ! I can&#039;t wait to dive into the whole sources of your Cute Collage project !]]></description> <content:encoded><![CDATA[<p>Thanks for this nice tutorial ! I can&#8217;t wait to dive into the whole sources of your Cute Collage project !</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 413/427 objects using disk: basic

 Served from: www.tinesoft.com @ 2013-05-18 23:42:53 by W3 Total Cache -->