Add documentation about the available widget styles and how to select them (#1910)

This commit is contained in:
Simon Hausmann 2022-11-25 14:53:20 +01:00 committed by GitHub
parent c4f90dfa2a
commit 4308ed921d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 3 deletions

View file

@ -149,7 +149,7 @@ else()
set(SLINT_STYLE_DEFAULT "fluent")
endif()
set(SLINT_STYLE "" CACHE STRING "The Slint widget style")
set(SLINT_STYLE "" CACHE STRING "The Slint Widget Style")
if(SLINT_STYLE)
set_property(GLOBAL PROPERTY SLINT_STYLE ${SLINT_STYLE})