CCIMXDesktop
 
Loading...
Searching...
No Matches
settings.h
1#ifndef SETTINGS_H
2#define SETTINGS_H
3
4#include <QColor>
5
9static constexpr const QColor DEF_PEN_COLOR = QColor(0, 0, 0);
10
14static constexpr const short DEF_PEN_WIDTH = 2;
15
16#endif // SETTINGS_H