当前位置:网站首页>Pyqt5 out of focus monitoring no operation timer
Pyqt5 out of focus monitoring no operation timer
2022-07-07 04:09:00 【AI vision netqi】
pyqt5 Defocus No operation monitoring
The following is from :
How to capture PyQt5 QMainWindow Lose focus -python Black hole network
timer Can be updated ui.
class MainUi(QtWidgets.QMainWindow):
def __init__(self):
super().__init__()
self.init_ui()
self.setFocus()
QtWidgets.qApp.focusChanged.connect(self.on_focusChanged)
@QtCore.pyqtSlot("QWidget*", "QWidget*")
def on_focusChanged(self, old, now):
if now == None:
print(f"\nwindow lost focus: {self.isActiveWindow()}",time.strftime('%Y-%m-%d %H:%M:%S'))
# self.setWindowState(QtCore.Qt.WindowMinimized)
self.loss_start = time.time() # Record the start time
self.timer.start(1000*5) # Set the timer interval and start ,1 second
def lose_focus(self):
if not self.isActiveWindow():
边栏推荐
- Kotlin Android environment construction
- Using thread class and runnable interface to realize the difference between multithreading
- leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
- 【mysql】mysql中行排序
- When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
- The most complete learning rate adjustment strategy in history LR_ scheduler
- 使用 BR 备份 TiDB 集群到 GCS
- Kbone与小程序跨端开发的一些思考
- Triple half circle progress bar, you can use it directly
- Redis源码学习(30),字典学习,dict.h
猜你喜欢
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
Collection of idea gradle Lombok errors
史上最全MongoDB之部署篇
科兴与香港大学临床试验中心研究团队和香港港怡医院合作,在中国香港启动奥密克戎特异性灭活疫苗加强剂临床试验
维护万星开源向量数据库是什么体验
Opencv third party Library
【刷题记录】2. 两数相加
QT opens a file and uses QFileDialog to obtain the file name, content, etc
Imitate Tengu eating the moon with Avatar
Arduino droplet detection
随机推荐
【编码字体系列】OpenDyslexic字体
Enter the rough outline of the URL question (continuously updated)
QT opens a file and uses QFileDialog to obtain the file name, content, etc
Termux set up the computer to connect to the mobile phone. (knock the command quickly), mobile phone termux port 8022
termux设置电脑连接手机。(敲打命令贼快),手机termux端口8022
Kotlin Compose Text支持两种颜色
ABAP dynamic inner table grouping cycle
见到小叶栀子
自适应非欧表征广告检索系统AMCAD
5年自动化测试,终于进字节跳动了,年薪30w其实也并非触不可及
Mongo shell, the most complete mongodb in history
2022夏每日一题(一)
太方便了,钉钉上就可完成代码发布审批啦!
什么是 CGI,什么是 IIS,什么是VPS「建议收藏」
超越Postman,新一代国产调试工具Apifox,用起来够优雅
别样肉客联手德克士在全国部分门店推出别样汉堡
. Net interface can be implemented by default
Class常量池与运行时常量池
Redis源码学习(30),字典学习,dict.h
opencv第三方库