~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/widgets/tracks_duplicate.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
namespace MusEGui {
26
26
  
27
 
DuplicateTracksDialog::DuplicateTracksDialog(bool audio, bool /*midi*/, bool /*drum*/, QWidget* parent)
 
27
DuplicateTracksDialog::DuplicateTracksDialog(bool audio, bool /*midi*/, bool /*drum*/, bool newdrum, QWidget* parent)
28
28
  : QDialog(parent)
29
29
{
30
30
  setupUi(this);
31
31
  
32
 
  //standardCtrlsCheckBox->setEnabled(audio);
33
 
  //pluginsCheckBox->setEnabled(audio);
34
 
  //pluginCtrlsCheckBox->setEnabled(audio);
35
32
  standardCtrlsCheckBox->setVisible(audio);
36
33
  pluginsCheckBox->setVisible(audio);
37
34
  pluginCtrlsCheckBox->setVisible(audio);
 
35
  copyDrumlistCheckBox->setVisible(newdrum);
 
36
  
38
37
 
39
38
  connect(okPushButton, SIGNAL(clicked()), this, SLOT(accept()));
40
39
  connect(cancelPushButton, SIGNAL(clicked()), this, SLOT(reject()));
41
40
}
42
41
 
43
 
} // namespace MusEGui
 
 
b'\\ No newline at end of file'
 
42
} // namespace MusEGui