This is how I get the last entry.
Then I set that to be the max of my uidSpinboxQt Code:
query.last();To copy to clipboard, switch view to plain text mode
Qt Code:
fvui.uidSpinBox->setMaximum(query.value(0).toInt());To copy to clipboard, switch view to plain text mode
Bookmarks