[PyQt] Extending qtproxies for KDE widgets

2011-07-13 Thread Luca Beltrame
Hello, I'm currently mentoring a season of KDE student to improve KDE's UI compiler (pykdeuic4). Currently pykdeuic4[1] monkey patches a compile filter into PyQt's UI compiler and overrides some of qtproxies's string functions to replace tr() calls with KDE's i18n() functions. This approach

Re: [PyQt] Extending qtproxies for KDE widgets

2011-07-13 Thread Phil Thompson
On Wed, 13 Jul 2011 16:29:11 +0200, Luca Beltrame ei...@heavensinferno.net wrote: Hello, I'm currently mentoring a season of KDE student to improve KDE's UI compiler (pykdeuic4). Currently pykdeuic4[1] monkey patches a compile filter into PyQt's UI compiler and overrides some of