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

« back to all changes in this revision

Viewing changes to muse/waveedit/waveedit.h

  • 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:
58
58
    
59
59
      WaveView* view;
60
60
      QSlider* ymag;
61
 
      QToolBar* tools;
62
61
      QToolBar* tb1;
63
62
      QToolButton* solo;
64
63
      MusEGui::PosLabel* pos1;
87
86
 
88
87
   public slots:
89
88
      void configChanged();
90
 
   
91
89
      virtual void updateHScrollRange();
92
90
      void horizontalZoomIn();
93
91
      void horizontalZoomOut();
94
 
 
 
92
      void focusCanvas();
95
93
 
96
94
   signals:
97
95
      void isDeleting(MusEGui::TopWin*);