/[svn]/qsampler/trunk/src/qsamplerChannelStrip.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1506 by capela, Tue Nov 20 16:48:04 2007 UTC revision 1507 by capela, Wed Nov 21 23:22:18 2007 UTC
# Line 174  void ChannelStrip::setDisplayFont ( cons Line 174  void ChannelStrip::setDisplayFont ( cons
174  void ChannelStrip::setDisplayEffect ( bool bDisplayEffect )  void ChannelStrip::setDisplayEffect ( bool bDisplayEffect )
175  {  {
176          QPalette pal;          QPalette pal;
177            pal.setColor(QPalette::Foreground, Qt::yellow);
178            ui.EngineNameTextLabel->setPalette(pal);
179            ui.MidiPortChannelTextLabel->setPalette(pal);
180          pal.setColor(QPalette::Foreground, Qt::green);          pal.setColor(QPalette::Foreground, Qt::green);
181          if (bDisplayEffect) {          if (bDisplayEffect) {
182                  QPixmap pm(":/icons/displaybg1.png");                  QPixmap pm(":/icons/displaybg1.png");

Legend:
Removed from v.1506  
changed lines
  Added in v.1507

  ViewVC Help
Powered by ViewVC