Re: [PyQt] segfault when using QSortFilterProxyModel(or maybe somewhere else)

2007-08-14 Thread alexander krohn
sorry, i forgot ... it's qt 4.3, pyqt 4.3 and sip 4.7 cheers, alexander -- e-dict GmbH & Co. KG Alter Steinweg 3 D-20459 Hamburg/Germany Handelsniederlassungsort: Hamburg/Deutschland Registergericht: Amtsgericht Hamburg Handelsregistereintrags-Nr.:

[PyQt] segfault when using QSortFilterProxyModel(or maybe somewhere else)

2007-08-14 Thread alexander krohn
hi. i get a segfault with the attached stack-trace. the first 5 positions are a segv-handler, the segv happens at #6. there is an adress of 0x241 appearing as this, causing the segv. is this an error in some sip-related manner? any other ideas? cheers, alexander -- (sorry for) the informat

[PyKDE] viewing a QStandardItemModel

2007-02-21 Thread alexander krohn
hi. i have a column in a QStandardItemModel filled with a numerical value. now i want to show this in a QTableView in a different way, the value represents some kind of state, so i don't want to see a number, but a string like "ok" or "not ok". although i think that is an aspect of the view,

[PyKDE] QDataWidgetMapper and a QComboBox

2006-12-22 Thread alexander krohn
hi. the attached code doesn't work as excepted. it should map the combobox-selection to the model, but it does not. i'm using QDataWidgetMapper with other widgets without problems, only the QComboBox don't want to be mapped. maybe i got something wrong, maybe it's a bug in pyqt or in qt. n

[PyKDE] QObject.disconnect()

2006-10-05 Thread alexander krohn
hi. i want to use the 'universal disconnect', but can't get it to work. maybe i've missed something. i want to disconnect several python-slots from python-signals. any comments? thanks in advance. cheers, alexander ps: here is what i've tested: from PyQt4 import QtCore class A(QtCore.QO