开发者

What module is PYSIGNAL defined in PyQt4

开发者 https://www.devze.com 2023-01-15 04:06 出处:网络
All of the examples I read online use from PyQt4 import * or some variant开发者_JAVA百科 of that, importing everything. I don\'t want to do this, but I can\'t find where PYSIGNAL is defined!I think

All of the examples I read online use

from PyQt4 import *

or some variant开发者_JAVA百科 of that, importing everything. I don't want to do this, but I can't find where PYSIGNAL is defined!


I think you want:

PyQt4.Qt.SIGNAL

This is the same as:

PyQt4.QtCore.SIGNAL
0

精彩评论

暂无评论...
验证码 换一张
取 消