comparison layer/SpectrogramLayer.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
22 #include "base/Pitch.h" 22 #include "base/Pitch.h"
23 #include "base/Preferences.h" 23 #include "base/Preferences.h"
24 #include "base/RangeMapper.h" 24 #include "base/RangeMapper.h"
25 #include "base/LogRange.h" 25 #include "base/LogRange.h"
26 #include "base/CommandHistory.h" 26 #include "base/CommandHistory.h"
27 #include "ColourMapper.h" 27 #include "base/ColourMapper.h"
28 #include "ImageRegionFinder.h" 28 #include "ImageRegionFinder.h"
29 29
30 #include <QPainter> 30 #include <QPainter>
31 #include <QImage> 31 #include <QImage>
32 #include <QPixmap> 32 #include <QPixmap>