pyside
py2app IOError: [Errno 63] File name too long:
Im trying to package a PySide app with py2app on OS X 10.6 with python 2.6. The problem i\'m getting it that it seems like py2app is getting stuck in a loop and recursively appending the same directo[详细]
2023-04-12 05:35 分类:问答Phonon's VideoWidget show wrong colors on a QGLWidget (Qt, Python)
I have a pet project that contains a videoplayer with a feature to display subtitles. Until now I was working on the other parts of my project, but now I have to implement the subtitle rendering part,[详细]
2023-04-11 16:39 分类:问答Qt Widget with Transparent Background
(I\'m using PySide, but I think the answer would be the same/similar for any language bindings). I\'m trying to take the shaped clock example, located here, and cause the face of the clock (circle) t[详细]
2023-04-11 14:48 分类:问答pyqtSignal and QObject.receivers(..)
I need to check the signal for the presence of the listener, before it is emitted. class Test(QObject):[详细]
2023-04-10 06:06 分类:问答PySide Signal "duplicating" behavior
from PySide.QtCore import * class Eggs(QObject): evt_spam = Signal() print \"Loaded\" a = Eggs() b = Eggs()[详细]
2023-04-09 10:06 分类:问答Python app crashes when emit signal from callback
I use my c++ library from python application with QT. It uses callback to communicate with UI. My library is \'ts\'. The problem is that my program crashes sometimes.[详细]
2023-04-08 18:22 分类:问答PySide methods signature in Eclipse/WingIDE/PyCharm?
Is there any way to have the signature of the methods of PySide classes in Eclipse, WingIDE, PyCharm or any Python IDE?[详细]
2023-04-08 11:45 分类:问答PySide Installation on Archlinux [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发知识库 Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-05 05:56 分类:问答QLabel.setText() not working?
I have been trying to get QLabel.setText in PySide working for several days, but no succes. I have following code(simplified):[详细]
2023-04-04 15:36 分类:问答Error calling slot with PySide
I\'m trying my hand at scraping a JavaScript reliant site.It\'s a pretty basic site with a simple list of entires (names of cities, actually) that I don\'t want to copy and paste into Excel.The list i[详细]
2023-04-03 16:48 分类:问答