An open API service indexing awesome lists of open source software.

https://github.com/guang19/framelesswidget

Frameless window components under the Linux platform implemented by Qt, supporting x11
https://github.com/guang19/framelesswidget

Last synced: about 2 months ago
JSON representation

Frameless window components under the Linux platform implemented by Qt, supporting x11

Awesome Lists containing this project

README

        

Qt实现的Linux平台下的无边框窗口组件,支持x11

开发环境:
1. Linux 5.13.x
3. Compiler: GCC 11.1.0
4. Maker: CMake/Make
2. WM/DE: PLASMA/KDE/X11

在编译时请将CMakeLists的CMAKE_BUILD_TYPE选项改为当前环境DEBUG/RELEASE

````
chmod +x build.sh
./build.sh debug/release
cd sample
chmod +x run.sh
./run.sh debug/release
````