I never faced this case to change the bits of one byte. My variable were always bytes, so I always used
QByteArray to append every hex to it. Now, in the new case, Some variables are one byte, but some other
variable are only bits, that is I need to set each bit of one byte. I am looking for a nice way to implement this in Qt.
what do you suggest?