CutefishOS GUI library, based on Qt Quick.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
rekols 54a40965f6 CheckBox text color follows dark mode 4 years ago
debian Optimize dialog 4 years ago
src CheckBox text color follows dark mode 4 years ago
.gitignore Init 4 years ago
CMakeLists.txt Rename to FishUI 4 years ago
FishUIConfig.cmake.in Rename to FishUI 4 years ago
LICENSE Init 4 years ago
README.md Update README.md 4 years ago

README.md

FishUI

FishUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cutefish application uses it.

Features

  • Light and Dark Mode
  • Borderless window (XCB Window move & resize)
  • Blurred window
  • Window shadow
  • Desktop-level menu
  • The style of the Qt Quick control
  • ...

Dependencies

sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev -y

Build

Before build, make sure you have necessary Qt environment.

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

License

FishUI is licensed under GPLv3.