Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
377:0bcb449d15f4 | 378:22b72f0f6a4e |
---|---|
15 | 15 |
16 # Input | 16 # Input |
17 HEADERS += AudioDial.h \ | 17 HEADERS += AudioDial.h \ |
18 ColourNameDialog.h \ | 18 ColourNameDialog.h \ |
19 CommandHistory.h \ | 19 CommandHistory.h \ |
20 CSVFormatDialog.h \ | |
20 Fader.h \ | 21 Fader.h \ |
22 FileFinder.h \ | |
21 IconLoader.h \ | 23 IconLoader.h \ |
22 ImageDialog.h \ | 24 ImageDialog.h \ |
23 ItemEditDialog.h \ | 25 ItemEditDialog.h \ |
24 KeyReference.h \ | 26 KeyReference.h \ |
25 LabelCounterInputDialog.h \ | 27 LabelCounterInputDialog.h \ |
26 LayerTree.h \ | 28 LayerTree.h \ |
27 LayerTreeDialog.h \ | 29 LayerTreeDialog.h \ |
28 LEDButton.h \ | 30 LEDButton.h \ |
29 ListInputDialog.h \ | 31 ListInputDialog.h \ |
32 MIDIFileImportDialog.h \ | |
30 NotifyingCheckBox.h \ | 33 NotifyingCheckBox.h \ |
31 NotifyingComboBox.h \ | 34 NotifyingComboBox.h \ |
32 NotifyingPushButton.h \ | 35 NotifyingPushButton.h \ |
33 NotifyingTabBar.h \ | 36 NotifyingTabBar.h \ |
34 Panner.h \ | 37 Panner.h \ |
35 PluginParameterBox.h \ | 38 PluginParameterBox.h \ |
36 PluginParameterDialog.h \ | 39 PluginParameterDialog.h \ |
40 ProgressDialog.h \ | |
37 PropertyBox.h \ | 41 PropertyBox.h \ |
38 PropertyStack.h \ | 42 PropertyStack.h \ |
39 RangeInputDialog.h \ | 43 RangeInputDialog.h \ |
40 SubdividingMenu.h \ | 44 SubdividingMenu.h \ |
41 TextAbbrev.h \ | 45 TextAbbrev.h \ |
44 WindowShapePreview.h \ | 48 WindowShapePreview.h \ |
45 WindowTypeSelector.h | 49 WindowTypeSelector.h |
46 SOURCES += AudioDial.cpp \ | 50 SOURCES += AudioDial.cpp \ |
47 ColourNameDialog.cpp \ | 51 ColourNameDialog.cpp \ |
48 CommandHistory.cpp \ | 52 CommandHistory.cpp \ |
53 CSVFormatDialog.cpp \ | |
49 Fader.cpp \ | 54 Fader.cpp \ |
55 FileFinder.cpp \ | |
50 IconLoader.cpp \ | 56 IconLoader.cpp \ |
51 ImageDialog.cpp \ | 57 ImageDialog.cpp \ |
52 ItemEditDialog.cpp \ | 58 ItemEditDialog.cpp \ |
53 KeyReference.cpp \ | 59 KeyReference.cpp \ |
54 LabelCounterInputDialog.cpp \ | 60 LabelCounterInputDialog.cpp \ |
55 LayerTree.cpp \ | 61 LayerTree.cpp \ |
56 LayerTreeDialog.cpp \ | 62 LayerTreeDialog.cpp \ |
57 LEDButton.cpp \ | 63 LEDButton.cpp \ |
58 ListInputDialog.cpp \ | 64 ListInputDialog.cpp \ |
65 MIDIFileImportDialog.cpp \ | |
59 NotifyingCheckBox.cpp \ | 66 NotifyingCheckBox.cpp \ |
60 NotifyingComboBox.cpp \ | 67 NotifyingComboBox.cpp \ |
61 NotifyingPushButton.cpp \ | 68 NotifyingPushButton.cpp \ |
62 NotifyingTabBar.cpp \ | 69 NotifyingTabBar.cpp \ |
63 Panner.cpp \ | 70 Panner.cpp \ |
64 PluginParameterBox.cpp \ | 71 PluginParameterBox.cpp \ |
65 PluginParameterDialog.cpp \ | 72 PluginParameterDialog.cpp \ |
73 ProgressDialog.cpp \ | |
66 PropertyBox.cpp \ | 74 PropertyBox.cpp \ |
67 PropertyStack.cpp \ | 75 PropertyStack.cpp \ |
68 RangeInputDialog.cpp \ | 76 RangeInputDialog.cpp \ |
69 SubdividingMenu.cpp \ | 77 SubdividingMenu.cpp \ |
70 TextAbbrev.cpp \ | 78 TextAbbrev.cpp \ |