-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seg fault in editabletreemodel example #27
Comments
I have the same problem on OSX 10.11.6 with PySide 1.2.2
|
Replacing
fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In ubuntu 16.04 with pyside 1.2.2 the following line (298) creates a seg fault:
self.view.selectionModel().selectionChanged.connect(self.updateActions)
https://github.com/PySide/Examples/blob/master/examples/itemviews/editabletreemodel/editabletreemodel.py#L298
Commenting such line lets the example app run. I am still not sure what that line is for.
Thanks for the useful examples!
The text was updated successfully, but these errors were encountered: