TextEditWidget
0
0
204
94
Form
QWidget #TextEditWidget
{
border: 1px solid rgb(205,205,205);
background-color:rgb(255,255,255);
}
0
0
0
0
0
-
QWidget #contentWidget
{
border: 1px solid rgb(205,205,205);
background-color:rgb(255,255,255);
}
0
0
0
0
5
-
Qt::FocusPolicy::StrongFocus
background-color: transparent;
border:0px;
padding:2px;
-
0
26
16777215
26
QWidget #bottomWidget
{
background-color: transparent;
}
0
5
0
5
0
-
color: rgb(255, 0, 0);
font: 8pt "Microsoft YaHei UI";
该类型已存在
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
5
-
41
21
41
21
QPushButton
{
border: 1px solid rgb(205,205,205);
border-radius:5px;
}
QPushButton:hover
{
border-color: rgb(70,130,180);
}
QPushButton:pressed
{
background-color:rgba(70,130,180,50);
}
取消
-
41
21
41
21
QPushButton
{
color: rgb(250, 250, 250);
font: 10pt;
border:0px;
border-radius:5px;
background-color:rgb(67,160,249);
}
QPushButton:hover
{
background-color:rgb(55,131,204);
}
QPushButton:pressed
{
background-color:rgb(67,160,249);
}
确认