QT5 获取窗口大小尺寸信息
获取方法
代码
qDebug() << __FUNCTION__ << __LINE__ << " : " << this->frameGeometry();
qDebug() << __FUNCTION__ << __LINE__ << " : " << this->geometry() << this->width() << this->height();
版权声明:
作者:小何
链接:https://ligo100.cn/houduanjishu/qt/87.html
来源:小何博客
文章版权归作者所有,未经允许请勿转载。

共有 0 条评论