mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use images from resources in styles
This commit is contained in:
parent
333db5f4bf
commit
c5132818cb
1 changed files with 22 additions and 0 deletions
|
|
@ -341,6 +341,28 @@ QAbstractItemView::item:selected:hover {
|
||||||
color: {color:font-view-hover};
|
color: {color:font-view-hover};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QAbstractItemView::branch:open:has-children:!has-siblings,
|
||||||
|
QAbstractItemView::branch:open:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url(:/openpype/images/branch_open.png);
|
||||||
|
}
|
||||||
|
QAbstractItemView::branch:open:has-children:!has-siblings:hover,
|
||||||
|
QAbstractItemView::branch:open:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url(:/openpype/images//branch_open_on.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
QAbstractItemView::branch:has-children:!has-siblings:closed,
|
||||||
|
QAbstractItemView::branch:closed:has-children:has-siblings {
|
||||||
|
border-image: none;
|
||||||
|
image: url(:/openpype/images//branch_closed.png);
|
||||||
|
}
|
||||||
|
QAbstractItemView::branch:has-children:!has-siblings:closed:hover,
|
||||||
|
QAbstractItemView::branch:closed:has-children:has-siblings:hover {
|
||||||
|
border-image: none;
|
||||||
|
image: url(:/openpype/images//branch_closed_on.png);
|
||||||
|
}
|
||||||
|
|
||||||
/* Progress bar */
|
/* Progress bar */
|
||||||
QProgressBar {
|
QProgressBar {
|
||||||
border: 1px solid {color:border};
|
border: 1px solid {color:border};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue