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
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
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
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
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