I am trying to use the Qt reflection for converting enum to QString. Here is the part of code: class ModelApple { Q_GADGET Q_ENUMS(AppleType) ...
確定! 回上一頁