显示系统默认的最小,最大,退出按钮
pele228 opened this issue · 1 comments
pele228 commented
你好,win7+qt5.8.0 +vs2013条件下, 按照两种载入方式, 鼠标放在右上角时都会出现系统默认的最小,最大,和退出图标. 请问是什么原因
Bringer-of-Light commented
在CFramelessWindow的构造函数里,去掉这个 flag:
Qt::WindowSystemMenuHint
pele228 opened this issue · 1 comments
你好,win7+qt5.8.0 +vs2013条件下, 按照两种载入方式, 鼠标放在右上角时都会出现系统默认的最小,最大,和退出图标. 请问是什么原因
在CFramelessWindow的构造函数里,去掉这个 flag:
Qt::WindowSystemMenuHint