feat: add volume measure UI display logic

This commit is contained in:
kradchen
2025-07-15 09:33:18 +08:00
parent 56f14ab9e1
commit 0a89861b75
4 changed files with 654 additions and 414 deletions

View File

@@ -284,3 +284,14 @@ QProgressBar::chunk {
ConfigurationDialog#PacsConfigurationDialog{
border:1px solid #5a5a5a;
}
QLabel#VolumeMeasure{
color: white;
margin-left: 3px;
margin-right: 3px;
border: 1px solid #aaa;
border-radius: 3px;
margin-top: 3px;
margin-bottom: 3px;
}