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

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

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

revision 1472 by capela, Thu Nov 1 19:25:10 2007 UTC revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC
# Line 30  Line 30 
30    
31  namespace QSampler {  namespace QSampler {
32    
33  InstrumentListForm::InstrumentListForm(QWidget* parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) {  InstrumentListForm::InstrumentListForm ( QWidget* parent, Qt::WindowFlags flags )
34            : QMainWindow(parent, flags)
35    {
36      ui.setupUi(this);      ui.setupUi(this);
37    
38      ui.newInstrumentAction->setText(tr("New &Instrument..."));      ui.newInstrumentAction->setText(tr("New &Instrument..."));
# Line 47  InstrumentListForm::InstrumentListForm(Q Line 49  InstrumentListForm::InstrumentListForm(Q
49      m_pMapComboBox->setMinimumWidth(120);      m_pMapComboBox->setMinimumWidth(120);
50      m_pMapComboBox->setEnabled(false);      m_pMapComboBox->setEnabled(false);
51      QToolTip::add(m_pMapComboBox, tr("Instrument Map"));      QToolTip::add(m_pMapComboBox, tr("Instrument Map"));
52        ui.InstrumentToolbar->addWidget(m_pMapComboBox);
53    
54      ui.InstrumentToolbar->addSeparator();      ui.InstrumentToolbar->addSeparator();
55      ui.newInstrumentAction->addTo(ui.InstrumentToolbar);      ui.newInstrumentAction->addTo(ui.InstrumentToolbar);

Legend:
Removed from v.1472  
changed lines
  Added in v.1473

  ViewVC Help
Powered by ViewVC