14painter.setBrush(QColor(255, 0, 0, 127));
18painter.setBrush(QColor(0, 0, 255, 127));
23const QRgb rgb1 = 0x88112233;
24const QRgb rgb2 = QColor(
"red").rgb();
25const QRgb rgb3 = qRgb(qRed(rgb1), qGreen(rgb2), qBlue(rgb2));
26const QRgb rgb4 = qRgba(qRed(rgb1), qGreen(rgb2), qBlue(rgb2), qAlpha(rgb1));