[PyQt] Subclass Undo of a QTextEdit

2009-03-01 Thread projetmbc
Title: Flashmail Hello,when I copy a text twice in a QTextEdit and I use CTRL+Z to use UNDO, I would like to go back just after the first copy and not before the first copy.So I would like to subclass the method UNDO of a QTextEdit but I don't know how to do that, how to catch a change.Best

Re: [PyQt] QSystemTrayIcon::showMessage VistaX64

2009-03-01 Thread Philippe Fremy
Ian Jones wrote: I'm curious if other people have been able to use this feature successfully. Computer specs: Python 2.6.1 (32bit) (python.org) PyQt 2.6-gpl-4.4.4-2.exe (from riverbank website) Running the examples/desktop/systray/systray.pyw that came with pyqt The window opens, icons

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-03-01 Thread Henrique Bastos
Hi Gustavo! OpenCoffee looks nice! It was easy to walk through the code and to understand how some QT features like styling, resources, separation from ui definition and code, etc. were used. People learning PyQT, like myself, should consider read it. You should really consider adopting

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-03-01 Thread Gustavo A . Díaz
Hi. Yes... i try to maintain a clean code easy to understand (even if you don't understand the comments, the code is clean and readable). Indeed i am learning Python and Qt with this project. About English as main Language. Sorry, but no... my main language is Spanish and so is the project.

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-03-01 Thread Arthur Pemberton
On Sun, Mar 1, 2009 at 2:41 PM, Gustavo A. Díaz gustavo.d...@gmail.com wrote: Hi.    Yes... i try to maintain a clean code easy to understand (even if you don't understand the comments, the code is clean and readable). Indeed i am learning Python and Qt with this project.    About English as

[PyQt] Packaging a PyQt app in GNU/Linux

2009-03-01 Thread Saúl Ibarra
Hi all, This is my first mail to the list, so if this an obvious question, please point me to the right place :) I'm trying to pack an application I made a while ago, but I'm a little confused. I've been reading about distutils and setuptools, but I don't really know if it's the right way to

Re: [PyQt] Packaging a PyQt app in GNU/Linux

2009-03-01 Thread Giovanni Bajo
On dom, 2009-03-01 at 23:17 +0100, Saúl Ibarra wrote: Hi all, This is my first mail to the list, so if this an obvious question, please point me to the right place :) I'm trying to pack an application I made a while ago, but I'm a little confused. I've been reading about distutils and

Re: [PyQt] QSystemTrayIcon::showMessage VistaX64

2009-03-01 Thread Ian Jones
My test boxes are vanilla vista sp1 x64 installs, with all the updates and just those two applications (python,pyqt) installed. As I originally thought it could be some sort of conflict. Ian On Sun, Mar 1, 2009 at 7:21 AM, Philippe Fremy p...@freehackers.org wrote: Ian Jones wrote: I'm

[PyQt] New PyQt tutorial series: PyQt by example

2009-03-01 Thread Roberto Alsina
I just published the first part in this series. It's probably going to be 10- parts or more, and I will try to do two parts a week. http://lateral.netmanagers.com.ar/stories/BBS47.html Comments, suggestions, questions, etc, are welcome. ___ PyQt