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