红色: qDebug() << "\033[31mHello, I'm red text\033[0m";
绿色: qDebug() << "\033[32mHello, I'm green text\033[0m";
黄色: qDebug() << "\033[33mHello, I'm yellow text\033[0m";
蓝色: qDebug() << "\033[34mHello, I'm blue text\033[0m";
紫红色: qDebug() << "\033[35mHello, I'm purple text\033[0m";