addzhong
0
0
386
349
新增菌种
QWidget{
border:transparent;
border-radius: 4px;
background-color: rgb(247, 247, 247)
}
QPushButton{
}
QLabel{
border:transparent;
}
0
0
0
0
-
border-radius: 12px;
border:transparent;
background-color: rgb(255, 255, 255);
QFrame::StyledPanel
QFrame::Raised
0
0
0
0
-
Qt::Vertical
QSizePolicy::Fixed
20
20
-
Qt::Horizontal
81
20
-
Qt::Vertical
QSizePolicy::Fixed
20
20
-
Qt::Horizontal
81
20
-
-
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 ;
}
确定
-
Qt::Horizontal
40
20
-
background-color: rgb(255, 255, 255);
border: 1px solid rgb(175, 175, 175) ;
border-radius: 4px;
取消
-
Qt::Horizontal
40
20
-
-
font:12pt;
项目名称:
-
border: 1px solid rgb(175, 175, 175) ; /* 设置1px宽的灰色实线边框 */
border-radius: 2px; /* 边框圆角半径为4像素,实现倒角效果 */
padding: 2px 4px; /* 可选,设置内部文字的内边距,这里示例上下2像素,左右4像素 */
真菌药敏试剂盒
-
font:12pt;
菌属名称:
-
/*QCombobox主体*/
QComboBox{
border: 1px solid rgb(175, 175, 175) ;
border-radius: 2px;
}
/*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;
菌种名称:
-
border: 1px solid rgb(175, 175, 175) ; /* 设置1px宽的灰色实线边框 */
border-radius: 2px; /* 边框圆角半径为4像素,实现倒角效果 */
padding: 2px 4px; /* 可选,设置内部文字的内边距,这里示例上下2像素,左右4像素 */
-
Qt::Vertical
QSizePolicy::Fixed
20
20
-
QWidget{
border-top-left-radius: 12px;
border-top-right-radius: 12px;
color: rgb(0, 0, 0);
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)
);
border-bottom-left-radius: 0px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 0px;
}
QLabel{
background: transparent;
}
QPushButton{
background: transparent;
}
9
9
-
font: bold 20px;
color: rgb(255, 255, 255);
新增菌种
-
Qt::Horizontal
40
20