Qt qss一些偽裝態,以及margin與padding區別


偽狀態    描述

:checked    button部件被選中
:disabled    部件被禁用
:enabled    部件被啟用
:focus    部件獲得焦點
:hover    鼠標位於部件上
:indeterminate    checkbox或radiobutton被部分選中
:off    部件可以切換,且處於off狀態
:on    部件可以切換,且處於on狀態
:pressed    部件被鼠標按下
:unchecked    button部件未被選中


 子部件    描述
::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的向上按鈕

 

 

margin與padding區別:

margin是指從自身邊框到另一個容器邊框之間的距離,就是容器外距離。在CSS中padding是指自身邊框到自身內部另一個容器邊框之間的距離,就是容器內距離。

http://blog.csdn.net/what951006/article/details/51689142


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM