How I do to create an object in QML file?
-
wrote on 27 Oct 2012, 14:38 last edited by
Hi, I made a class called gestionClientes with an empty constructor, this class inserts new customers in my little application with a MySQL query.
I want to insert new customers clicking a buton, but I don't know what I do to create an object of gestionClintes to add the data in the database.
1/1