当前位置:网站首页>pyqt5 失焦 监听无操作 定时器
pyqt5 失焦 监听无操作 定时器
2022-07-06 21:36:00 【AI视觉网奇】
pyqt5 失焦 无操作监听
以下内容转自:
如何捕获PyQt5 QMainWindow失去焦点-python黑洞网
timer可以更新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() # 记录开始时间
self.timer.start(1000*5) # 设置计时间隔并启动,1秒
def lose_focus(self):
if not self.isActiveWindow():
边栏推荐
- Do you choose pandas or SQL for the top 1 of data analysis in your mind?
- 二进制、八进制、十六进制
- QT item table new column name setting requirement exercise (find the number and maximum value of the array disappear)
- opencv第三方库
- Implementation of binary search tree
- 史上最全学习率调整策略lr_scheduler
- MySQL的存储引擎
- MySQL storage engine
- MySQL data loss, analyze binlog log file
- 2022电工杯A题高比例风电电力系统储能运行及配置分析思路
猜你喜欢
Tencent cloud native database tdsql-c was selected into the cloud native product catalog of the Academy of communications and communications
codeforces每日5题(均1700)-第七天
web服务性能监控方案
2022年电工杯B 题 5G 网络环境下应急物资配送问题思路分析
Kotlin Android 环境搭建
What is the experience of maintaining Wanxing open source vector database
idea gradle lombok 报错集锦
Redis configuration and optimization of NoSQL
[security attack and Defense] how much do you know about serialization and deserialization?
链表面试常见题
随机推荐
opencv第三方库
三重半圆环进度条,直接拿去就能用
接口数据安全保证的10种方式
Hongmi K40S root gameplay notes
什么是 BA ?BA怎么样?BA和BI是什么关系?
ABAP Dynamic Inner table Group cycle
Redis源码学习(31),字典学习,dict.c(一)
Kalman filter-1
史上最全MongoDB之Mongo Shell使用
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
Implementation of map and set
Food Chem|深度学习根据成分声明准确预测食品类别和营养成分
预处理——插值
It's too convenient. You can complete the code release and approval by nailing it!
MySQL的索引
Web service performance monitoring scheme
NoSQL之Redis配置与优化
One of oscp tools: dirsearch usage Encyclopedia
ABAP 動態內錶分組循環
API data interface of A-share index component data