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

« back to all changes in this revision

Viewing changes to muse/widgets/function_dialogs/transpose.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:
26
26
 
27
27
namespace MusEGui {
28
28
 
 
29
int Transpose::range = 1;
 
30
int Transpose::amount = 0;
 
31
  
29
32
Transpose::Transpose(QWidget* parent)
30
33
        : QDialog(parent)
31
34
{
35
38
        range_group->addButton(selected_events_button,1);
36
39
        range_group->addButton(looped_events_button,2);
37
40
        range_group->addButton(selected_looped_button,3);
38
 
        
39
 
        pull_values();
40
41
}
41
42
 
42
43
void Transpose::pull_values()