Allow changing time, date & weather

Resolves #103
This commit is contained in:
Raffson
2024-06-30 18:51:34 +02:00
parent 06960db5e5
commit 824312e19d
12 changed files with 759 additions and 272 deletions

View File

@@ -590,6 +590,11 @@ QFrame[style="QConditionsWidget"] {
background: transparent;
}
QFrame[style="QConditionsWidget"]:hover {
cursor: pointer;
background: #43A6C6;
}
QGroupBox[style="QWeatherWidget"] {
padding: 0px;
margin-left: 0px;
@@ -664,3 +669,7 @@ QCalendarWidget QTableView{
.comms {
padding: 2px;
}
.hidden {
visibility: hidden;
}