?
Sequence Type to JavaScript Array Certain C++ sequence types are supported transparently in QML to behave like JavaScript Array types. In particular, QML currently supports: QList<int> QList<qreal> QList<bool> QList<QString> and QStringList QVector<QString> std::vector<QString> QList<QUrl> QVector<QUrl> std::vector<QUrl> QVector<int> QVector<qreal> QVector<bool> std::vector<int> std::vector<qreal> std::vector<bool>
Обсуждают сегодня