| | |
| | | |
| | | Cross-platform window customization framework for Qt Widgets and Qt Quick. |
| | | |
| | | This project inherited most of [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper) |
| | | implementation, with a complete refactoring and upgrading of the architecture. |
| | | This project inherited the major implementations from [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper), with a complete refactoring and upgrading of the architecture. |
| | | |
| | | Feature requests are welcome. |
| | | |
| | |
| | | |:-------------------------------:|:---------------------------------:| |
| | | |  |  | |
| | | |
| | | ## Products who use QWK |
| | | |
| | | ### Jami |
| | | |
| | |  |
| | | |
| | | [Jami](https://jami.net/) is a free/libre, end-to-end encrypted, and private communication software. |
| | | |
| | | Please refer to [this blog](https://jami.net/whats-new-on-desktop/) which officially announced that Jami uses QWK. |
| | | |
| | | ### Tietie |
| | | |
| | |  |
| | | |
| | | [Tietie](https://tietieapp.com) is a simple and easy to use clipboard management software. Multi-format support, powerful search ability. |
| | | |
| | | ## Requirements |
| | | |
| | | | Component | Requirement | Details | |
| | |
| | | cd qwindowkit |
| | | |
| | | cmake -B build -S . \ |
| | | -DCMAKE_PREFIX_PATH=<QT_DIR> \ |
| | | -Dqmsetup_DIR=<dir> \ # Optional |
| | | -DQWINDOWKIT_BUILD_QUICK=TRUE \ # Optional |
| | | -DCMAKE_INSTALL_PREFIX=/path/install \ |