Mercurial > hg > svgui
annotate widgets/widgets.pro @ 285:9dd432665059
* Add a colour database, and Add New Colour function to the colour combo
in property box. The colour property is only correctly handled in the
waveform layer so far.
* Add en_GB translation, to translate those annoying Color texts in the
Qt colour picker dialog.
author | Chris Cannam |
---|---|
date | Wed, 11 Jul 2007 17:21:37 +0000 |
parents | ac58acbd7482 |
children | 4ca7562dd246 |
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@128 | 20 ItemEditDialog.h \ |
Chris@281 | 21 KeyReference.h \ |
Chris@128 | 22 LayerTree.h \ |
Chris@128 | 23 LEDButton.h \ |
Chris@128 | 24 ListInputDialog.h \ |
Chris@189 | 25 NotifyingCheckBox.h \ |
Chris@189 | 26 NotifyingComboBox.h \ |
Chris@189 | 27 NotifyingPushButton.h \ |
Chris@190 | 28 NotifyingTabBar.h \ |
Chris@172 | 29 Panner.h \ |
Chris@128 | 30 PluginParameterBox.h \ |
Chris@128 | 31 PluginParameterDialog.h \ |
Chris@128 | 32 PropertyBox.h \ |
Chris@132 | 33 PropertyStack.h \ |
Chris@188 | 34 RangeInputDialog.h \ |
Chris@151 | 35 SubdividingMenu.h \ |
Chris@139 | 36 Thumbwheel.h \ |
Chris@225 | 37 TipDialog.h \ |
Chris@139 | 38 WindowShapePreview.h \ |
Chris@139 | 39 WindowTypeSelector.h |
Chris@128 | 40 SOURCES += AudioDial.cpp \ |
Chris@285 | 41 ColourNameDialog.cpp \ |
Chris@128 | 42 Fader.cpp \ |
Chris@128 | 43 ItemEditDialog.cpp \ |
Chris@281 | 44 KeyReference.cpp \ |
Chris@128 | 45 LayerTree.cpp \ |
Chris@128 | 46 LEDButton.cpp \ |
Chris@128 | 47 ListInputDialog.cpp \ |
Chris@189 | 48 NotifyingCheckBox.cpp \ |
Chris@189 | 49 NotifyingComboBox.cpp \ |
Chris@189 | 50 NotifyingPushButton.cpp \ |
Chris@190 | 51 NotifyingTabBar.cpp \ |
Chris@172 | 52 Panner.cpp \ |
Chris@128 | 53 PluginParameterBox.cpp \ |
Chris@128 | 54 PluginParameterDialog.cpp \ |
Chris@128 | 55 PropertyBox.cpp \ |
Chris@132 | 56 PropertyStack.cpp \ |
Chris@188 | 57 RangeInputDialog.cpp \ |
Chris@151 | 58 SubdividingMenu.cpp \ |
Chris@139 | 59 Thumbwheel.cpp \ |
Chris@225 | 60 TipDialog.cpp \ |
Chris@139 | 61 WindowShapePreview.cpp \ |
Chris@139 | 62 WindowTypeSelector.cpp |