Inserimento Led, Modifiche Layout
[qmemory] / crazybutton.cpp
index abc81ee..04285f5 100644 (file)
@@ -12,7 +12,7 @@ void CrazyButton::changeColor(){
     QPalette palettea;
     if(col){
 
     QPalette palettea;
     if(col){
 
-        this->setStyleSheet("background-color:green;");
+        this->setStyleSheet("background-color:red;");
         col=false;
     }
     else{
         col=false;
     }
     else{