|
|
@ -147,14 +147,12 @@ void WifiUI::refresh() { |
|
|
|
QPushButton { |
|
|
|
QPushButton { |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
font-size: 50px; |
|
|
|
font-size: 50px; |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
background-color: #114265; |
|
|
|
background-color: #114265; |
|
|
|
} |
|
|
|
} |
|
|
|
QPushButton:disabled { |
|
|
|
QPushButton:disabled { |
|
|
|
background-color: #323C43; |
|
|
|
background-color: #323C43; |
|
|
|
} |
|
|
|
} |
|
|
|
* { |
|
|
|
|
|
|
|
background-color: #114265; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
)"); |
|
|
|
)"); |
|
|
|
countWidgets++; |
|
|
|
countWidgets++; |
|
|
|
} |
|
|
|
} |
|
|
@ -192,9 +190,6 @@ void WifiUI::refresh() { |
|
|
|
QPushButton:disabled { |
|
|
|
QPushButton:disabled { |
|
|
|
background-color: #323C43; |
|
|
|
background-color: #323C43; |
|
|
|
} |
|
|
|
} |
|
|
|
* { |
|
|
|
|
|
|
|
background-color: #114265; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
)"); |
|
|
|
)"); |
|
|
|
vlayout->addWidget(w); |
|
|
|
vlayout->addWidget(w); |
|
|
|
} |
|
|
|
} |
|
|
|