Can't we use QString for comparision in switch statement like below, QString str = "TEMP"; switch (str) { I tried to use like this but it ...
確定! 回上一頁