Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PyQt4 中是否有自动生成事件。 这意味着,通常我们可以在按下按钮时将按钮事件与自定义定义联系起来。 我想通过检查全局布尔变量来生成调用定义的事件。 如果全局变量为真,则事件将调用自定义定义。谢谢
您可以通过调用按钮的方法.animateClick来触发事件