Obsolete Members for QDate

以下成员源于类 QDate 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) bool setYMD (int y , int m , int d )

成员函数文档编制

bool QDate:: setYMD ( int y , int m , int d )

Sets the date's year y , month m , and day d .

y is in the range 0 to 99, it is interpreted as 1900 to 1999. Returns false if the date is invalid.

使用 setDate () 代替。