Obsolete Members for QCommandLineOption

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

公共函数

(obsolete) bool isHidden () const
(obsolete) void setHidden (bool hide )

成员函数文档编制

bool QCommandLineOption:: isHidden () const

Returns true if this option is omitted from the help output, false if the option is listed.

该函数在 Qt 5.6 引入。

另请参阅 setHidden () 和 QCommandLineOption::HiddenFromHelp .

void QCommandLineOption:: setHidden ( bool hide )

Sets whether to hide this option in the user-visible help output.

All options are visible by default. Setting hide to true for a particular option makes it internal, i.e. not listed in the help output.

该函数在 Qt 5.6 引入。

另请参阅 isHidden .