0
votes
1answer
28 views
PySide Qt4 widget exchange in a hboxlayout
I'd like to exchange a widget inside a QHBoxLayout. This code seems to work, but as soon as I do the actual app._exec(), the code crashes with terminate called after throwing an instance of …
2
votes
2answers
186 views
Loading a simple Qt Designer form in to Pyside
I create a simple form in Qt designer and am trying to load it in to a Qt application I'm creating with PySide but without much luck.
Here's the generated code from `pyside-uic':
# -*- coding: utf-8 …
10
votes
3answers
1k views
PySide vs. PyQt ?
Has anyone tried the new Python Qt binding - PySide yet?
I wonder about its matureness and compatibility with PyQt. What are your experiences on this matter? I know it has only been released this …
