QPushButton 官方QSS样式表怎么写,推荐几个简约的QPushButton 样式表
时间: 2023-12-14 19:40:17 浏览: 133
QPushButton 的官方 QSS 样式表可以通过设置不同的属性和值来实现。下面是一个简单的例子:
```css
QPushButton {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
```
这个样式表将 QPushButton 的背景色设置为绿色,去掉了边框,文字颜色为白色,文字居中显示,字体大小为 16px,设置了一些内边距、外边距和鼠标样式。
以下是一些简约的 QPushButton 样式表:
```css
/* 灰色按钮 */
QPushButton {
background-color: #E0E0E0;
border: none;
color: #333;
padding: 8px 16px;
font-size: 14px;
border-radius: 4px;
}
/* 蓝色按钮 */
QPushButton {
background-color: #2196F3;
border: none;
color: white;
padding: 8px 16px;
font-size: 14px;
border-radius: 4px;
}
/* 扁平化按钮 */
QPushButton {
background-color: transparent;
border: none;
color: #2196F3;
padding: 8px 16px;
font-size: 14px;
border-radius: 0;
border-bottom: 1px solid #2196F3;
}
/* 橙色按钮 */
QPushButton {
background-color: #FF9800;
border: none;
color: white;
padding: 8px 16px;
font-size: 14px;
border-radius: 4px;
}
```
这些样式表可以根据需要进行自定义修改。
阅读全文
相关推荐
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)