qwindowkit
qwindowkit copied to clipboard
Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.
QWidget example,首次打开时首帧会闪一下白色的底色,有什么好的方法可以解决这个问题?目前使用的是 Qt6.9.3的版本,其他版本编译后也是这样。
QML example,首次打开时首帧会闪一下白色的底色,有什么好的方法可以解决这个问题?
The title bar of a subwindow is not displaying. Does only the QMainWindow support title bar? ``` auto window = new QWidget(); auto agent = new QWK::WidgetWindowAgent(window); agent->setup(window); auto titleLabel...
 QML example程序 当最大化窗口后,点击最小化按钮,再次点击任务栏按钮,发现恢复原来的窗口大小了而不是最大化窗口

```cxx QPushButton *closeButton = new QPushButton; closeButton->setCursor(Qt::PointingHandCursor); /* 将光标设为小手指 */ /* 设置标题栏的关闭按钮,光标样式永远都是箭头,不会变为小手指 */ windowAgent->setSystemButton(QWK::WindowAgentBase::Close, closeButton); ``` 测试环境 Win10 Qt-5.15.2 QWindowKit-1.4.0
大佬,最近在qt6.7.3上使用qwindowkit,在Windows Server 2016 Standard上测试时,发现在配合QWebEngineView使用时上边框丢失,QWidget正常。 系统版本如下: 版本 Windows Server 2016 Standard 版本 1607 OS 版本 14393.5125 ps:QT5.15.2正常,貌似是QT5到QT6的兼容问题 我看项目的介绍里有对win10做了一些兼容避免上边框丢失,我应该怎么适配Windows Server 2016 Standard来解决这个问题?
``` CMake Error at build/_install/lib/cmake/qmsetup/cmake/QMSetupAPI.cmake:238 (find_package): Could not find a configuration file for package "QT" that is compatible with requested version "". The following configuration files were considered but not...
我使用的是 SARibbonbar 的控件间接的使用该库。 ## 环境 windows 10 qt6.8 saribbonbar 2.3.1 qwindowkit 1.3.2 ## 描述 我在 debug 模式下,关闭窗口的时候,会报错,如下图:  但是在 release 模式下,是不会报错的。 ## 疑惑 这个 bug,我没有测试在当前 master 里是否还存在。如果已经修复了,能不能添加一个新的 release 版本,如1.3.3