QSpinBox 設定樣式

HalsonHe發表於2010-09-03

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的向上按鈕

相關文章