Loading...
Searching...
No Matches
StyleSheets.hpp
1#pragma once
2
3class QString;
4
5namespace score
6{
7static 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