Qt Code:
while(query->next()) { combobox.addItem(query->value(0).toString()); }To copy to clipboard, switch view to plain text mode
Qt Code:
while(query->next()) { combobox.addItem(query->value(0).toString()); }To copy to clipboard, switch view to plain text mode
Last edited by tokimay; 4th February 2016 at 17:55.
Bookmarks