StyleSheets.hpp
1 #pragma once
2 
3 class QString;
4 
5 namespace score
6 {
7 static const QString ValueStylesheet(
8  "background-color: #252930;"
9  "color: #d6d6d6; "
10  "font-weight: 600;");
11 }
Base toolkit upon which the software is built.
Definition: Application.cpp:90