Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Mysql database in a Combobox
-
I made a QML screen and in that screen there needs to be a combobox that displays a column from a mysql database. Because I am new to C++ programming its really hard for me to program this.
can anyone help me?
-
Hi and welcome to devnet,
See this wiki entry for a possible implementation.
You will have to replace the ListView by a ComboBox, but you'll get the idea on how to implement that.