Qt Code:
{ Q_OBJECT public: QList<QPair<double, QString>> do_something(); }To copy to clipboard, switch view to plain text mode
How could I access the data return by do_something in qml?
Qt Code:
{ Q_OBJECT public: QList<QPair<double, QString>> do_something(); }To copy to clipboard, switch view to plain text mode
How could I access the data return by do_something in qml?
Bookmarks