Code:
if(db.open()){ query.exec("SELECT `Name` FROM `dictionarystrings` WHERE `LanguageID` = '1'"); while (query.next()){ item->setEditable(false); item->setCheckable(false); model->setItem(nameString, item); } }
unsure exactly how to display the contents of my query in a listview i have on the gui ui.view
sorry i have learned more about coding with QT when asking for help and searching forums than i have watching video tutorials
thanks for all your help !!