dashboardNamingDialog
0
0
481
227
Dialog
0
0
0
0
0
-
Qt::FocusPolicy::ClickFocus
QWidget #contentWidget
{
border:1px solid rgb(76,88,105);
background-color:rgba(36,43,50,250);
}
30
30
421
31
color: rgb(250, 250, 250);
font: 700 13pt "微软雅黑";
border:1px solid rgb(67,160,249);
border-left:0px;
border-top:0px;
border-right:0px;
创建数据看板
450
10
24
24
QPushButton
{
border-image: url(:/images/btn_close_default.png);
}
QPushButton:hover
{
border-image: url(:/images/btn_close_hover.png);
}
QPushButton:pressed
{
border-image: url(:/images/btn_close_default.png);
}
true
35
80
91
20
color: rgb(220, 220, 220);
font:12pt "微软雅黑";
看板名称
35
110
416
36
QLineEdit
{
color: rgb(250, 250, 250);
font: 700 12pt "微软雅黑";
border:1px solid rgb(207,208,209);
background-color: rgb(24, 32, 38);
}
QLineEdit:focus
{
border:1px solid rgb(67,160,249);
}
380
180
71
26
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "微软雅黑";
border:1px solid rgb(200,200,200);
border-radius:2px;
background-color:rgb(24,32,38);
}
QPushButton:hover
{
background-color:rgb(8,11,13);
}
QPushButton:pressed
{
background-color:rgb(24,32,38);
}
取消
false
290
180
71
26
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "微软雅黑";
border:0px;
border-radius:2px;
background-color:rgb(67,160,249);
}
QPushButton:hover
{
background-color:rgb(55,131,204);
}
QPushButton:pressed
{
background-color:rgb(67,160,249);
}
确认
false
70
150
351
20
Qt::FocusPolicy::StrongFocus
color: rgb(225, 0, 0);
Qt::AlignmentFlag::AlignCenter