Mercurial > hg > svgui
diff widgets/widgets.pro @ 378:22b72f0f6a4e
* More work to abstract out interactive components used in the data library,
so that it does not need to depend on QtGui.
author | Chris Cannam |
---|---|
date | Fri, 14 Mar 2008 17:14:21 +0000 |
parents | e1a9e478b7f2 |
children | 1d85aa5a49be |
line wrap: on
line diff
--- a/widgets/widgets.pro Thu Mar 13 14:06:03 2008 +0000 +++ b/widgets/widgets.pro Fri Mar 14 17:14:21 2008 +0000 @@ -17,7 +17,9 @@ HEADERS += AudioDial.h \ ColourNameDialog.h \ CommandHistory.h \ + CSVFormatDialog.h \ Fader.h \ + FileFinder.h \ IconLoader.h \ ImageDialog.h \ ItemEditDialog.h \ @@ -27,6 +29,7 @@ LayerTreeDialog.h \ LEDButton.h \ ListInputDialog.h \ + MIDIFileImportDialog.h \ NotifyingCheckBox.h \ NotifyingComboBox.h \ NotifyingPushButton.h \ @@ -34,6 +37,7 @@ Panner.h \ PluginParameterBox.h \ PluginParameterDialog.h \ + ProgressDialog.h \ PropertyBox.h \ PropertyStack.h \ RangeInputDialog.h \ @@ -46,7 +50,9 @@ SOURCES += AudioDial.cpp \ ColourNameDialog.cpp \ CommandHistory.cpp \ + CSVFormatDialog.cpp \ Fader.cpp \ + FileFinder.cpp \ IconLoader.cpp \ ImageDialog.cpp \ ItemEditDialog.cpp \ @@ -56,6 +62,7 @@ LayerTreeDialog.cpp \ LEDButton.cpp \ ListInputDialog.cpp \ + MIDIFileImportDialog.cpp \ NotifyingCheckBox.cpp \ NotifyingComboBox.cpp \ NotifyingPushButton.cpp \ @@ -63,6 +70,7 @@ Panner.cpp \ PluginParameterBox.cpp \ PluginParameterDialog.cpp \ + ProgressDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp \ RangeInputDialog.cpp \