[PyQt] Fwd: Use QTextEdit() clear slot

2008-01-30 Thread Simon Stockes
the GUI style A beat tedious, no ? Although i receive no answer to my question, some questions came to me: Was my question too evident ? Too few people are reading this mailing-list ? Were my sentences not very well express ? No luck ? Cheers, Simon. Début du message réexpéd

[PyQt] Use QTextEdit() clear slot

2008-01-21 Thread Simon Stockes
Hi All, It seems that "cleanButton connect" stop to a new expression evaluation in the following code ? 1/ If you comment this connection the program works again !! 2/ If you "reset" with the "cleanButton" something you wrote in the QTextEdit, it cleans it !! Any track ? Simon CO

Re: [PyKDE] Is there a clicked signal for a QLabel ?

2007-01-31 Thread simon stockes
Thanks everybody for yours answers. It is clearer and I am in fact agree with you and trolltech. I suppose that to draw a button is not much more cpu time consuming against a label ? Simon 2007/1/31, Giovanni Bajo <[EMAIL PROTECTED]>: On 1/31/2007 11:06 AM, Simon stokes wrote: > I have a gr

[PyKDE] Is there a clicked signal for a QLabel ?

2007-01-31 Thread simon stockes
Hi, I have a gridlayout of QLabels. What it the signal to use in this context to change, for exemple, the text from the QLabel I have **clicked** ? I did not found **clicked()** signal for QGridlayout or QLabel. Simon. ___ PyKDE mailing listPyKDE@

[PyKDE] Draw Label in a grid (2)

2007-01-24 Thread simon stockes
Sorry for the first message. I did not finish my mail. So, The code below is supposed to draw 2 labels in a grid. For me the 2 labels are painted at the same place when I run the code !! Why this superposition ? Simon import sys from PyQt4 import QtGui, QtCore class MainWindow(QtGui.QMainWindo

[PyKDE] Draw Label in a grid

2007-01-24 Thread simon stockes
The code below is supposed to draw import sys from PyQt4 import QtGui, QtCore class MainWindow(QtGui.QMainWindow): def __init__(self, *args): QtGui.QMainWindow.__init__(self) self.setWindowTitle("DE") self.gridlayout = QtGui.QGridLayout() self.gridlayout.setMargin

[PyKDE] PyQt book

2006-11-14 Thread simon stockes
Hi, Since few days it is not possible to reach http://www.opendocs.org/pyqt/.Any information ?, Is PyQt4 book on the way ?Simon ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] problem with pyqtref manual code

2006-11-13 Thread simon stockes
s new in Qt-4.2 !!Also, be carefull to comment also in ui_imagedialog.py this line#self.ui.colorDepthCombo.addItem("2 colors (1 bit per pixel)") Bye, Simon.2006/11/11, Phil Thompson <[EMAIL PROTECTED]>: On Friday 10 November 2006 3:43 pm, simon stockes wrote:> Hi,>> With th

[PyKDE] problem with pyqtref manual code

2006-11-10 Thread simon stockes
Hi,With the pyqtref manual, I try to test base2.py (see below the code). But this one does not produce anything !!Is it the same for you ?SimonConfig : rhel4, pyqt-4.0.1, qt4.1.4 Base2.py===from PyQt4 import QtCore, QtGuifrom ui_imagedialog import Ui_ImageDialogclass ImageDialog(QtGui.QDialog):

Re: [PyKDE] pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

2006-11-09 Thread simon stockes
onsolidated module...Creating QScintilla API file...Creating top level Makefile...Creating elementtree Makefile...Creating pyuic4 wrapper...Creating pyuic4 Makefile...pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing. Creating pyqtconfig.py...2006/11/9, David Boddie <[EMA

Re: [PyKDE] Re: Re: pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

2006-11-09 Thread simon stockes
Thanks for the information but I have to compile it. Firewall, here are blocking yum, apt, etc ...Simon.I'm not root on this machine2006/11/9, Rex Dieter < [EMAIL PROTECTED]>:simon stockes wrote:> Yes, the xml qt4 lib is present  :-( OK.  dunno then.FYI, you may be interested in t

[PyKDE] Gui Python framework comparison

2006-11-09 Thread simon stockes
Hi,What are the bad and good points of PyQt compare to PyGtk, wxPython ?Simon ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Re: pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

2006-11-09 Thread simon stockes
   libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x002a97fb)    libc.so.6 => /lib64/tls/libc.so.6 (0x002a980bb000)    /lib64/ld-linux-x86-64.so.2 (0x00552000)    libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x002a982f)Simon.2006/11/7, Rex Dieter < [EMAIL PR

[PyKDE] pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

2006-11-07 Thread simon stockes
Hi All,I got this error when I tried to compile sip-4.5, pyqt4.1, with the last version of Qt-4.2.1 GNU version.The effect is to not construct the QtXml directory in pyqt4.1source directory. This one was constructed without problem in the previous pyqt version ( 4.0.1) on osx 10.4.8 and RHel4.For t