comparison widgets/PluginParameterDialog.h @ 296:ea37c229a578

* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align only auto-align if there is a unit involved * Fix #1755366 text layer bug in retrieved session * Fix input model selection in plugin parameter dialog (was being ignored) * Use lighter background than the standard widget one for panes (assuming the widget background is light but not white) -- similarly darker if dark * Fix colour reference counting in loaded session in SingleColourLayer * Reset overview pane colour when switching dark background on or off
author Chris Cannam
date Tue, 14 Aug 2007 13:58:53 +0000
parents 919740b20cc9
children e9549ea3f825
comparison
equal deleted inserted replaced
295:5804703450d8 296:ea37c229a578
103 bool m_haveWindowBoxData; 103 bool m_haveWindowBoxData;
104 104
105 QGroupBox *m_inputModelBox; 105 QGroupBox *m_inputModelBox;
106 QComboBox *m_inputModels; 106 QComboBox *m_inputModels;
107 QStringList m_inputModelList; 107 QStringList m_inputModelList;
108 QString m_currentInputModel;
108 109
109 QPushButton *m_advancedButton; 110 QPushButton *m_advancedButton;
110 QWidget *m_advanced; 111 QWidget *m_advanced;
111 bool m_advancedVisible; 112 bool m_advancedVisible;
112 }; 113 };