I want to set rounded corners on a QDialog. Since it is a top-level window, border-radius doesn\'t work, so I\'ve to do this :
I\'m baffled by this one. I tried moving the QPainter to it\'s own def as some have suggested, but it gives the exact same error. Here\'s the def I created.
I\'ve been looking for how to do this and I\'ve found places where the subject comes up, but none of the suggestions actually work for me, even though they seem to work out okay for the questioner (th
I\'m mak开发者_StackOverflowing 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
I followed what they said at pyside.org but somehow i can\'t get it to work. I downloaded the two files that they are linking from their site (qt libraries and pyside for python 2.6)
I cannot find a way to set the text alignment in a QTabWidget. After I\'ve created an instance of this widget, I\'ve set its tabPosition property to West, but I wish it showed text/label horizontall
I\'m trying to install PySide v0.3.1 in Mac OS X, for Qt development in python. As a pre-requisite, I have installed CMake and the Qt SDK.
I have started using Python for web development recently, it\'s kinda cool; I have seen programs that are developed in QT/C++, which is good enough in terms of esthetics;
I want to write a C++ application with Qt, but build a prototype first using Python and then gradually replace the Python code with开发者_StackOverflow中文版 C++.
Anyone had success installing and using PySide on OSX? I a开发者_开发问答m following the install instructions on the PySide site, though I\'m running into issues building the API Extractor. I run cmak