Hello author, when I set the foreground color, this line of code does not work because of the large data. ``` // data.size() = 256MB hexview->setForeground(0, data.size(), QColor(0x00, 0x80, 0xFF)); ```