MuseScore  3.4
Music composition and notation
Classes | Namespaces | Macros
qmldockwidget.h File Reference
#include "libmscore/mscore.h"
Include dependency graph for qmldockwidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ms::FocusChainBreak
 
class  Ms::MsQuickView
 
class  Ms::QmlStyle
 Implements setting colors and fonts for QML-based widgets styling. More...
 
class  Ms::QmlDockWidget
 

Namespaces

 Ms
 
 

Macros

#define COLOR_PROPERTY(name, role)
 
#define COLOR_PROPERTY_EXPR(name, expr)
 

Macro Definition Documentation

◆ COLOR_PROPERTY

#define COLOR_PROPERTY (   name,
  role 
)
Value:
Q_PROPERTY(QColor name READ get_##name CONSTANT) \
QColor get_##name() const { return _palette.color(role); }

◆ COLOR_PROPERTY_EXPR

#define COLOR_PROPERTY_EXPR (   name,
  expr 
)
Value:
Q_PROPERTY(QColor name READ get_##name CONSTANT) \
QColor get_##name() const { return expr; }