当前位置:网站首页>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():
边栏推荐
猜你喜欢

On file uploading of network security

List interview common questions

Create commonly used shortcut icons at the top of the ad interface (menu bar)

NoSQL之Redis配置与优化

用头像模仿天狗食月

力扣------路径总和 III

数据的存储

map和set的实现

Summer 2022 daily question 1 (1)

Construction of Hisilicon universal platform: color space conversion YUV2RGB
随机推荐
【系统管理】清理任务栏的已删除程序的图标缓存
【写给初发论文的人】撰写综述性科技论文常见问题
Optimization cases of complex factor calculation: deep imbalance, buying and selling pressure index, volatility calculation
Allow public connections to local Ruby on Rails Development Server
Food Chem|深度学习根据成分声明准确预测食品类别和营养成分
idea gradle lombok 报错集锦
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
自适应非欧表征广告检索系统AMCAD
Collection of idea gradle Lombok errors
[dpdk] dpdk sample source code analysis III: dpdk-l3fwd_ 001
一些常用软件相关
Leetcode: interview question 17.24 Maximum cumulative sum of submatrix (to be studied)
Docker部署Mysql8的实现步骤
力扣------路径总和 III
True Global Ventures新成立的1.46亿美元后续基金关账,其中普通合伙人认缴6,200万美元以对后期阶段的Web3赢家进行投资
2022 middle school Youth Cup mathematical modeling question B fertility policy research ideas under the background of open three children
The JSON format of the international area code of the mobile phone number is obtained with PHP
什么是 CGI,什么是 IIS,什么是VPS「建议收藏」
接口数据安全保证的10种方式
三重半圆环进度条,直接拿去就能用