Refactor the oscilloscope (#5488)

* Rename files

* Update code

* Remove unused code

* Make background a member variable
This commit is contained in:
Hussam al-Homsi
2020-05-09 18:19:17 -04:00
committed by GitHub
parent 79511d6004
commit ec37f347de
6 changed files with 32 additions and 39 deletions

View File

@@ -159,7 +159,7 @@ GroupBox {
/* main toolbar oscilloscope - can have transparent bg now */
VisualizationWidget {
Oscilloscope {
background: none;
border: none;
qproperty-normalColor: rgb(71, 253, 133);

View File

@@ -191,7 +191,7 @@ GroupBox {
/* main toolbar oscilloscope - can have transparent bg now */
VisualizationWidget {
Oscilloscope {
background: none;
border: none;
qproperty-normalColor: rgb(71, 253, 133);