~~ Update ~~<br><br>QTermWdiget fixed no-resize bug<br>QfMacNavBar - added missing methods<br><br>Those two widgets are &quot;done&quot;. and should work without problems. Some more to come.<br><br><a href="http://code.google.com/p/pyqt4-extrawidgets/">http://code.google.com/p/pyqt4-extrawidgets/</a><br>
<br><br><div class="gmail_quote">W dniu 12 listopada 2008 11:10 użytkownik piotr maliński <span dir="ltr">&lt;<a href="mailto:riklaunim@gmail.com">riklaunim@gmail.com</a>&gt;</span> napisał:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the help. I fixed the code and commited to trunk<br>
<br>
2008/11/12, Jim Bublitz &lt;<a href="mailto:jbublitz@nwinternet.com">jbublitz@nwinternet.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; On Tuesday 11 November 2008 09:04, piotr maliński wrote:<br>
&gt; &nbsp;&gt; I&#39;ve started a project at <a href="http://code.google.com" target="_blank">code.google.com</a> that contains all PyQt4<br>
&gt; &nbsp;&gt; widgets made by me with the help of SIP.<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; <a href="http://code.google.com/p/pyqt4-extrawidgets/" target="_blank">http://code.google.com/p/pyqt4-extrawidgets/</a><br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; Currently there are two widgets: QTermWidget and qt-macnavbar<br>
&gt; &nbsp;&gt; (screenshot:<br>
&gt; &nbsp;&gt; <a href="http://www.fotosik.pl/pokaz_obrazek/pelny/cb4b8531394f7906.html" target="_blank">http://www.fotosik.pl/pokaz_obrazek/pelny/cb4b8531394f7906.html</a>). Both do<br>
&gt; &nbsp;&gt; work, but some small issues still remain that I have to fix. QTermWidget<br>
&gt; &nbsp;&gt; doesn&#39;t want to resize (I&#39;ll have to probably bind all core header files<br>
&gt; &nbsp;&gt; for it), and Qf-MacNavBar has few methods/properties commented out (but it<br>
&gt; &nbsp;&gt; works).<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; SIP doesn&#39;t like such code:<br>
&gt; &nbsp;&gt; ##############<br>
&gt; &nbsp;&gt; QString title (void) const;<br>
&gt; &nbsp;&gt; bool isExpanded (void) const;<br>
&gt; &nbsp;&gt; ##############<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; as it says: sip: QfNavBarGroup::title() unsupported function argument<br>
&gt; &nbsp;&gt; type - provide %Method code and a valid C++ signature. I&#39;m not a<br>
&gt; &nbsp;&gt; C/C++/SIP guru so I can&#39;t fix this. Any solutions welcomed.<br>
&gt;<br>
&gt;<br>
&gt; Remove the &#39;void&#39; in each function declaration (in the sip file - in the h<br>
&gt; &nbsp;file it makes no difference)..<br>
&gt;<br>
&gt;<br>
&gt; &nbsp;Jim<br>
&gt;<br>
&gt;<br>
&gt; &nbsp;_______________________________________________<br>
&gt; &nbsp;PyQt mailing list &nbsp; &nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
&gt; &nbsp;<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
&gt;<br>
</div></div></blockquote></div><br>