comparison widgets/widgets.pro @ 281:ac58acbd7482

* Add key reference window to Help menu (also needs mouse reference)
author Chris Cannam
date Wed, 04 Jul 2007 17:22:12 +0000
parents 6f46179086c0
children 9dd432665059
comparison
equal deleted inserted replaced
280:3c402c6052f6 281:ac58acbd7482
15 15
16 # Input 16 # Input
17 HEADERS += AudioDial.h \ 17 HEADERS += AudioDial.h \
18 Fader.h \ 18 Fader.h \
19 ItemEditDialog.h \ 19 ItemEditDialog.h \
20 KeyReference.h \
20 LayerTree.h \ 21 LayerTree.h \
21 LEDButton.h \ 22 LEDButton.h \
22 ListInputDialog.h \ 23 ListInputDialog.h \
23 NotifyingCheckBox.h \ 24 NotifyingCheckBox.h \
24 NotifyingComboBox.h \ 25 NotifyingComboBox.h \
36 WindowShapePreview.h \ 37 WindowShapePreview.h \
37 WindowTypeSelector.h 38 WindowTypeSelector.h
38 SOURCES += AudioDial.cpp \ 39 SOURCES += AudioDial.cpp \
39 Fader.cpp \ 40 Fader.cpp \
40 ItemEditDialog.cpp \ 41 ItemEditDialog.cpp \
42 KeyReference.cpp \
41 LayerTree.cpp \ 43 LayerTree.cpp \
42 LEDButton.cpp \ 44 LEDButton.cpp \
43 ListInputDialog.cpp \ 45 ListInputDialog.cpp \
44 NotifyingCheckBox.cpp \ 46 NotifyingCheckBox.cpp \
45 NotifyingComboBox.cpp \ 47 NotifyingComboBox.cpp \