Re: [PyKDE] keypressevent + qdatedit

2005-04-08 Thread Juan Fernando Estrada Henao
i try it and don't work
self.lineEdit1.keyPressEvent = self.lineEdit_KeyPress


El vie, 08-04-2005 a las 01:31 +0200, Torsten Marek escribió:
> self.lineEdit1.keyPressEvent = self.lineEdit_KeyPress

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] keypressevent + qdatedit

2005-04-07 Thread Juan Fernando Estrada Henao


this is my solution.
setattr(self.lineEdit1,"keyPressEvent",self.lineEdit_KeyPress)





El jue, 07-04-2005 a las 23:56 +0200, Torsten Marek escribió:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Juan Fernando Estrada Henao schrieb:
> > hello
> > 
> > how to i do the implementation keypressevent of a qdateedit make in
> > qtdesigner and converted with pyuic?.
> 
> Hello Juan,
> 
> by outsmarting pyuic.
> 
> 1. Create a Python file and subclass QDateEdit to your needs (let's call the
> file foodate.py and the subimpl FooDateEdit)
> 2. In Designer, open the form settings dialog and write
> Python:from foodate import FooDateEdit as QDateEdit
> 3. Recreate the UI.
> 
> Neither did I test this, nor did I ever do such a thing, but it should work
> IMHO. If it doesn't, just keep complaining!
> 
> The dark side approach would be overwriting the keyPressEvent with another
> method in your widget's __init__ method. To get the taste of it, just look 
> here:
> http://www.diotavelli.net/PyQtWiki/DragAndDropWithPytQt
> and adapt the code to your needs.
> 
> greetings
> 
> Torsten
> 
> - --
> Torsten Marek <[EMAIL PROTECTED]>
> ID: A244C858 -- FP: 1902 0002 5DFC 856B F146  894C 7CC5 451E A244 C858
> Keyserver: subkeys.pgp.net
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.0 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFCVayjfMVFHqJEyFgRAk4hAJ9FHHdqPCGK1E8p/XlUL/7cwQX/vACeIR6i
> KAmSdUGBf+wbeHUS5fIc15I=
> =LeE9
> -END PGP SIGNATURE-
> 
> ___
> PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] keypressevent + qdatedit

2005-04-07 Thread Juan Fernando Estrada Henao
hello

how to i do the implementation keypressevent of a qdateedit make in
qtdesigner and converted with pyuic?.







___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde