You can either ask the database to trim the numbers using a proper sql function or you can do the trimming after you receive the values using, for instance, QString::number() where you can pass the precision you want.
You can either ask the database to trim the numbers using a proper sql function or you can do the trimming after you receive the values using, for instance, QString::number() where you can pass the precision you want.
Bookmarks