Using custom type in Q_PROPERTY

后端 未结 0 559
谎友^
谎友^ 2020-12-31 13:22

I couldn\'t use custom type in Q_PROPERTY MEMBER.

header.h

class Custom {
  Q_GADGET
  Q_PROPERTY(int mode MEMBER mode STORED true)

 public:
  Custom(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题