Re: [PyKDE] How to store python object in QVariant

2006-10-04 Thread Phil Thompson
Is it possible to store a python object reference in a QVariant similar to the capabilities provided by QModelIndex.internalPointer? Afraid not. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

[PyKDE] Newbie: Unable to populate Tree Widget with pyqt4

2006-10-04 Thread Johannes Graumann
Hello, I have a program that goes something like this #!/usr/bin/python from PyQt4 import uic, QtGui import sys Application = QtGui.QApplication(sys.argv) UI = uic.loadUi(ElNotes_GUI.ui) #UI.RepositoryTree.insertTopLevelItem(...) UI.show() Application.exec_() This showes me the interface

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-10-04 Thread Luka Renko (Lure)
On Thu, 28 Sep 2006 01:25:24, JIm Bublitz wrote: On Wednesday 23 August 2006 14:58, Sebastian Kügler wrote: I'm trying to make a KUniqueApplication accessible via dcop, but I'm getting the following error: dcop-testapp: ERROR: Communication problem with dcop-testapp, it probably

[PyKDE] kde language poll

2006-10-04 Thread Lee Braiden
Hi all, One of the KDE devs is running a poll about which language people would prefer to be blessed as the officially supported KDE scripting language. Currently, it's neck-and-neck between ruby and python, which makes no sense from all the statistics I've seen, so I figured that you guys