From 57b8d78fa8c396b84b9413e3145b3e061048b704 Mon Sep 17 00:00:00 2001 From: shijianquan <992593080@qq.com> Date: Tue, 15 Apr 2025 16:57:44 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E6=94=B9=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E5=88=86=E6=9E=90=E7=9A=84=E6=A0=B7=E5=BC=8F=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/zh/style/dark/alarm_statistics.qss | 134 ++------------------ 1 file changed, 14 insertions(+), 120 deletions(-) diff --git a/resource/zh/style/dark/alarm_statistics.qss b/resource/zh/style/dark/alarm_statistics.qss index 7de93c4c..f299aae9 100644 --- a/resource/zh/style/dark/alarm_statistics.qss +++ b/resource/zh/style/dark/alarm_statistics.qss @@ -1,138 +1,32 @@ -QCheckBox::indicator:unchecked -{ - width:14px; - height:14px; - /*border-radius: 7px;*/ - background-color: rgb(191,191,191); -} - -QCheckBox::indicator:checked -{ - width:14px; - height:14px; - /*border-radius: 7px;*/ - background-color: rgb(0,255,0); -} - -QWidget -{ - background-color:rgb(3,22,36); -} - -QLabel,QCheckBox -{ - color:rgb(0,180,255); -} - -QFrame#frame_bar,QFrame#frame_alarm,QFrame#frame_location,QListWidget,QComboBox, -QDateEdit,QPushButton,QLineEdit,QTableWidget,QTableView,QTreeWidget,QGroupBox, -QToolBox::tab,QToolBox,QTextEdit -{ - border-style:solid; - border-width:1px; - border-color:rgb(10,91,147); - color:rgb(0,180,255); - font-size: 12px; -} - -QRadioButton -{ - color:rgb(0,180,255); -} - -QFrame#frame_location QFrame -{ - border-style:solid; - border-width:1px; - border-color:rgb(10,91,147); - color:rgb(0,180,255); - padding-left:10px; -} - -QPushButton:hover -{ - background-color: rgb(41,115,163); -} - QLabel#value,QLabel#value2 { - background-color:rgb(41,115,163); - color:rgb(33,248,250); + background-color:#4e709a; + color: #FFFFFF; border-style:outset; border-width:1px; - border-color:rgb(33,184,250); - border-radius:5px; + border-color:#6088ba; + border-radius:0px; padding:5px; } -QListView -{ - color:rgb(0,180,255); -} - -QComboBox::drop-down,QDateEdit::drop-down -{ - width: 20px; - border-width: 1px; - border-style: solid; - border-color: rgb(10,91,147); -} - -QComboBox QAbstractItemView -{ - border-width: 1px; - border-style: solid; - border-color: rgb(10,91,147); -} - -QCalendarWidget QWidget -{ - border-width: 1px; - border-style: solid; - border-color: rgb(10,91,147); - color: rgb(0,180,255); -} - -QCalendarWidget QWidget#qt_calendar_navigationbar -{ - border-bottom-width: 0px; -} - -QCalendarWidget QTableView -{ - border-top-width: 0px; -} - -QToolButton#qt_calendar_monthbutton,#qt_calendar_yearbutton -{ - border-width: 0px; - border-top-width: 1px; -} - -QHeaderView::section -{ - background: rgb(3,22,36); - border-style:solid; - border-width:1px; - border-color:rgb(10,91,147); - color:rgb(0,180,255); - height: 24px; -} QTableView#alarm { border-width: 0px; } - -QToolBoxButton -{ - min-height: 32px; + +CAlarmReport,CAlarmCompare,CWaveListDialog +{ + background-color: #072d45; + border-radius: 0px; + box-shadow: none !important; } - + CAlarmStatistics, CAlarmCompare{ - qproperty-chartLabelColor: rgb(0,180,255); - qproperty-chartLineColor: rgb(0,180,255); + qproperty-chartLabelColor: #FFFFFF; + qproperty-chartLineColor: #FFFFFF; + qproperty-chartBackground: #072d45; }