mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 17:54:14 +02:00
[view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology
This commit is contained in:
@@ -47,6 +47,10 @@ QCheckBox::indicator:checked:disabled {
|
||||
image: url("@style_dir/img/checkbox_checked_disabled.svg");
|
||||
}
|
||||
|
||||
QCheckBox[warning = "true"] {
|
||||
color: @color.yellow;
|
||||
}
|
||||
|
||||
QComboBox, QComboBox QAbstractItemView, QMenu QAbstractItemView {
|
||||
selection-background-color: @menu.item.selected.background.color;
|
||||
selection-color: @menu.item.selected.font.color;
|
||||
@@ -115,6 +119,10 @@ QLabel[help_icon = "true"] {
|
||||
qproperty-pixmap: url("@style_dir/img/help.svg");
|
||||
}
|
||||
|
||||
QLabel[warning_icon = "true"] {
|
||||
qproperty-pixmap: url("@style_dir/img/warning.svg");
|
||||
}
|
||||
|
||||
QLabel[tip_icon = "true"] {
|
||||
qproperty-pixmap: url("@style_dir/img/help.svg");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user