view widgets/widgets.pro @ 187:e7cf6044c2a0

* better icon * support range mappers in thumbwheel * supply range mapper for vertical zoom from spectrogram * fix bug in fftmodel for scaled ffts * make the various widgets all respond to double-click for edit, middle-click for reset, ctrl-left-click for reset
author Chris Cannam
date Fri, 12 Jan 2007 14:49:18 +0000
parents d0b95a8cac96
children dd573e090eed
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp-sdk
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml

TARGET = svwidgets

DEPENDPATH += . ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

# Input
HEADERS += AudioDial.h \
           Fader.h \
           ItemEditDialog.h \
           LayerTree.h \
           LEDButton.h \
           ListInputDialog.h \
           Panner.h \
           PluginParameterBox.h \
           PluginParameterDialog.h \
           PropertyBox.h \
           PropertyStack.h \
           SubdividingMenu.h \
           Thumbwheel.h \
           WindowShapePreview.h \
           WindowTypeSelector.h
SOURCES += AudioDial.cpp \
           Fader.cpp \
           ItemEditDialog.cpp \
           LayerTree.cpp \
           LEDButton.cpp \
           ListInputDialog.cpp \
           Panner.cpp \
           PluginParameterBox.cpp \
           PluginParameterDialog.cpp \
           PropertyBox.cpp \
           PropertyStack.cpp \
           SubdividingMenu.cpp \
           Thumbwheel.cpp \
           WindowShapePreview.cpp \
           WindowTypeSelector.cpp