annotate widgets/widgets.pro @ 189:5b7472db612b

* Add large chunks of context help in the optional status bar * Add an extra overlay mode in which even the centre frame is disabled * Fixes to FTP retrieval
author Chris Cannam
date Fri, 19 Jan 2007 13:13:14 +0000
parents dd573e090eed
children 53835534a9d3
rev   line source
Chris@128 1 TEMPLATE = lib
Chris@128 2
Chris@129 3 SV_UNIT_PACKAGES = vamp-sdk
Chris@128 4 load(../sv.prf)
Chris@128 5
Chris@128 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@128 7 QT += xml
Chris@128 8
Chris@128 9 TARGET = svwidgets
Chris@128 10
Chris@128 11 DEPENDPATH += . ..
Chris@128 12 INCLUDEPATH += . ..
Chris@128 13 OBJECTS_DIR = tmp_obj
Chris@128 14 MOC_DIR = tmp_moc
Chris@128 15
Chris@128 16 # Input
Chris@128 17 HEADERS += AudioDial.h \
Chris@128 18 Fader.h \
Chris@128 19 ItemEditDialog.h \
Chris@128 20 LayerTree.h \
Chris@128 21 LEDButton.h \
Chris@128 22 ListInputDialog.h \
Chris@189 23 NotifyingCheckBox.h \
Chris@189 24 NotifyingComboBox.h \
Chris@189 25 NotifyingPushButton.h \
Chris@172 26 Panner.h \
Chris@128 27 PluginParameterBox.h \
Chris@128 28 PluginParameterDialog.h \
Chris@128 29 PropertyBox.h \
Chris@132 30 PropertyStack.h \
Chris@188 31 RangeInputDialog.h \
Chris@151 32 SubdividingMenu.h \
Chris@139 33 Thumbwheel.h \
Chris@139 34 WindowShapePreview.h \
Chris@139 35 WindowTypeSelector.h
Chris@128 36 SOURCES += AudioDial.cpp \
Chris@128 37 Fader.cpp \
Chris@128 38 ItemEditDialog.cpp \
Chris@128 39 LayerTree.cpp \
Chris@128 40 LEDButton.cpp \
Chris@128 41 ListInputDialog.cpp \
Chris@189 42 NotifyingCheckBox.cpp \
Chris@189 43 NotifyingComboBox.cpp \
Chris@189 44 NotifyingPushButton.cpp \
Chris@172 45 Panner.cpp \
Chris@128 46 PluginParameterBox.cpp \
Chris@128 47 PluginParameterDialog.cpp \
Chris@128 48 PropertyBox.cpp \
Chris@132 49 PropertyStack.cpp \
Chris@188 50 RangeInputDialog.cpp \
Chris@151 51 SubdividingMenu.cpp \
Chris@139 52 Thumbwheel.cpp \
Chris@139 53 WindowShapePreview.cpp \
Chris@139 54 WindowTypeSelector.cpp