博客
关于我
Qt 多屏位置信息获取
阅读量:619 次
发布时间:2019-03-13

本文共 143 字,大约阅读时间需要 1 分钟。

分享一个,多屏幕显示时,程序根据当前位置在当前屏幕最大化选择屏幕的代码

QScreen *screen= QGuiApplication::screenAt(this->pos());    this->setGeometry(screen->availableGeometry());

转载地址:http://ewxaz.baihongyu.com/

你可能感兴趣的文章
Navicat for MySQL 查看BLOB字段内容
查看>>
Navicat for MySQL笔记1
查看>>
Navicat for MySQL(Ubuntu)过期解决方法
查看>>
Navicat Premium 12 卸载和注册表的删除
查看>>
Navicat 导入sql文件
查看>>
navicat 添加外键1215错误
查看>>
navicat 系列软件一点击菜单栏就闪退
查看>>
navicat 自动关闭_干掉Navicat!MySQL官方客户端到底行不行?
查看>>
Navicat 设置时间默认值(当前最新时间)
查看>>