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); を探していると思います。