Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 994:282f4be8f058 imaf_enc
removed imaf sliders
author | alo |
---|---|
date | Tue, 14 Jul 2015 15:04:46 +0100 |
parents | 97ea68f62c1f |
children | c02c51ae5238 |
comparison
equal
deleted
inserted
replaced
706:97ea68f62c1f | 994:282f4be8f058 |
---|---|
228 connect(gainDial, SIGNAL(mouseLeft()), | 228 connect(gainDial, SIGNAL(mouseLeft()), |
229 this, SLOT(mouseLeftWidget())); | 229 this, SLOT(mouseLeftWidget())); |
230 playGainChanged(params->getPlayGain()); | 230 playGainChanged(params->getPlayGain()); |
231 layout->setAlignment(gainDial, Qt::AlignVCenter); | 231 layout->setAlignment(gainDial, Qt::AlignVCenter); |
232 | 232 |
233 | |
234 /* | |
233 //code added by Jesus | 235 //code added by Jesus |
234 | 236 |
235 if (isIMAF){ | 237 if (isIMAF){ |
236 QString property_container_name; // the name could be : Waveform, Time Instants, etc | 238 QString property_container_name; // the name could be : Waveform, Time Instants, etc |
237 property_container_name = layer->getPropertyContainerName();// obtain the name | 239 property_container_name = layer->getPropertyContainerName();// obtain the name |
281 window ->showNormal(); | 283 window ->showNormal(); |
282 } | 284 } |
283 } // end if isWaveform | 285 } // end if isWaveform |
284 } // end if isIMAF | 286 } // end if isIMAF |
285 // end code added by Jesus | 287 // end code added by Jesus |
288 */ | |
286 | 289 |
287 AudioDial *panDial = new AudioDial; | 290 AudioDial *panDial = new AudioDial; |
288 layout->addWidget(panDial); | 291 layout->addWidget(panDial); |
289 panDial->setMeterColor(Qt::darkGreen); | 292 panDial->setMeterColor(Qt::darkGreen); |
290 panDial->setMinimum(-50); | 293 panDial->setMinimum(-50); |