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

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

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

revision 2388 by capela, Sat Dec 29 19:12:58 2012 UTC revision 2389 by capela, Sun Dec 30 15:34:06 2012 UTC
# Line 66  ChannelForm::ChannelForm ( QWidget* pPar Line 66  ChannelForm::ChannelForm ( QWidget* pPar
66          m_ui.AudioRoutingTable->setItemDelegate(&m_routingDelegate);          m_ui.AudioRoutingTable->setItemDelegate(&m_routingDelegate);
67  #if QT_VERSION >= 0x050000  #if QT_VERSION >= 0x050000
68          m_ui.AudioRoutingTable->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Stretch);          m_ui.AudioRoutingTable->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Stretch);
69  else  #else
70          m_ui.AudioRoutingTable->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);          m_ui.AudioRoutingTable->horizontalHeader()->setResizeMode(0, QHeaderView::Stretch);
71  #endif  #endif
72  //      m_ui.AudioRoutingTable->verticalHeader()->hide();  //      m_ui.AudioRoutingTable->verticalHeader()->hide();

Legend:
Removed from v.2388  
changed lines
  Added in v.2389

  ViewVC Help
Powered by ViewVC