[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

@@ -28,6 +28,10 @@ QCheckBox::indicator {
height: 18px;
}
QCheckBox[warning = "true"] {
color: yellow;
}
QProgressBar {
max-height: 4px;
}
@@ -54,7 +58,7 @@ QMenu QPushButton {
text-align: left;
}
QLabel[help_icon = "true"] {
QLabel[help_icon = "true"], QLabel[warning_icon = "true"] {
qproperty-scaledContents: True;
min-height: 16;
max-height: 16;