QPushButton {
border-image: url(:/OtherButton/images/otherbutton/left.png);
}
QPushButton:hover {
border-image: url(:/OtherButton/images/otherbutton/yleft.png);
}
时间: 2024-10-16 16:50:21
QPushButton {
border-image: url(:/OtherButton/images/otherbutton/left.png);
}
QPushButton:hover {
border-image: url(:/OtherButton/images/otherbutton/yleft.png);
}