comparison transform/TransformFactory.cpp @ 125:3d67c2fd2217

* 1492866: Plugin parameter window info display
author Chris Cannam
date Mon, 19 Jun 2006 16:02:41 +0000
parents c30728d5625c
children 82f529a08cf3
comparison
equal deleted inserted replaced
124:4ab844784152 125:3d67c2fd2217
395 int defaultChannel = channel; 395 int defaultChannel = channel;
396 396
397 PluginParameterDialog *dialog = new PluginParameterDialog(plugin, 397 PluginParameterDialog *dialog = new PluginParameterDialog(plugin,
398 sourceChannels, 398 sourceChannels,
399 targetChannels, 399 targetChannels,
400 defaultChannel); 400 defaultChannel,
401 output);
401 if (dialog->exec() == QDialog::Accepted) { 402 if (dialog->exec() == QDialog::Accepted) {
402 ok = true; 403 ok = true;
403 } 404 }
404 configurationXml = PluginXml(plugin).toXmlString(); 405 configurationXml = PluginXml(plugin).toXmlString();
405 channel = dialog->getChannel(); 406 channel = dialog->getChannel();