Compatibility Members for QSplashScreen

以下成员源于类 QSplashScreen are part of the Qt compatibility layer. We advise against using them in new code.

公共槽

void clear ()
void message (const QString & message , int alignment = Qt::AlignLeft, const QColor & color = Qt::black)

成员函数文档编制

[slot] void QSplashScreen:: clear ()

使用 clearMessage () 代替。

[slot] void QSplashScreen:: message (const QString & message , int alignment = Qt::AlignLeft, const QColor & color = Qt::black)

使用 showMessage () 代替。