211
painter.fillRect(rect().x(), rect().y(), m_progress * width() / 100, rect().height(), palette().highlight());
228
painter.fillRect(x(), y(), m_progress * width() / 100, height(), palette().highlight());
214
231
void ProgressLineEdit::keyPressEvent(QKeyEvent* event)