Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

What is the associate type of QList in qml?

$
0
0
class whatever: public QObject {     Q_OBJECT public:     explicit generalUnitConverter(QObject *parent = nullptr);       QList<QPair<double, QString>> do_something();     } How could I access the data return by do_something in qml?

Viewing all articles
Browse latest Browse all 4972

Trending Articles