Re: [PyQt] creating TIFF with CCITT FAX group 4 compression

2008-07-18 Thread David Boddie
On Friday 18 July 2008 01:37:47 +0200, David Boddie wrote: > An alternative would be to write a helper function to write the file, > but I'm thinking that it might be easier just to create a new version of > the Qt TIFF plugin just to write files in the format you want. Once > installed, it should

[PyQt] How to dynamically add widgets to a verticle layout?

2008-07-18 Thread Adam Chrystie
Hello, I have a scroll area which holds a verticle layout. I want to add QlineEdits in to the verticle playout after the main GUI has been executed. As I add more QLineEdits, they are drawn closer and closer together and eventually overlap each other instead of drawing spaced apart from each o

[PyQt] Threads problems

2008-07-18 Thread 武艳美
Hello all: I write a small program to display the cpu MHz as follow: #!/usr/bin/python #cpu.py import sys import time import threading from PyQt4 import QtGui class MainWindow(QtGui.QWidget): def __init__(self): QtGui.QWidget.__init__(self) self.setGeomet

Re: [PyQt] Qt 4.4: QtNetwork.QNetworkProxy: Problem

2008-07-18 Thread Chris Giles
2008/4/21 Phil Thompson <[EMAIL PROTECTED]>: > On Monday 21 April 2008, Chris Giles wrote: > > When coupling PyQt 4.3.3 with Qt 4.4, using a "QtNetwork.QNetworkProxy" > > with "QtNetwork.QHttp" doesn't seem to work anymore. > > > > Can anyone confirm this or would you like me to provide a code fra

Re: [PyQt] signals and slots

2008-07-18 Thread Giovanni Bajo
On Thu, 2008-07-17 at 11:20 +0200, Andreas Pakulat wrote: > On 17.07.08 09:54:40, Strato wrote: > > Hi Folks, > > > > Thanks Russel for your answer, but I'm not able to figure out how my > > argument can be the correct one that way... Maybe I'm not as skilled as > > I need to realy understand h