From 0daace619a8b743a8d05d13fba75485470c80c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D0=BA=D1=83=D1=80=D0=BD=D1=91=D0=B2?= Date: Mon, 4 Jan 2021 20:15:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20clCyan,=20clMag?= =?UTF-8?q?enta,=20clYellow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qtsgraph.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qtsgraph.h b/qtsgraph.h index 4e8b409..2485f1b 100644 --- a/qtsgraph.h +++ b/qtsgraph.h @@ -56,6 +56,9 @@ along with Vesi. If not, see . #define clBlue 0x000000FF #define clBlack 0x00000000 #define clWhite 0x00FFFFFF +#define clYellow 0x00FFFF00 +#define clMagenta 0x00FF00FF +#define clCyan 0x0000FFFF class QTSGraph : public QMainWindow {