shu
0
0
3762
614
Form
-
-
Qt::Horizontal
QSizePolicy::Fixed
15
20
-
font:12pt;
菌属名称:
-
/*QCombobox主体*/
QComboBox{
border: 1px solid rgb(175, 175, 175) ;
border-radius: 2px;
font:12pt
}
/*QCombobox右侧按钮*/
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;/*放于右方顶部*/
width: 30px;/*设置按钮范围宽度*/
/*border-radius: 15px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid;*/
border-top-right-radius: 1px;/*设置边框圆角*/
border-bottom-right-radius: 1px;
/*padding-right: 50px;*/
}
/*QCombobox右侧按钮的箭头图标*/
QComboBox::down-arrow {
border-image: url(:/icon/arrow-down-s-line.png);
width: 20px;/*设置该图标的宽高*/
height: 20px;
}
-
font:12pt;
创建时间:
-
background-color: rgb(255, 255, 255);
border: 1px solid rgba(74, 94, 226,0.7);
border-radius: 2px;
border: 1px solid gray; /* 设置1px宽的灰色实线边框 */
border-radius: 4px; /* 边框圆角半径为4像素,实现倒角效果 */
padding: 2px 4px;
border: 1px solid rgb(175, 175, 175) ;
border-radius: 2px;
font:12pt;
QFrame::StyledPanel
QFrame::Raised
0
0
0
0
-
border: 1px solid rgba(74, 94, 226,0.7);
border: transparent;
border-radius: 1px;
background-color: rgb(255, 255, 255);
font:12pt
-
border: transparent;
:/new/icon/date.png:/new/icon/date.png
true
-
:/new/icon/-.png
-
background-color: rgb(255, 255, 255);
border: 1px solid rgba(74, 94, 226,0.7);
border-radius: 2px;
border: 1px solid gray; /* 设置1px宽的灰色实线边框 */
border-radius: 4px; /* 边框圆角半径为4像素,实现倒角效果 */
padding: 2px 4px;
border: 1px solid rgb(175, 175, 175) ;
border-radius: 2px;
font:12pt;
QFrame::StyledPanel
QFrame::Raised
0
0
0
0
-
border: 1px solid rgba(74, 94, 226,0.7);
border: transparent;
border-radius: 1px;
background-color: rgb(255, 255, 255);
font:12pt
-
border: transparent;
:/new/icon/date.png:/new/icon/date.png
true
-
QPushButton {
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1,
stop:0 rgba(0, 255, 255, 255) ,
stop:1 rgba(0, 144, 209, 255)
);
color: rgb(255, 255, 255);
border-radius: 4px;
font: bold 10pt ;
}
查询
-
border-radius: 4px;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(194, 194, 194);
重置
-
Qt::Horizontal
40
20
-
-
QPushButton {
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1,
stop:0 rgba(0, 255, 255, 255) ,
stop:1 rgba(0, 144, 209, 255)
);
color: rgb(255, 255, 255);
border-radius: 4px;
font: bold 10pt ;
}
新增
:/new/icon/Plus.png:/new/icon/Plus.png
-
Qt::Horizontal
QSizePolicy::Fixed
15
20
-
0
0
0
0
0
-
QTableView{ border: transparent;}
QTableView::item{ border: none;
text-align:center; /* 设置文本水平居中 */
}
QTableView::item:alternate{ background-color: rgba(229, 247, 255, 1); }
QTableView::item:selected { background-color: transparent;
color: rgb(0, 0, 0);
}
QHeaderView::section:horizontal:frist {
padding:3px;
margin:0px;
color:#FFFFFF;
font: bold 11pt "微软雅黑";
background: rgb(77,199,255);
border-top-left-radius:12px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
QHeaderView::section:horizontal:middle {
padding:3px;
margin:0px;
color:#FFFFFF;
font: bold 11pt "微软雅黑";
background: rgb(77,199,255);
border-radius:0px;
}
QHeaderView::section:horizontal:last {
padding:3px;
margin:0px;
color:#FFFFFF;
font: bold 11pt "微软雅黑";
background: rgb(77,199,255);
border-top-left-radius:0px;
border-top-right-radius:15px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
-
Qt::Vertical
QSizePolicy::Fixed
20
10