winsoft666

Results 45 comments of winsoft666

Sorry, I don't have this Qt version. You can fix this problem, and pull a request.

请问你使用的是哪个版本的CEF? 我使用`cef_binary_74.1.19+gb62bacf+chromium-74.0.3729.157_windows32`,重现不了这个问题

Right click desktop, create an new empty txt file, rename this file( just filename has a special meaning, file content is empty ), then compress this file to zip.

I has found a way to solve by adding below code to main function: `setlocale(LC_ALL, ".936");` But I don't know why?

Could you reproduce this problem 100%? I just use `QtFramelessWindowSample` tested, it's ok

> 我使用您的demo测试的 , > > 其中的原因,是因为一般软件最大化后,不能拖拽标题栏,一拖拽软件会恢复默认大小,然后跟随鼠标移动, > > 但是这个demo最大化后还是可以拖拽标题栏移动位置。 并没有恢复到默认大小,而且 此时双击标题栏不会恢复默认大小,也无法拖拉边框改变大小 , 需要多次双击标题栏才可以 , > > 没事小问题, 最大化后还去拖拽标题栏 也算不是常用操作 What's your os version? I test on windows10, it' ok.

I run this test case on windows 11, the behavior is not expect as @ihor-drachuk say, the child process can create server successful. ``` App started, wait 2s Bind to...

Indeed, as @ihor-drachuk said, QProcess::startDetached will inherit parent handles to children: ```cpp // qprocess_win.cpp Line 954 QProcess::CreateProcessArguments cpargs = { nullptr, reinterpret_cast(const_cast(args.utf16())), nullptr, nullptr, true, dwCreationFlags, envPtr, workingDirectory.isEmpty() ? nullptr...