MuseScore
3.4
Music composition and notation
mscore
inspector
inspectorText.h
Go to the documentation of this file.
1
//=============================================================================
2
// MuseScore
3
// Music Composition & Notation
4
//
5
// Copyright (C) 2011 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_TEXT_H__
14
#define __INSPECTOR_TEXT_H__
15
16
#include "
inspector.h
"
17
#include "
inspectorTextBase.h
"
18
#include "ui_inspector_text.h"
19
#include "ui_inspector_frametext.h"
20
21
namespace
Ms
{
22
23
//---------------------------------------------------------
24
// InspectorText
25
//---------------------------------------------------------
26
27
class
InspectorText
:
public
InspectorTextBase
{
28
Q_OBJECT
29
30
Ui::InspectorFrameText
f
;
31
32
public
:
33
InspectorText
(QWidget* parent);
34
};
35
36
}
37
38
#endif
39
inspectorTextBase.h
Ms::InspectorText
Definition:
inspectorText.h:27
inspector.h
Ms::InspectorTextBase
Definition:
inspectorTextBase.h:25
Ms
Definition:
aeolus.cpp:26
Ms::InspectorText::f
Ui::InspectorFrameText f
Definition:
inspectorText.h:30
Ms::InspectorText::InspectorText
InspectorText(QWidget *parent)
Definition:
inspectorText.cpp:23
Generated by
1.8.13