Re: [PyKDE] QListView

2002-12-21 Thread Fredrik Juhlin
On Sat, Dec 21, 2002 at 07:13:25PM +0200, Oleksandr Yakovlyev wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > maybe it is off topic, but i not found nothing yet about it: > > If i defined my own ListViewItem with my functions > > class MyListViewItem(QListViewItem) > ... >

Re: [PyKDE] destructor not getting called?

2002-11-08 Thread Fredrik Juhlin
On Fri, 2002-11-08 at 10:34, Greg Fortune wrote: > On Friday 08 November 2002 12:44 am, you wrote: > > The reason you're having problems is most likely because there is no > > such thing as a destructor in Python. I assume that you, like many > > before you, are treating the __del__() method as a d

Re: [PyKDE] destructor not getting called?

2002-11-08 Thread Fredrik Juhlin
On Fri, 2002-11-08 at 01:50, Kaleb Pederson wrote: > I'm using a global QSettings object throughout my application. For some > reason, when the program closes, the destructor on my QSettings object is not > getting called. As it is the destructor that actually writes everything to > disk (in o

Re: [PyKDE] Getting control over the Tab key

2002-10-24 Thread Fredrik Juhlin
On Wed, 2002-10-23 at 20:28, Konrad Hinsen wrote: > > They may be filtered out by the widget that has focus, it's hard to > > At least they never appear in keyPressEvent(), neither for the main > widget nor for the widget in focus. Since you haven't posted any code it's hard to tell what you're do

Re: [PyKDE] Getting control over the Tab key

2002-10-23 Thread Fredrik Juhlin
On Wed, 2002-10-23 at 15:04, Konrad Hinsen wrote: > I am trying to get control over the tab key in my application's main > widget. But even redefining keyPressEvent() for the main widget > doesn't help, the tab key events never arrive. At what level are they > filtered out, and what can I do agains

Re: [PyKDE] PyQt 3.x for Debian

2002-06-11 Thread Fredrik Juhlin
On Tue, 2002-06-11 at 21:19, Karl wrote: > Hi! > > Does anyone know if there are PyQt v3.x packages for Debian and if so, where? They are available with apt at: deb http://asgard.debian.net unstable main There's an announcement from May 21 about them on this list, so if you want more information

Re: [PyKDE] QSocket is MISSING! (I feel much like in the good olddays...)

2002-05-30 Thread Fredrik Juhlin
On Thu, 2002-05-30 at 16:41, Janos Blazi wrote: > It seems that QSocket is not supported in PyQt, because I tried it from > C++ and it is not missing from Qt! I found it in the module qtnetwork. I don't know how implemented it is, but it's there. PyQT splits things up in a number of different mod

Re: [PyKDE] Searching in a list of strings

2002-05-30 Thread Fredrik Juhlin
On Thu, 2002-05-30 at 09:13, Janos Blazi wrote: > I have a QListView containing up to 100,000 entries. Now I should like > to implement some sort of search: The strings in the list view should be > compared against an entered user string and only those strings in the > list view, that contain the

Re: [PyKDE] New Debian sip/PyQt packages. Please try them

2002-05-24 Thread Fredrik Juhlin
On Tue, 2002-05-21 at 17:27, Ricardo Javier Cardenes Medina wrote: > On Tue, May 21, 2002 at 12:41:26AM +0100, Ricardo Javier Cardenes Medina wrote: > > packages for PyQt from: > > > > deb http://asgard.debian.net unstable main > > I've placed there Qt3 packages too. I've tried out the python2.

[PyKDE] QMainWindow.setDockWindowsMovable()

2002-05-15 Thread Fredrik Juhlin
Hi! When I try to use the method setDockWindowsMovable() in a QMainWindow, I get an AttributeError. Has this method been overlooked in the bindings or am I simply doing something wrong? Thanks for any input! //FJ ___ PyKDE mailing list[EMAIL PRO

[PyKDE] Building PyQT without SGI style

2002-04-08 Thread Fredrik Juhlin
Hi! I'm trying to build PyQT but I'm running into trouble. I've come to the point where I can get it to compile, but when Python tries to import the module, I get the error "ImportError: /usr/local/lib/python2.2/site-packages/libqtcmodule.so: undefined symbol: qt_cast__9QSGIStylePCc". I'm build