C++ (Qt)typedef QList<QPair<QString, QString> > PairList;Q_DECLARE_META_TYPE(PairList) { PairList list; QVariant v; v.setValue(list);}