PyQt
Reordering items in a QTreeWidget with Drag and Drop in PyQt
I have a QTreeWidget with what I thought all the proper settings setup in order to be able to reorder items by dragging them around. It can work, at times, but more often than not I drag an item into[详细]
2023-04-11 04:58 分类:问答Using COM automation server and PyQt
I want to create an开发者_如何学编程 application in PYTHON with graphical interface (using pyqt), with a COM automation server.[详细]
2023-04-10 20:39 分类:问答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 分类:问答Setting the source for Phonon::VideoPlayer
Here is the link to my .ui file.And here is the code to start the GUI: import sys from PyQt4 import QtCore, QtGui[详细]
2023-04-10 04:34 分类:问答pyQt v4 rowsMoved Signal
Im pretty new to Qt and have been trying to create a UI where the user will have rows of information and each row represents a stage in a pipeline. Iam trying to achieve that a user can drag and drop[详细]
2023-04-09 19:34 分类:问答QCheckBox Indicator, SVG Image
Is it possible to prevent a QCheckBox indicator within a QGraphicsView from becoming pixelated when scaling t开发者_如何学Gohe graphics view?[详细]
2023-04-09 19:21 分类:问答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 分类:问答Qt: Using QTransform object for rotate differs from setting setRotation() in QGraphicsItem
While setting a QGraphicsItem rotation, I get different results upon the transformation origin point while using setRotation() and using:[详细]
2023-04-09 10:03 分类:问答QList with columns
Do开发者_开发知识库es anyone know of an easy way to create a QlistView or QListWidget with columns?[详细]
2023-04-09 06:08 分类:问答Ignore minimum size when resizing QWidget
Is there a way to make a QWidget (and any subclass of it) completely ignore its minimum size? 开发者_运维百科What I want is for a QPushButton to cut off when it is sized too small, rather than prevent[详细]
2023-04-08 14:13 分类:问答