QTreeWidget样式qss
生活随笔
收集整理的這篇文章主要介紹了
QTreeWidget样式qss
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
文章目錄
- QTreeWidget/QTreeView樣式
- QHeaderView
- 背景屬性
- alternate-background-color:交替背景色
- background:背景屬性
- background-color:控件的背景色
- background-image:用于控件的背景圖像。如果圖像有透明部分則顯示透明部分。
- background-repeat:設(shè)置是如何重復(fù)背景圖像
- background-position:設(shè)置背景圖像的位置
- background-attachment:設(shè)置背景圖像是否固定或者隨著頁面的其余部分滾動
- background-clip:規(guī)定背景的繪制區(qū)域
- background-origin:相對于內(nèi)容框來定位背景圖像
QTreeWidget/QTreeView樣式
::branch分支項
::item精確控制內(nèi)容項
QHeaderView
使用::section來控制樣式,:該子控件擁有:middle,:fisrt,:last:only-one,:next-selected,:previous-selected,:selectted和checked狀態(tài)。
QHeaderView::section {background-color: qlineargradient( x1:0, y1:0, x2:0, y2:1,stop:0 #616161, stop: 0.5 #505050,stop: 0.6 #434343, stop:1 #656565);color: white;padding-left: 4px;border: 1px solid #6c6c6c; } QHeaderView::section:checked {background-color: red; } /* 以下圖標,只有在設(shè)置允許sortingEnable排序后,點擊表頭才會出現(xiàn)*/ QHeaderView::down-arrow {width:24px;height:24px;image: url(E:/arrow-down.jpg); } QHeaderView::up-arrow {width:24px;height:24px;image: url(E:/arrow-up.jpg); }背景屬性
alternate-background-color:交替背景色
用于修飾QAbstractItemView的子類
注意:先啟用交替背景色屬性
background:背景屬性
支持 QAbstractItemView 子類, QAbstractSpinBox 子類, QCheckBox, QComboBox, QDialog, QFrame, QGroupBox, QLabel, QLineEdit, QMenu, QMenuBar, QPushButton, QRadioButton, QSplitter, QTextEdit, QToolTip, and plain QWidgets.
background-color:控件的背景色
background-image:用于控件的背景圖像。如果圖像有透明部分則顯示透明部分。
background-repeat:設(shè)置是如何重復(fù)背景圖像
QMainWindow { background-image: url(://logo); background-repeat: repeat-x; }background-position:設(shè)置背景圖像的位置
有top、bottom 、 left 、 right 、 center五個值
QLabel { background-image: url(://logo); background-repeat: no-repeat; background-position: center; }background-attachment:設(shè)置背景圖像是否固定或者隨著頁面的其余部分滾動
scroll:默認值,背景圖像會隨著頁面其余部分的滾動而滾動。
fixed:當(dāng)頁面的其余部分滾動時,背景圖像不會移動。
background-clip:規(guī)定背景的繪制區(qū)域
有三個值border、padding、content
background-origin:相對于內(nèi)容框來定位背景圖像
有三個值border、padding、content
總結(jié)
以上是生活随笔為你收集整理的QTreeWidget样式qss的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python 自动化办公 随机生成题库文
- 下一篇: 森林图怎么分析_大地量子 森林火灾 |