Re: [PyQt] Text "write on" effect

2012-02-27 Thread Wilbert Berendsen
Op Mon, 27 Feb 2012 17:02:01 -0800 (PST) JPolk schreef: > > okay, this may seem a bit superfluous, but would be a very nice > animation effect to have in one's toolbox.. > > For those that don't know what a "write on" animation is,...you > probably see them on TV everyday,.. > but it's when a w

[PyQt] Text "write on" effect

2012-02-27 Thread JPolk
okay, this may seem a bit superfluous, but would be a very nice animation effect to have in one's toolbox.. For those that don't know what a "write on" animation is,...you probably see them on TV everyday,.. but it's when a whole sentence is displayed a character at time, with just a fraction of

[PyQt] i18n

2012-02-27 Thread paolo
I found in the mailing list archive this old post. As i have the same problem is there anything new about this ? I want to use a short form for QCoreApplication.translate("MyContext", "My String") but if i set: tr = QCoreApplication.translate(context, string) and use tr("MyContext", "My String"

[PyQt] Gui best practice

2012-02-27 Thread paolo
Hello I'm trying to understand how to manage ui files from qtdesigner in the best way. I see in the examples that i have 2 options: - use pyuic4.bat utility to translate ui file in a python class (included in a module) that create the graphical interface through the setupUi() method - load the ui f

[PyQt] [SOLVED]Re: pylupdate4 issue

2012-02-27 Thread admin
On 26/02/2012 06:54 م, Detlev Offenbach wrote: Am Sonntag, 26. Februar 2012, 15:56:54 schrieb Vincent Vande Vyvre: Le 26/02/12 15:16, ad...@mbnoimi.net a écrit : On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a éc

Re: [PyQt] Crash (assert fail) in 'sip_api_convert_from_new_type'

2012-02-27 Thread Phil Thompson
On Mon, 27 Feb 2012 11:41:06 +0100, Wilbert Berendsen wrote: > Hi, > > A SIP-generated binding (python-poppler-qt4) causes a crash with the > following message on the console: > > python: /build/buildd/sip4-4.13.2/siplib/siplib.c:8164: > sip_api_convert_from_new_type: Assertion `(((td)->td_flags

[PyQt] Crash (assert fail) in 'sip_api_convert_from_new_type'

2012-02-27 Thread Wilbert Berendsen
Hi, A SIP-generated binding (python-poppler-qt4) causes a crash with the following message on the console: python: /build/buildd/sip4-4.13.2/siplib/siplib.c:8164: sip_api_convert_from_new_type: Assertion `(((td)->td_flags & 0x0007) == 0x)' failed. Aborted (core dumped) The StacktraceTop is: