Add shutdown widget.

This commit is contained in:
sunwen
2023-09-11 16:29:30 +08:00
parent ae1b063b72
commit 2bbef648f5
10 changed files with 140 additions and 7 deletions

View File

@@ -72,6 +72,12 @@ QLabel {
font-size: 16px;
}
QLabel#Shutdown {
color: #fcfcfc;
font-weight: bold;
font-size: 26px;
}
QLineEdit {
min-height: 36px;
max-height: 36px;
@@ -999,4 +1005,4 @@ QListView#LeftBtnBar::item
QWidget#settingContentWidget QWidget{
font-size:26px;
}
}