Tagged Questions
1
vote
1answer
768 views
python qt, display text/label above another widget(phonon)
I'm making a video player using PySide which is a python bind to the Qt framework. I'm using phonon(a module) to display the video and I want to display text above the video as a subtitle. How can I ...
0
votes
0answers
21 views
How can I make a slide-down widget in PySide?
In Chrome the find box has a nice slide down animation when I do Command-F. How can I reproduce this behaviour in PySide?
0
votes
1answer
204 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 ...