MIsike

Results 2 comments of MIsike

Thanks for your code. Yesterday, I forked you code and find something about this question. This is my modification: ` HWND hwnd = (HWND)this->winId(); DWORD style = ::GetWindowLong(hwnd, GWL_STYLE); ::SetWindowLong(hwnd,...

我又试了一下,WS_CAPTION选项就是控制非全屏化的,并不应该去掉。您的解决方法可能就是Qt搞这个的最合适的写法了。