修改部分ui

This commit is contained in:
shuaikangzhou
2023-12-27 21:18:12 +08:00
parent 6e262cd495
commit 598286bf42
28 changed files with 64 additions and 28 deletions
-2
View File
@@ -1,9 +1,7 @@
import json
import os.path
import sys
import time
import traceback
from typing import List
from PyQt5.QtCore import pyqtSignal, QThread, QUrl
from PyQt5.QtGui import QDesktopServices
+5
View File
@@ -11,6 +11,11 @@ from .toolUI import Ui_Dialog
Stylesheet = """
QPushButton{
background-color: rgb(250,252,253);
border-radius: 5px;
border-right: 2px solid #888888; /* 按钮边框,2px宽,白色 */
border-bottom: 2px solid #888888; /* 按钮边框,2px宽,白色 */
border-left: 1px solid #ffffff; /* 按钮边框,2px宽,白色 */
border-top: 1px solid #ffffff; /* 按钮边框,2px宽,白色 */
}
QPushButton:hover {
background-color: lightgray;