mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T220, style sheet comments, minor adjustments
This commit is contained in:
@@ -555,16 +555,19 @@ QHeaderView::up-arrow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTableView, QTreeView, QListView {
|
QTableView, QTreeView, QListView {
|
||||||
border: 1px solid green;
|
border: 1px solid green; /** outer border **/
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
alternate-background-color: darkslategray;
|
alternate-background-color: darkslategray;
|
||||||
|
/** in order to enable alternate color it must be also set to true on view **/
|
||||||
|
/** this can be done in code or UI builder **/
|
||||||
selection-background-color: blue;
|
selection-background-color: blue;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
padding:0px;
|
padding: 1px;
|
||||||
|
gridline-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** explicitly setting font color avoids black when pressing CTRL-S **/
|
/** explicitly setting font color avoids black when pressing CTRL-S **/
|
||||||
|
|||||||
Reference in New Issue
Block a user