C++ (Qt) QProgressBar p; p.setRange(0, 0); p.setStyleSheet("QProgressBar::chunk { background-color: red; }"); p.show();