[PyQt] PyQt4-extrawidgets project

piotr maliński riklaunim at gmail.com
Mon Dec 1 07:59:16 GMT 2008


~~ 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/


W dniu 12 listopada 2008 11:10 użytkownik piotr maliński <
riklaunim at gmail.com> napisał:

> 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
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20081201/e4d951cf/attachment.html


More information about the PyQt mailing list