You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIntegerProperty(const QByteArray& id, const QString &name, int value, int defaultValue = 0, int min = INT_MIN, int max = INT_MAX);
CIntegerProperty(CBaseProperty *top, const QByteArray& id, const QString &name, int value, int defaultValue = 0, int min = INT_MIN, int max = INT_MAX);