public virtual bool IsCompatibleWithQInt(QInt type) { return false; }
public virtual bool IsCompatibleWithQInt(QInt type) { return(false); }
public override bool IsCompatibleWithQInt(QInt type) { return(true); }
public override bool IsCompatibleWithQInt(QInt type) { return true; }