CommandLineParser
Qt Base Class: QCommandLineParser
Signature: QCommandLineParser(self) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QCommandLineParser PySide6.QtCore QCommandLineParser(self) -> None |
⋔ Inheritance diagram
graph TD
1473299921408["core.CommandLineParser"]
1473288991568["QtCore.QCommandLineParser"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473288991568 --> 1473299921408
1473291690208 --> 1473288991568
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QCommandLineParser
Means for handling the command line options.
Source code in prettyqt\core\commandlineparser.py
set_options_after_positional_arguments_mode(mode: SingleDashWordStr | mod.SingleDashWordOptionMode)
Set the options after positional arguments mode.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
SingleDashWordStr | SingleDashWordOptionMode
|
options after positional arguments mode |
required |
Source code in prettyqt\core\commandlineparser.py
set_single_dash_word_option_mode(mode: SingleDashWordStr)
Set the single dash word option mode.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
SingleDashWordStr
|
single dash word option mode |
required |