mirror of
https://github.com/wf-group/wfview
synced 2026-08-13 17:32:59 -04:00
Revert change for Qt6 deprecation
This commit is contained in:
parent
87c8cab9c2
commit
f53d7dd411
4 changed files with 36 additions and 36 deletions
|
|
@ -32,15 +32,15 @@ meter::meter(QWidget *parent) : QWidget(parent)
|
|||
|
||||
meterType = meterS;
|
||||
|
||||
currentColor.fromString("#148CD2");
|
||||
currentColor.setNamedColor("#148CD2");
|
||||
currentColor = currentColor.darker();
|
||||
|
||||
peakColor.fromString("#3CA0DB");
|
||||
peakColor.setNamedColor("#3CA0DB");
|
||||
peakColor = peakColor.lighter();
|
||||
|
||||
averageColor.fromString("#3FB7CD");
|
||||
averageColor.setNamedColor("#3FB7CD");
|
||||
|
||||
lowTextColor.fromString("#eff0f1");
|
||||
lowTextColor.setNamedColor("#eff0f1");
|
||||
lowLineColor = lowTextColor;
|
||||
|
||||
avgLevels.resize(averageBalisticLength, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue