Mercurial > hg > svgui
diff widgets/widgets.pro @ 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 | ac58acbd7482 |
children | 4ca7562dd246 |
line wrap: on
line diff
--- a/widgets/widgets.pro Fri Jul 06 15:17:35 2007 +0000 +++ b/widgets/widgets.pro Wed Jul 11 17:21:37 2007 +0000 @@ -15,6 +15,7 @@ # Input HEADERS += AudioDial.h \ + ColourNameDialog.h \ Fader.h \ ItemEditDialog.h \ KeyReference.h \ @@ -37,6 +38,7 @@ WindowShapePreview.h \ WindowTypeSelector.h SOURCES += AudioDial.cpp \ + ColourNameDialog.cpp \ Fader.cpp \ ItemEditDialog.cpp \ KeyReference.cpp \