Answers for "qt bool to qstring"

0

qt bool to qstring

bool test = true;
test ? "1" : "0";
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language