MuseScore
3.4
Music composition and notation
mscore
inspector
resetButton.h
Go to the documentation of this file.
1
//=============================================================================
2
// MuseScore
3
// Music Composition & Notation
4
//
5
// Copyright (C) 2018 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 __RESET_BUTTON_H__
14
#define __RESET_BUTTON_H__
15
16
namespace
Ms
{
17
18
//---------------------------------------------------------
19
// ResetButton
20
//---------------------------------------------------------
21
22
class
ResetButton
:
public
QWidget {
23
Q_OBJECT
24
QPushButton*
reset
;
25
QPushButton*
setStyle
;
26
27
private
slots:
28
29
signals:
30
void
resetClicked
();
31
void
setStyleClicked
();
32
33
public
:
34
ResetButton
(QWidget* parent = 0);
35
void
enableSetStyle
(
bool
);
36
};
37
38
}
// namespace
39
40
#endif
41
42
43
Ms::ResetButton::enableSetStyle
void enableSetStyle(bool)
Definition:
resetButton.cpp:59
Ms::ResetButton::reset
QPushButton * reset
Definition:
resetButton.h:24
Ms::ResetButton::setStyle
QPushButton * setStyle
Definition:
resetButton.h:25
Ms::ResetButton::resetClicked
void resetClicked()
Ms::ResetButton
Definition:
resetButton.h:22
Ms
Definition:
aeolus.cpp:26
Ms::ResetButton::setStyleClicked
void setStyleClicked()
Ms::ResetButton::ResetButton
ResetButton(QWidget *parent=0)
Definition:
resetButton.cpp:22
Generated by
1.8.13