mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Dialog (no longer overlay frame) for new DB data
* allows to select the entities * allows to consolidate
This commit is contained in:
@@ -417,7 +417,8 @@ QMenuBar::item {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
QMenuBar::item:selected { /* when selected using mouse or keyboard */
|
||||
/* when selected using mouse or keyboard */
|
||||
QMenuBar::item:selected {
|
||||
background: black;
|
||||
}
|
||||
|
||||
@@ -588,6 +589,11 @@ QTableView::item:selected {
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView::item:selected {
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QTreeView {
|
||||
show-decoration-selected: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user