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
- Host: GitHub
- URL: https://github.com/guang19/framelesswidget
- Owner: guang19
- Created: 2021-08-27T14:53:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T10:36:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T07:41:24.367Z (8 months ago)
- Language: C++
- Homepage:
- Size: 3.83 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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
````