comparison layer/SliceLayer.cpp @ 285:9dd432665059

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 1284955856ab
children cd2492c5fe45
comparison
equal deleted inserted replaced
284:1284955856ab 285:9dd432665059
18 18
19 #include "view/View.h" 19 #include "view/View.h"
20 #include "base/AudioLevel.h" 20 #include "base/AudioLevel.h"
21 #include "base/RangeMapper.h" 21 #include "base/RangeMapper.h"
22 #include "base/RealTime.h" 22 #include "base/RealTime.h"
23 23 #include "base/ColourMapper.h"
24 #include "ColourMapper.h" 24
25 #include "PaintAssistant.h" 25 #include "PaintAssistant.h"
26 26
27 #include <QPainter> 27 #include <QPainter>
28 #include <QPainterPath> 28 #include <QPainterPath>
29 29