[branding] In the stylesheet, mention how styling works

SEE #1149
This commit is contained in:
Adriaan de Groot 2019-05-21 12:11:55 +02:00
parent 6a7c2f541e
commit 38485f675c

View File

@ -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.