예제 #1
0
void InstrumentWizard::buildTemplateList()
      {
      // clear search if instrument list is updated
      search->clear();
      filterInstruments(instrumentList);

      populateInstrumentList(instrumentList, showMore->isChecked());
      }
예제 #2
0
void InstrumentWizard::buildTemplateList()
      {
      populateInstrumentList(instrumentList, showMore->isChecked());
      }
예제 #3
0
void SelectInstrument::buildTemplateList()
      {
      populateInstrumentList(instrumentList, showMore->isChecked());
      }