Mercurial > hg > svgui
comparison layer/TimeValueLayer.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 | e175ade2d6b0 |
children | 7554ae119882 |
comparison
equal
deleted
inserted
replaced
284:1284955856ab | 285:9dd432665059 |
---|---|
25 | 25 |
26 #include "widgets/ItemEditDialog.h" | 26 #include "widgets/ItemEditDialog.h" |
27 #include "widgets/ListInputDialog.h" | 27 #include "widgets/ListInputDialog.h" |
28 | 28 |
29 #include "SpectrogramLayer.h" // for optional frequency alignment | 29 #include "SpectrogramLayer.h" // for optional frequency alignment |
30 #include "ColourMapper.h" | 30 #include "base/ColourMapper.h" |
31 | 31 |
32 #include <QPainter> | 32 #include <QPainter> |
33 #include <QPainterPath> | 33 #include <QPainterPath> |
34 #include <QMouseEvent> | 34 #include <QMouseEvent> |
35 #include <QRegExp> | 35 #include <QRegExp> |