mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -31,8 +31,8 @@ namespace BlackGui
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//! Properties
|
||||
//! @{
|
||||
//! Properties
|
||||
Q_PROPERTY(QColor lowColor READ getLowColor WRITE setLowColor)
|
||||
Q_PROPERTY(QColor highColor READ getHighColor WRITE setHighColor)
|
||||
Q_PROPERTY(QColor peakColor READ getPeakColor WRITE setPeakColor)
|
||||
@@ -54,8 +54,8 @@ namespace BlackGui
|
||||
//! Values
|
||||
void levelChanged(double level);
|
||||
|
||||
//! Color properties
|
||||
//! @{
|
||||
//! Color properties
|
||||
const QColor &getLowColor() const { return m_lowColor; }
|
||||
const QColor &getHighColor() const { return m_highColor; }
|
||||
const QColor &getPeakColor() const { return m_peakColor; }
|
||||
|
||||
Reference in New Issue
Block a user