some finishing touches

This commit is contained in:
itsmattkc
2019-03-14 19:25:53 +11:00
parent c73fc78087
commit 53334b5399
10 changed files with 17 additions and 8 deletions
+2
View File
@@ -34,6 +34,8 @@ void BoolField::UpdateWidgetValue(QWidget *widget, double timecode)
cb->setChecked(GetBoolAt(timecode));
cb->blockSignals(false);
emit Toggled(cb->isChecked());
}
QVariant BoolField::ConvertStringToValue(const QString &s)