QSpinBox樣式

bamboo_lady發表於2018-10-11

轉載https://blog.csdn.net/halsonhe/article/details/5860499

QSpinBox{
 height:30px;
 width:30px;
}

QSpinBox::up-button
{
 background-image:url(:/images/scroll_up.png);
 height: 15px;
}
QSpinBox::down-button{
    background-image:url(:/images/scroll_down.png);
 height: 15px;
}

 

表 2. 子部件列表
子部件    描述
::down-arrow    combo box或spin box的下拉箭頭
::down-button    spin box的向下按鈕
::drop-down    combo box的下拉箭頭
::indicator    checkbox、radio button或可選擇group box的指示器
::item    menu、menu bar或status bar的子專案
::menu-indicator    push button的選單指示器
::title    group box的標題
::up-arrow    spin box的向上箭頭
::up-button    spin box的向上按鈕

--------------------- 作者:halsonhe 來源:CSDN 原文:https://blog.csdn.net/halsonhe/article/details/5860499?utm_source=copy 版權宣告:本文為博主原創文章,轉載請附上博文連結!