Home | History | Annotate | Download | only in QT

Lines Matching refs:Qt

21     QPen linePen(QColor::fromRgb(211,211,211), 1, Qt::SolidLine);
22 QPen fontPen(QColor::fromRgb(51,51,51), 1, Qt::SolidLine);
23 QPen fontMarkedPen(Qt::white, 1, Qt::SolidLine);
44 painter->setBrush((index.row() % 2) ? Qt::white : QColor(252,252,252));
57 QIcon(qvariant_cast<QPixmap>(index.data(Qt::DecorationRole)));
59 QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2)));
60 int indent = index.data(Qt::UserRole + 3).toInt();
62 QString drawCommandText = index.data(Qt::DisplayRole).toString();
64 drawCommandNumber = index.data(Qt::UserRole + 1).toString();
65 float time = index.data(Qt::UserRole + 4).toFloat();
70 /* option.rect is a struct that Qt uses as a target to draw into. Following
85 breakpointIcon.paint(painter, r, Qt::AlignVCenter|Qt::AlignLeft);
89 deleteIcon.paint(painter, r, Qt::AlignVCenter|Qt::AlignLeft);
99 Qt::AlignBottom|Qt::AlignLeft, drawCommandText, &r);
104 Qt::AlignBottom|Qt::AlignLeft, drawCommandNumber, &r);
110 Qt::AlignBottom|Qt::AlignLeft, drawTime, &r);