Mercurial > hg > svgui
comparison widgets/widgets.pro @ 139:5ec6b60658d8
* Pull window type selector and shape preview out into their own widgets
(from the preferences dialog)
author | Chris Cannam |
---|---|
date | Mon, 11 Sep 2006 15:32:49 +0000 |
parents | 5d3a483856ff |
children | 8f51db2434dc |
comparison
equal
deleted
inserted
replaced
138:0f1ac9562c76 | 139:5ec6b60658d8 |
---|---|
22 ListInputDialog.h \ | 22 ListInputDialog.h \ |
23 PluginParameterBox.h \ | 23 PluginParameterBox.h \ |
24 PluginParameterDialog.h \ | 24 PluginParameterDialog.h \ |
25 PropertyBox.h \ | 25 PropertyBox.h \ |
26 PropertyStack.h \ | 26 PropertyStack.h \ |
27 Thumbwheel.h | 27 Thumbwheel.h \ |
28 WindowShapePreview.h \ | |
29 WindowTypeSelector.h | |
28 SOURCES += AudioDial.cpp \ | 30 SOURCES += AudioDial.cpp \ |
29 Fader.cpp \ | 31 Fader.cpp \ |
30 ItemEditDialog.cpp \ | 32 ItemEditDialog.cpp \ |
31 LayerTree.cpp \ | 33 LayerTree.cpp \ |
32 LEDButton.cpp \ | 34 LEDButton.cpp \ |
33 ListInputDialog.cpp \ | 35 ListInputDialog.cpp \ |
34 PluginParameterBox.cpp \ | 36 PluginParameterBox.cpp \ |
35 PluginParameterDialog.cpp \ | 37 PluginParameterDialog.cpp \ |
36 PropertyBox.cpp \ | 38 PropertyBox.cpp \ |
37 PropertyStack.cpp \ | 39 PropertyStack.cpp \ |
38 Thumbwheel.cpp | 40 Thumbwheel.cpp \ |
41 WindowShapePreview.cpp \ | |
42 WindowTypeSelector.cpp |