Thomas Sturm kirjoitti 3.12.2010 kello 21.44: > Major problem, i.e. the segmentation violation, resolved! That was my fault. > I had missed calling a constructor of a superclass in some __init__() plus > accessed a non-existent attribute of a corresponding instance. > > Sorry for suspecting the new package. It was late in the evening and it > appeared just a natural explanation when things crashed terribly before there > appeared anything on the screen.
No problem =) Now, having a look at your code sample it looks like QMenu does not have aboutToShow() signal, only QMainWindow has it. _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
