[PyKDE] PyQt for Windows

2006-10-03 Thread hok kakada
Hi list, Does anybody know the required packages for PyQt to be able to run on Windows? I am using python as a programming language and PyQt for GUI. I have developed it on Linux, and now I want to make an installer for windows, but I don't know what are the requirement? Thanks, da ___

Re: [PyKDE] Totally stuck on QTableWidget conversion

2006-10-03 Thread David Boddie
On Tue Oct 3 21:35:03 MEST 2006, Dave S wrote: > (1) I used to use self.tableitem.setSpan(2,2) to join 2 X rows together in > QT3 I then wrote text in a large font with a different coloured background > to differentiate different sections of my QTable. > > Googling I found > > http://lists.troll

[PyKDE] How to store python object in QVariant

2006-10-03 Thread Allen Bierbaum
Is it possible to store a python object reference in a QVariant similar to the capabilities provided by QModelIndex.internalPointer? -A ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Totally stuck on QTableWidget conversion

2006-10-03 Thread Dave S
In a word HELP :) I am s stuck converting my QT3 app to windows QT4. I have managed to get almost everything done except QTable I was using QTable and QTableItem. I am now trying to implement QTableWidget & QTableWidgetItem but have the following problems ... (1) I used to use self.t

Re: [PyKDE] PyQt to PyKDE migration

2006-10-03 Thread Jim Bublitz
On Tuesday 03 October 2006 05:56, Kushal Das wrote: > Hi, > I have written a small PyQt app known as Kphotobymail > (http://kphotobymail.sourceforge.net) > Now here the main Ui is a QMainWindow... from which I am building the > QApplication class. > > I want to migrate it to PyKDE now, so any one c

Re: [PyKDE] PyQt4 question - QFileIconProvider

2006-10-03 Thread Detlev Offenbach
On Tuesday 03 October 2006 09:58, Phil Thompson wrote: > > On Monday 02 October 2006 18:36, Phil Thompson wrote: > >> > Hi, > >> > > >> > I would like to have my own file icon provider for QFileDialog. > >> > Therefore, I > >> > created a derived class and wanted to overwrite the icon methods. > >>

[PyKDE] PyQt to PyKDE migration

2006-10-03 Thread Kushal Das
Hi, I have written a small PyQt app known as Kphotobymail (http://kphotobymail.sourceforge.net) Now here the main Ui is a QMainWindow... from which I am building the QApplication class. I want to migrate it to PyKDE now, so any one can help me to understand that how can I make the changes.. wi

Re: [PyKDE] sip-4.4.5 problem

2006-10-03 Thread Hans-Peter Jansen
Am Dienstag, 3. Oktober 2006 08:26 schrieb Neil Philip Hankey: > I'm trying to install PyQT (PyQt-x11-gpl-4.0.1) on a SUSE 10.1 box > and having problems with sip-4.4.5. After installing sip-4.4.5 by > following the configure->make->make install process the system still > reports and sip-4.2.1 is p

Re: [PyKDE] PyQt4 question - QFileIconProvider

2006-10-03 Thread Phil Thompson
> On Monday 02 October 2006 18:36, Phil Thompson wrote: >> > Hi, >> > >> > I would like to have my own file icon provider for QFileDialog. >> > Therefore, I >> > created a derived class and wanted to overwrite the icon methods. >> > Unfortunately Python doesn't allow to have to methods with the sam