Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为的类Segment,它包含一些 QStrings 并且是子类的。
Segment
我创建了一个std::list对象Segment,并希望将该列表转换为 QVariantList。但这从将我的单个Segment对象转换为 QVariant 对象开始,我该如何完成呢?
std::list
我认为您正在寻找 Q_DECLARE_METATYPE(Segment);。