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