Bind Qlable to Sqlserver Database
Solved
General and Desktop
-
Hello
I want to Bind a Qlable to a Table of Database(Sql SERVER 2014)
and i dont know How i must do this!
I searched in Google and i did Not Found any Solution For This Problem!For Example Qcombobox Have .Setmodel() For doing This
but lable do not have this method or Like this!any body can Help me?
-
hi
You can use
http://doc.qt.io/qt-5/qdatawidgetmapper.htmlto insert data to label. It can not be directly tied to a model.