Re: [PyQt] PyQt4-extrawidgets project

2008-12-08 Thread piotr maliński
They look interesting. I think some coders could use them.

2008/12/8 Albert Cervera i Areny [EMAIL PROTECTED]

 A Dimarts 11 Novembre 2008, piotr maliński va escriure:
  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/

 In the Koo project we have implemented (still with some rough edges) a
 Chart
 [1] and a Calendar [2] Widget. Both use GraphicsView and can be easily
 combined in a QGraphicsScene with other elements. They're both in main
 project tree but if more people are interested in using and improving them
 maybe we could put them in independent project (or Piotr's one, if he
 agreed)
 so other people don't keep reinventing the wheel.

 [1] http://www.nan-tic.com/images/stories/destaquem/charts.png
 [2] http://www.nan-tic.com/images/stories/destaquem/calendar.png

 
  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.
  ___
  PyQt mailing listPyQt@riverbankcomputing.com
  http://www.riverbankcomputing.com/mailman/listinfo/pyqt



 --
 Albert Cervera i Areny
 http://www.NaN-tic.com

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt4-extrawidgets project

2008-12-08 Thread Albert Cervera i Areny
A Dimarts 11 Novembre 2008, piotr maliński va escriure:
 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/

In the Koo project we have implemented (still with some rough edges) a Chart 
[1] and a Calendar [2] Widget. Both use GraphicsView and can be easily 
combined in a QGraphicsScene with other elements. They're both in main 
project tree but if more people are interested in using and improving them 
maybe we could put them in independent project (or Piotr's one, if he agreed) 
so other people don't keep reinventing the wheel.

[1] http://www.nan-tic.com/images/stories/destaquem/charts.png
[2] http://www.nan-tic.com/images/stories/destaquem/calendar.png


 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.
 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt



-- 
Albert Cervera i Areny
http://www.NaN-tic.com
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4-extrawidgets project

2008-12-01 Thread piotr maliński
~~ 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 
[EMAIL PROTECTED] napisał:

 Thanks for the help. I fixed the code and commited to trunk

 2008/11/12, Jim Bublitz [EMAIL PROTECTED]:
  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 listPyQt@riverbankcomputing.com
   http://www.riverbankcomputing.com/mailman/listinfo/pyqt
 

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt4-extrawidgets project

2008-11-12 Thread piotr maliński
Thanks for the help. I fixed the code and commited to trunk

2008/11/12, Jim Bublitz [EMAIL PROTECTED]:
 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 listPyQt@riverbankcomputing.com
  http://www.riverbankcomputing.com/mailman/listinfo/pyqt


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] PyQt4-extrawidgets project

2008-11-11 Thread piotr maliński
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.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4-extrawidgets project

2008-11-11 Thread Marcell Mars
On Tue, Nov 11, 2008 at 6:04 PM, piotr maliński [EMAIL PROTECTED] wrote:
 http://code.google.com/p/pyqt4-extrawidgets/

i just love this project ;)

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4-extrawidgets project

2008-11-11 Thread Jim Bublitz
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 listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt