Skip to content

Blaadick/BStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BStyle

Description

Custom style for QML applications.

Usage

Use env QT_QUICK_CONTROLS_STYLE=BStyle. Set it global, or launch application with it.

If your QML application can use QtQuickControl2 styles, it will use it.

Installation

Arch Linux

yay -S bstyle-qml-theme

Manual

git clone https://github.com/Blaadick/BStyle.git
cd BStyle
cmake -B cmake-build-release -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build-release --parallel
cmake --install cmake-build-release

License

Code is licensed under GPL-3.0-only