mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
set down/up arrow for header
This commit is contained in:
parent
536c638371
commit
140c290c60
1 changed files with 9 additions and 0 deletions
|
|
@ -340,6 +340,15 @@ QHeaderView::section:first {
|
|||
QHeaderView::section:last {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url(:/openpype/images/down_arrow.png);
|
||||
}
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url(:/openpype/images/up_arrow.png);
|
||||
}
|
||||
|
||||
/* Views QListView QTreeView QTableView */
|
||||
QAbstractItemView {
|
||||
border: 0px solid {color:border};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue