Loading...
Searching...
No Matches
Midi::MidiStyle Struct Reference
| Public Attributes | |
| const QBrush | lightBrush {QColor{"#303d4c57"}} | 
| const QBrush | darkerBrush {QColor{"#B0B0B0"}} | 
| const QBrush | transparentBrush {Qt::transparent} | 
| const QPen | darkPen | 
| const QPen | selectionPen | 
| const QBrush | noteBaseBrush {QColor{"#ff9900"}} | 
| const QPen | noteSelectedBasePen {QColor{"#cc3000"}, 2} | 
| const QPen | noteBasePen {QColor{"#e0b01e"}} | 
| QBrush | paintedNoteBrush [128] | 
Member Data Documentation
◆ darkPen
| const QPen Midi::MidiStyle::darkPen | 
Initial value:
= [] {
    QPen p{QColor{"#604C4C4C"}};
    p.setCosmetic(true);
    p.setWidthF(1);
    return p;
  }()
◆ selectionPen
| const QPen Midi::MidiStyle::selectionPen | 
Initial value:
= [] {
    QPen pen{QColor{0, 0, 0, 127}, 2, Qt::DashLine, Qt::SquareCap, Qt::BevelJoin};
    pen.setCosmetic(true);
    return pen;
  }()
The documentation for this struct was generated from the following file: