updated sample skin to showcase complete font change

This commit is contained in:
Martin Rotter 2023-02-03 06:28:29 +01:00
parent 546a674ebf
commit 836b905725
3 changed files with 10 additions and 1 deletions

Binary file not shown.

View file

@ -3,6 +3,10 @@
<author>
<name>Martin Rotter</name>
</author>
<default-font>
<family>Pacifico</family>
<size>9</size> <!-- in points -->
</default-font>
<palette>
<!--
Keys are defined in file

View file

@ -1,6 +1,11 @@
/* Qt stylesheet. */
QTextEdit {
QApplication, QWidget {
font: 9pt 'Pacifico';
}
QTextEdit, QLineEdit {
font: 9pt 'Pacifico';
selection-background-color: #4861f0;
}