update Percentage python name

This commit is contained in:
Alessandro Muntoni 2023-12-14 10:44:58 +01:00
parent 2dbd2f4b12
commit 3c7b215ff3

View File

@ -67,7 +67,7 @@ const static std::array<QString, 14> saveCapabilitiesStrings = {
};
const char PYTHON_TYPE_ENUM[] = "str";
const char PYTHON_TYPE_ABSPERC[] = "Percentage";
const char PYTHON_TYPE_ABSPERC[] = "PercentageValue";
const char PYTHON_TYPE_DYNAMIC_FLOAT[] = "float (bounded)";
const char PYTHON_TYPE_BOOL[] = "bool";
const char PYTHON_TYPE_INT[] = "int";