Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #115846: load multiple sfz at once #2681

Merged
merged 1 commit into from
Jun 22, 2016

Conversation

hpfmn
Copy link
Contributor

@hpfmn hpfmn commented Jun 21, 2016

This add the possibility of loading multiple sfz files at once. You can simply select them with CTRL-click or shift-click

list->setSelectionMode(QAbstractItemView::ExtendedSelection);
okButton = new QPushButton;
cancelButton = new QPushButton;
okButton->setText("Load");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use tr("Load"). Idem for "Cancel".

@lasconic
Copy link
Contributor

@hpfmn hpfmn force-pushed the ZerberusLoadMultipleSfzAtOnce branch from 264aa26 to 60ba5f4 Compare June 22, 2016 13:27
@lasconic lasconic merged commit 1d4045d into musescore:master Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants