score
Home
Classes
Namespaces
Files
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
}
score
Base toolkit upon which the software is built.
Definition:
Application.cpp:90