修改部分UI

This commit is contained in:
shuaikangzhou
2024-01-24 20:02:01 +08:00
parent 2261f0de3a
commit a9b37f3d0e
6 changed files with 282 additions and 83 deletions

View File

@@ -37,12 +37,6 @@ file_format = {
'CSV': Output.CSV,
}
Stylesheet = """
QPushButton{
background-color: #ffffff;
}
QPushButton:hover {
background-color: lightgray;
}
"""