Mercurial > hg > svgui
view widgets/widgets.pro @ 163:dd6dd983e8ef
* Tidy up plugin parameter dialog by switching it to a simple constructor
with separate methods for passing in the additional options if necessary
* Fix sizing problem on advanced pane toggle in plugin parameter dialog
* Make a start on passing in list of candidate input models for transform
author | Chris Cannam |
---|---|
date | Wed, 11 Oct 2006 16:18:51 +0000 |
parents | 8f51db2434dc |
children | d0b95a8cac96 |
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 \ 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 \ PluginParameterBox.cpp \ PluginParameterDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp \ SubdividingMenu.cpp \ Thumbwheel.cpp \ WindowShapePreview.cpp \ WindowTypeSelector.cpp