feat(parameter): add float parm

This commit is contained in:
parker
2025-07-22 02:27:09 +01:00
parent 67dc55dfb2
commit f0af6114f4
7 changed files with 72 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ enzo::ui::AbstractSliderParm::AbstractSliderParm(QWidget *parent, Qt::WindowFlag
valueLabel_ = new QLabel();
valueLabel_->setAlignment(Qt::AlignCenter);
valueLabel_->setStyleSheet("background-color: transparent;");
valueLabel_->setStyleSheet("background-color: none;");
setProperty("type", "SliderParm");
setStyleSheet(R"(
QWidget[type="SliderParm"]