以下成员源于类 QCommandLineOption 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
bool
|
isHidden () const |
(obsolete)
void
|
setHidden (bool hide ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns true if this option is omitted from the help output, false if the option is listed.
该函数在 Qt 5.6 引入。
另请参阅 setHidden () 和 QCommandLineOption::HiddenFromHelp .
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
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 .