- 0
StyleSheets in Modorganizer 2
-
Similar Content
-
- 4 answers
- 869 views
-
CTD from having dyndolod.esp enabled in new save and old 1 2
By pentapox,
- SKYRIMSE
- DynDOLOD 3
- (and 1 more)
- 18 answers
- 1,657 views
-
- 13 answers
- 3,603 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Gernash
I want to have a #color when a mod folder only contanis meta.ini and not loose files or folders
Anyone out there know QT Programming?
[spoiler=Code snippet from dracula.qss]
/*
QAbstractItemView modifications
*/
QAbstractItemView {
border: 1px solid #323232;
selection-color: #bbbbbb;
selection-background-color: #4b6eaf;
alternate-background-color: #414547;
show-decoration-selected: 1;
outline: 0;
}
QListWidgetItem,
QTreeWidgetItem {
background-color: red;
color: yellow;
border: 1px solid purple;
}
QAbstractItemView::text {
color: #bbbbbb;
}
QTreeView::branch:hover,
QAbstractItemView::item:hover {
background-color: rgba(255, 255, 255, 0.05);
}
QTreeView::branch:selected:active,
QAbstractItemView::item:selected {
background-color: #4b6eaf;
}
QTreeView::branch:has-siblings:adjoins-item,
QTreeView::branch:has-siblings:!adjoins-item,
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
border-image: none;
}
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings {
border-image: none;
image: url(:/stylesheet/branch-closed.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings {
border-image: none;
image: url(:/stylesheet/branch-open.png);
18 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now