Mercurial > hg > svgui
annotate widgets/widgets.pro @ 362:a9dfa2d6d5ac
* Add pitch range in octaves, semitones and cents to the measurement rect
as well as in Hz
* Avoid crash when adding time ruler
This commit contains a lot of debug output (will be slow)
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 16:21:29 +0000 |
parents | 4a542ba875c2 |
children | e1a9e478b7f2 |
rev | line source |
---|---|
Chris@128 | 1 TEMPLATE = lib |
Chris@128 | 2 |
Chris@215 | 3 SV_UNIT_PACKAGES = vamp-hostsdk fftw3f |
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@285 | 18 ColourNameDialog.h \ |
Chris@128 | 19 Fader.h \ |
Chris@289 | 20 IconLoader.h \ |
Chris@303 | 21 ImageDialog.h \ |
Chris@128 | 22 ItemEditDialog.h \ |
Chris@281 | 23 KeyReference.h \ |
Chris@311 | 24 LabelCounterInputDialog.h \ |
Chris@128 | 25 LayerTree.h \ |
Chris@336 | 26 LayerTreeDialog.h \ |
Chris@128 | 27 LEDButton.h \ |
Chris@128 | 28 ListInputDialog.h \ |
Chris@189 | 29 NotifyingCheckBox.h \ |
Chris@189 | 30 NotifyingComboBox.h \ |
Chris@189 | 31 NotifyingPushButton.h \ |
Chris@190 | 32 NotifyingTabBar.h \ |
Chris@172 | 33 Panner.h \ |
Chris@128 | 34 PluginParameterBox.h \ |
Chris@128 | 35 PluginParameterDialog.h \ |
Chris@128 | 36 PropertyBox.h \ |
Chris@132 | 37 PropertyStack.h \ |
Chris@188 | 38 RangeInputDialog.h \ |
Chris@151 | 39 SubdividingMenu.h \ |
Chris@139 | 40 Thumbwheel.h \ |
Chris@225 | 41 TipDialog.h \ |
Chris@139 | 42 WindowShapePreview.h \ |
Chris@139 | 43 WindowTypeSelector.h |
Chris@128 | 44 SOURCES += AudioDial.cpp \ |
Chris@285 | 45 ColourNameDialog.cpp \ |
Chris@128 | 46 Fader.cpp \ |
Chris@289 | 47 IconLoader.cpp \ |
Chris@303 | 48 ImageDialog.cpp \ |
Chris@128 | 49 ItemEditDialog.cpp \ |
Chris@281 | 50 KeyReference.cpp \ |
Chris@311 | 51 LabelCounterInputDialog.cpp \ |
Chris@128 | 52 LayerTree.cpp \ |
Chris@336 | 53 LayerTreeDialog.cpp \ |
Chris@128 | 54 LEDButton.cpp \ |
Chris@128 | 55 ListInputDialog.cpp \ |
Chris@189 | 56 NotifyingCheckBox.cpp \ |
Chris@189 | 57 NotifyingComboBox.cpp \ |
Chris@189 | 58 NotifyingPushButton.cpp \ |
Chris@190 | 59 NotifyingTabBar.cpp \ |
Chris@172 | 60 Panner.cpp \ |
Chris@128 | 61 PluginParameterBox.cpp \ |
Chris@128 | 62 PluginParameterDialog.cpp \ |
Chris@128 | 63 PropertyBox.cpp \ |
Chris@132 | 64 PropertyStack.cpp \ |
Chris@188 | 65 RangeInputDialog.cpp \ |
Chris@151 | 66 SubdividingMenu.cpp \ |
Chris@139 | 67 Thumbwheel.cpp \ |
Chris@225 | 68 TipDialog.cpp \ |
Chris@139 | 69 WindowShapePreview.cpp \ |
Chris@139 | 70 WindowTypeSelector.cpp |