Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-21 Thread admin
On 21/12/2011 07:12 م, Phil Thompson wrote: On Wed, 21 Dec 2011 19:03:56 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net [1] wrote: On 10/12/2011 12:47 م, Phil Thompson wrote:

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-21 Thread Phil Thompson
On Wed, 21 Dec 2011 19:03:56 +0200, ad...@mbnoimi.net wrote: > On 10/12/2011 03:15 م, Phil Thompson wrote: > On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net [1] wrote: > > On 10/12/2011 12:47 م, Phil Thompson wrote: I think there might be a > pyuic4 regression related to retranslation. Wha

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-21 Thread admin
On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 12:47 م, Phil Thompson wrote: I think there might be a pyuic4 regression related to retranslation. What version were you using that s

Re: [PyQt] Create a start Button

2011-12-21 Thread Fabien Lafont
Thanks Vincent, it works perfectly now. I think the main error came from the fact I called CPUMonitor after... If I remove from PyQt4.QtGui import (QApplication, QLabel, QLineEdit, QSpinBox, QVBoxLayout, QDial, QGridLayout, QCo

Re: [PyQt] Create a start Button

2011-12-21 Thread Vincent Vande Vyvre
Le 21/12/11 15:36, Fabien Lafont a écrit : Hello everyone, I'm trying to create a Start button on my soft. My software just plot live datas. When I run the program it display only a pristine graph and I want to start the first action of my program when I click on start. But

[PyQt] Create a start Button

2011-12-21 Thread Fabien Lafont
Hello everyone, I'm trying to create a Start button on my soft. My software just plot live datas. When I run the program it display only a pristine graph and I want to start the first action of my program when I click on start. But If I create this Start button nothing appears... Why just creatin