计算按下/点击图像的次数

Count the no of times an image is pressed/tapped

本文关键字:图像 计算      更新时间:2023-10-16

我想计算一个图像被按下的次数。有什么办法这样做吗?

您可以例如子类QLabel和重新实现QLabel::mousePressEvent。或者您编写了一个eventFilter,用于捕获QLabel上的鼠标事件。