Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
transposeview.h
Go to the documentation of this file.
1 
8 #ifndef TRANSPOSEVIEW_H_
9 #define TRANSPOSEVIEW_H_
10 
11 #include "ui_transposeview.h"
12 
13 class CAMainWin;
14 class QAbstractButton;
15 
17  Q_OBJECT
18 public:
19  CATransposeView( CAMainWin *parent );
20  virtual ~CATransposeView();
21 
22 public slots:
23  void show();
24 
25 private slots:
26  void updateUi( bool );
27 
28  void on_uiApply_clicked( QAbstractButton *b );
30 
31 private:
32  void setupCustomUi();
33  void updateKeySig1();
34 };
35 
36 #endif /* TRANSPOSEVIEW_H_ */