i have QStringList list << "14","15","16","17"; like this
using this list values i want to create buttons in qml how can i add
Printable View
i have QStringList list << "14","15","16","17"; like this
using this list values i want to create buttons in qml how can i add
By using a Repeater, with the button type as its delegate.
Cheers,
_