comparison 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
comparison
equal deleted inserted replaced
284:1284955856ab 285:9dd432665059
13 OBJECTS_DIR = tmp_obj 13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc 14 MOC_DIR = tmp_moc
15 15
16 # Input 16 # Input
17 HEADERS += AudioDial.h \ 17 HEADERS += AudioDial.h \
18 ColourNameDialog.h \
18 Fader.h \ 19 Fader.h \
19 ItemEditDialog.h \ 20 ItemEditDialog.h \
20 KeyReference.h \ 21 KeyReference.h \
21 LayerTree.h \ 22 LayerTree.h \
22 LEDButton.h \ 23 LEDButton.h \
35 Thumbwheel.h \ 36 Thumbwheel.h \
36 TipDialog.h \ 37 TipDialog.h \
37 WindowShapePreview.h \ 38 WindowShapePreview.h \
38 WindowTypeSelector.h 39 WindowTypeSelector.h
39 SOURCES += AudioDial.cpp \ 40 SOURCES += AudioDial.cpp \
41 ColourNameDialog.cpp \
40 Fader.cpp \ 42 Fader.cpp \
41 ItemEditDialog.cpp \ 43 ItemEditDialog.cpp \
42 KeyReference.cpp \ 44 KeyReference.cpp \
43 LayerTree.cpp \ 45 LayerTree.cpp \
44 LEDButton.cpp \ 46 LEDButton.cpp \