Newer
Older
AutoCalibration / res / qss / mainForm.css
tanyue on 30 Jun 1 KB 20250630 初始提交
/*QPalette{background:#DFEBF2;}*/

QWidget {
  background-color: #DFEBF2;
}

QLable {
  font-size: 16px;
  color: #333333;
}

/** 左上角LOGO和TITLE **/
QWidget#wdgtTitle QLabel#labelLogo{
  margin: 10px;
  font-family: "Microsoft YaHei"; 
}
QWidget#wdgtTitle QLabel#labelTitle{
  color: #504897;
  font-size: 30px;
  font-weight: bold;
  /*font-style: italic;*/
  font-family: "Microsoft YaHei"; 
}

/** 中间菜单按钮区域 **/
QWidget#wdgtFunc QToolButton {
  background: transparent;
  border: 0px;
  border-radius: 10px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #333333;
  padding: 16px;
}
QWidget#wdgtFunc QToolButton:checked {
  background: #504897;
  color: #FFFFFF;
}
QWidget#wdgtFunc QToolButton:checked:hover {
  background: #504897;
  color: #FFFFFF;
}
QWidget#wdgtFunc QToolButton:hover {
  background: rgba(80, 72, 151, 0.3);
  color: #FFFFFF;
}



/**  右上角关闭最小化按钮 **/
QWidget#wdgtBtnWin QToolButton{
  padding: 3px;
  border: none;
  margin: 0px;
}

QWidget#wdgtLoginUser QLabel{
  font-size: 20px;
  color: #504897;
  font-family: "Microsoft YaHei"; 
  font-weight: bold;
  /*font-style: italic;*/
}

QWidget#wdgtTemp QLabel{
  font-size: 20px;
  color: #333333;
  font-family: "Microsoft YaHei"; 
}