comparison widgets/widgets.pro @ 289:4ca7562dd246

* Add icon loader that automatically inverts icons where appropriate for (slightly) better display on a dark background
author Chris Cannam
date Fri, 13 Jul 2007 13:19:15 +0000
parents 9dd432665059
children 46faec7aae12
comparison
equal deleted inserted replaced
288:e27f546f83ad 289:4ca7562dd246
15 15
16 # Input 16 # Input
17 HEADERS += AudioDial.h \ 17 HEADERS += AudioDial.h \
18 ColourNameDialog.h \ 18 ColourNameDialog.h \
19 Fader.h \ 19 Fader.h \
20 IconLoader.h \
20 ItemEditDialog.h \ 21 ItemEditDialog.h \
21 KeyReference.h \ 22 KeyReference.h \
22 LayerTree.h \ 23 LayerTree.h \
23 LEDButton.h \ 24 LEDButton.h \
24 ListInputDialog.h \ 25 ListInputDialog.h \
38 WindowShapePreview.h \ 39 WindowShapePreview.h \
39 WindowTypeSelector.h 40 WindowTypeSelector.h
40 SOURCES += AudioDial.cpp \ 41 SOURCES += AudioDial.cpp \
41 ColourNameDialog.cpp \ 42 ColourNameDialog.cpp \
42 Fader.cpp \ 43 Fader.cpp \
44 IconLoader.cpp \
43 ItemEditDialog.cpp \ 45 ItemEditDialog.cpp \
44 KeyReference.cpp \ 46 KeyReference.cpp \
45 LayerTree.cpp \ 47 LayerTree.cpp \
46 LEDButton.cpp \ 48 LEDButton.cpp \
47 ListInputDialog.cpp \ 49 ListInputDialog.cpp \