MuseScore  3.4
Music composition and notation
inspectorArpeggio.h
Go to the documentation of this file.
1 //=============================================================================
2 // MuseScore
3 // Music Composition & Notation
4 //
5 // Copyright (C) 2013 Werner Schweer and others
6 //
7 // This program is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License version 2
9 // as published by the Free Software Foundation and appearing in
10 // the file LICENSE.GPL
11 //=============================================================================
12 
13 #ifndef __INSPECTOR_ARPEGGIO_H__
14 #define __INSPECTOR_ARPEGGIO_H__
15 
16 #include "inspector.h"
17 #include "ui_inspector_arpeggio.h"
18 #include "libmscore/property.h"
19 
20 namespace Ms {
21 
22 //---------------------------------------------------------
23 // InspectorArpeggio
24 //---------------------------------------------------------
25 
27  Q_OBJECT
28 
29  Ui::InspectorArpeggio g;
30 
31  public:
32  InspectorArpeggio(QWidget* parent);
33  };
34 
35 
36 } // namespace Ms
37 #endif
InspectorArpeggio(QWidget *parent)
Definition: inspectorArpeggio.cpp:22
Ui::InspectorArpeggio g
Definition: inspectorArpeggio.h:29
Definition: aeolus.cpp:26
Definition: inspectorArpeggio.h:26
Definition: inspectorElementBase.h:34