score
Home
Classes
Namespaces
Files
layouts/Constants.hpp
1
#pragma once
2
#include <QtGlobal>
3
4
namespace
score
5
{
6
static
constexpr
const
qreal default_margin = 0.;
7
static
constexpr
const
qreal default_padding = 0.;
8
9
}
score
Base toolkit upon which the software is built.
Definition:
Application.cpp:90