stdware / qwindowkit

Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.
Apache License 2.0
538 stars 85 forks source link

macOS window bar 移动到右侧 #104

Open L-Super opened 3 months ago

L-Super commented 3 months ago
image

均未设置title及menuBar,启动时正常,但尝试拖动标题栏时,无法拖动,缩放窗口大小,系统三按钮移动到右侧

//    windowBar->setMenuBar(initMenuBar());
//    windowBar->setTitleLabel(titleLabel);
L-Super commented 3 months ago

测试发现,设置了title,缩放窗口大小时也能复现,系统按钮移动到右侧

wenbingzhang commented 1 month ago

请问 macos如果才能调整这个三个按钮的位置