Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.7.0
Description
Try to show a color setting dialog with alpha setting. Then call interface:
QColor QColorDialog::getColor ( const QColor & initial, QWidget * parent, const QString & title, ColorDialogOptions options = 0 ) [static]
Code:
QColor color = QColorDialog::getColor(graphicsScenePaint->currentPen()->color(),
mainWindow,
"Select Color",
QColorDialog::ShowAlphaChannel);
The dialog's display is wrong. See the attachment file's right top corner.