CommandLineOption
Qt Base Class: QCommandLineOption
Signature: QCommandLineOption(self, name: str) -> None
QCommandLineOption(self, name: str, description: str, valueName: str = '', defaultValue: str = '') -> None
QCommandLineOption(self, names: Sequence[str]) -> None
QCommandLineOption(self, names: Sequence[str], description: str, valueName: str = '', defaultValue: str = '') -> None
QCommandLineOption(self, other: PySide6.QtCore.QCommandLineOption) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QCommandLineOption PySide6.QtCore QCommandLineOption(self, name: str) -> None |
⋔ Inheritance diagram
graph TD
1473299912624["core.CommandLineOption"]
1473288971072["QtCore.QCommandLineOption"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473288971072 --> 1473299912624
1473291690208 --> 1473288971072
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QCommandLineOption
Defines a possible command-line option.