-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.10.0
-
None
ios: 10.3.3
qt: 5.10.0
class RemindDialog : public QDialog
setAttribute( Qt::WA_TranslucentBackground,true );
//-------------------------------------------------------------------------
int function xxx()
{
RemindDialog dialog();
return dialog.exec();
}
//The background is black, not transparent.
setAttribute( Qt::WA_TranslucentBackground,true );