3
我在Qt Designer創建QPushButton
這個樣式表:的Qt - 平QPushButton,背景顏色不起作用
QPushButton#pushButton {
background-color: #ffffff;
}
QPushButton#pushButton:disabled {
background-color: yellow;
}
QPushButton#pushButton:pressed {
background-color: orange;
}
QPushButton#pushButton:focus:pressed {
background-color: black;
}
QPushButton#pushButton:focus {
background-color: green;
}
QPushButton#pushButton:hover {
background-color: red;
}
QPushButton#pushButton:checked {
background-color: pink;
}
它的作品,但是當我在屬性中查看「扁平化」,那麼它不」工作了,我想問你爲什麼?我該怎麼做,如果我需要平板QPushButton
?
這是非常非常非常有用的!感謝分享 – KGCybeX
@KGCybeX歡迎您:) – tomsk