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

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

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

revision 481 by capela, Thu Mar 17 00:14:41 2005 UTC revision 482 by capela, Mon Mar 21 10:29:49 2005 UTC
# Line 64  void qsamplerDeviceParam::setParam ( lsc Line 64  void qsamplerDeviceParam::setParam ( lsc
64          else          else
65                  description = QString::null;                  description = QString::null;
66                    
67          mandatory = (bool) pParamInfo->multiplicity;          mandatory = (bool) pParamInfo->mandatory;
68          fix = (bool) pParamInfo->fix;          fix = (bool) pParamInfo->fix;
69          multiplicity = (bool) pParamInfo->multiplicity;          multiplicity = (bool) pParamInfo->multiplicity;
70                    
# Line 690  void qsamplerDeviceParamTable::refresh ( Line 690  void qsamplerDeviceParamTable::refresh (
690                                  param.possibilities);                                  param.possibilities);
691                          pComboItem->setCurrentItem(param.value);                          pComboItem->setCurrentItem(param.value);
692                          pComboItem->setEnabled(bEnabled);                          pComboItem->setEnabled(bEnabled);
693                          pComboItem->setEditable(bEnabled && param.multiplicity);                  //      pComboItem->setEditable(bEnabled && param.multiplicity);
694                          QTable::setItem(iRow, 2, pComboItem);                          QTable::setItem(iRow, 2, pComboItem);
695                  } else if (param.type == LSCP_TYPE_INT && bEnabled                  } else if (param.type == LSCP_TYPE_INT && bEnabled
696                                  && !param.range_min.isEmpty()                                  && !param.range_min.isEmpty()

Legend:
Removed from v.481  
changed lines
  Added in v.482

  ViewVC Help
Powered by ViewVC