Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 606 Bytes

FramlessWindowHelper

提供一个可用于缩放qml窗口的类,widget缩放可以前往 一去丶二三里 的博客地址 http://blog.csdn.net/liang19890820/article/details/50557240

用法

  1. 将FramelessHelper文件夹拷贝到你的目录,然后在main.cpp文件中包含FramelessWindowHelper.h文件
  2. main 函数示例,addWindow是关键,MainWindow为你想要进行缩放的qml窗口的objectName image

2017/09/13更新

现在在main函数中仅需qmlRegisterType注册C++类即可,更简洁!