[view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology

This commit is contained in:
Vinicius Moreira
2021-11-22 15:48:48 -03:00
parent 5121bb40ef
commit c80845cde4
47 changed files with 525 additions and 47 deletions

View File

@@ -20,6 +20,10 @@ QCheckBox::indicator:checked:disabled {
image: url("@style_dir/img/checkbox_checked_disabled.svg");
}
QCheckBox[warning = "true"] {
color: @color.warning;
}
QLineEdit:disabled, QComboBox:disabled, QSpinBox:disabled {
color: @disabled.color;
}
@@ -408,6 +412,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");
}