Alternative fast method for number to qstring?
-
Hi,
Why do you need to convert these numbers to QString ?
-
@SGaist Thank you for your reply, there is a database class, it only accepts inputs in string formats. I know it's kinda silly to convert every number to string but for now the codes of the database will not change
-
@SGaist Thank you for your reply, there is a database class, it only accepts inputs in string formats. I know it's kinda silly to convert every number to string but for now the codes of the database will not change
@StudyQt1 said in Alternative fast method for number to qstring?:
There is a database class, it only accepts inputs in string formats.
As QString or std::string or char*