* added radio buttons to start indexing dialog * don't block task scheduler thread while start indexing dialog is visible * don't force whole project refresh on settings change * added help button to start indexing dialog explaining indexing modes * disable unavailable modes when project needs full refresh * improved label texts on indexing dialogs * added --incomplete flag to index command of commandline API * fixed deletion of window stack elements
67 lines
828 B
CSS
67 lines
828 B
CSS
QLabel, QCheckBox, QRadioButton {
|
|
color: white;
|
|
}
|
|
|
|
#topHalf {
|
|
background: #007AC2;
|
|
border-top-left-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
}
|
|
|
|
#title {
|
|
color: white;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#percent {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#message {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#option {
|
|
font-size: 14px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#option:disabled {
|
|
color: #A0FFFFFF;
|
|
}
|
|
|
|
#filePath {
|
|
font-size: 11px;
|
|
}
|
|
|
|
#errorCount {
|
|
border: none;
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#windowButton {
|
|
background: transparent;
|
|
border: 1px solid white;
|
|
color: white;
|
|
}
|
|
|
|
#windowButton:hover {
|
|
background: transparent;
|
|
border: 1px solid white;
|
|
color: white;
|
|
}
|
|
|
|
#windowButton:hover {
|
|
color: #2E3C86;
|
|
background: white;
|
|
}
|
|
|
|
#windowButton:default {
|
|
border: 2px solid white;
|
|
}
|