Quote:
Originally Posted by kovidgoyal
IIRC PyQt auto converts the arguments for some fucntion calls. In any case getting a QBrush from a QColor is just
QBrush(QColor(whatever)) or QBrush(Qt.somecolorname)
|
Good to know, thanks.
Another unrelated (and probably minor) issue:
I've just noticed that the original plugin zip files from kiwidude I've been working on are zip files, but with 0% compression. I see that in some other plugins, too; but not all.
Is/was there some reason for that?