From 38485f675c2066776c4aa5d0ae14bbfbf2dcd626 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 21 May 2019 12:11:55 +0200 Subject: [PATCH] [branding] In the stylesheet, mention how styling works SEE #1149 --- src/branding/default/stylesheet.qss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/branding/default/stylesheet.qss b/src/branding/default/stylesheet.qss index 0ea8118bf..c5341ee0a 100644 --- a/src/branding/default/stylesheet.qss +++ b/src/branding/default/stylesheet.qss @@ -6,6 +6,14 @@ In principle, all parts can be styled through CSS. Missing parts should be filed as issues. The IDs are based on the object names in the C++ code. + +Documentation for styling Qt Widgets through a stylesheet +can be found at + https://doc.qt.io/qt-5/stylesheet-examples.html +In Calamares, styling widget classes is supported (e.g. +using `QComboBox` as a selector). You can also use specific +object names (ids), which you can find through debugging tools. + */ /* Main application window.