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

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

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

revision 2386 by capela, Mon Mar 29 17:00:30 2010 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 1  Line 1 
1  // qsamplerChannelFxForm.cpp  // qsamplerChannelFxForm.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4       Copyright (C) 2010-2012, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
    Copyright (C) 2010, rncbc aka Rui Nuno Capela. All rights reserved.  
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 131  ChannelFxForm::ChannelFxForm ( Line 131  ChannelFxForm::ChannelFxForm (
131          ChannelRoutingDelegate* pRoutingDelegate =          ChannelRoutingDelegate* pRoutingDelegate =
132                  new ChannelRoutingDelegate(m_ui.audioRoutingTable);                  new ChannelRoutingDelegate(m_ui.audioRoutingTable);
133          m_ui.audioRoutingTable->setItemDelegate(pRoutingDelegate);          m_ui.audioRoutingTable->setItemDelegate(pRoutingDelegate);
134    #if QT_VERSION < 0x050000
135          m_ui.audioRoutingTable->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);          m_ui.audioRoutingTable->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);
136    #endif
137  //      m_ui.audioRoutingTable->verticalHeader()->hide();  //      m_ui.audioRoutingTable->verticalHeader()->hide();
138    
139          QAbstractButton* pApplyButton =          QAbstractButton* pApplyButton =

Legend:
Removed from v.2386  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC