Posted in Python onJune 24, 2019
如下所示:
设置图标
self.pushButton.setIcon(QIcon("sure.png"))
设置css样式
self.pushButton.setStyleSheet("QPushButton{color:black}" "QPushButton:hover{color:red}" "QPushButton{background-color:lightgreen}" "QPushButton{border:2px}" "QPushButton{border-radius:10px}" "QPushButton{padding:2px 4px}")
以上这篇用pyqt5 给按钮设置图标和css样式的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。
用pyqt5 给按钮设置图标和css样式的方法
- Author -
窥月声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@