~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to muse/widgets/pasteeventsdialog.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-07-18 16:07:06 UTC
  • mto: (10.1.11 sid) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20120718160706-yc6332ishfcq7b7g
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
namespace MusEGui {
31
31
 
 
32
int PasteEventsDialog::number = 1;
 
33
int PasteEventsDialog::raster = 384;
 
34
bool PasteEventsDialog::always_new_part = 0;
 
35
bool PasteEventsDialog::never_new_part = 0;
 
36
unsigned PasteEventsDialog::max_distance = 3072;
 
37
bool PasteEventsDialog::into_single_part = 0;
 
38
  
32
39
PasteEventsDialog::PasteEventsDialog(QWidget* parent)
33
40
        : QDialog(parent)
34
41
{
41
48
        connect(max_distance_spinbox, SIGNAL(valueChanged(int)), this, SLOT(max_distance_changed(int)));
42
49
        
43
50
        into_single_part_allowed=true;
44
 
        
45
 
        pull_values();
46
51
}
47
52
 
48
53
void PasteEventsDialog::pull_values()