- Tagged rc6 release

This commit is contained in:
Christophe Dumez
2007-10-19 21:30:59 +00:00
parent b7fd7d9837
commit fc61693463
154 changed files with 35337 additions and 17710 deletions

View File

@@ -83,11 +83,9 @@ class DLListDelegate: public QItemDelegate {
newopt.maximum = 100;
newopt.minimum = 0;
newopt.state |= QStyle::State_Enabled;
newopt.textVisible = false;
newopt.textVisible = true;
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt,
painter);
painter->setPen(QColor("Black"));
painter->drawText(opt.rect, Qt::AlignCenter, newopt.text);
break;
}
default: