cost 380 ms
QChar get digit value if `isDigit()`

How to get the digits value elegantly? does not look that good. Neither does converting to QString since creating a QString object and start parsi ...

2017-08-24 10:15:40   1   635    c++ / qt / qchar  
Pushing a QChar in QString

The intention here is to manipulate 8 bits by ORing or ANDing them, and then storing them in a string. Then I would like to read the output as dec ...

Qt: Get ASCII Code From QChar

I need to get the ASCII code from a QChar. In Qt 5.2 QChar::ToAscii has been removed. Here is my code. How can I get the ASCII code? ...

2013-12-30 14:53:55   1   21992    qt / qchar  
Qchar* to char* conversion

I'm building a Qt Gui application for monitoring data from serial port.I'm using qextserialport library. Here's the problem I ran into. readLine me ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM