Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCommandLineParserPrivate::PositionalArgumentDefinition Struct Reference

Documentation for positional arguments. More...

+ Collaboration diagram for QCommandLineParserPrivate::PositionalArgumentDefinition:

Public Attributes

QString name
 
QString description
 
QString syntax
 

Detailed Description

Documentation for positional arguments.

Definition at line 73 of file qcommandlineparser.cpp.

Member Data Documentation

◆ description

QString QCommandLineParserPrivate::PositionalArgumentDefinition::description

Definition at line 76 of file qcommandlineparser.cpp.

◆ name

QString QCommandLineParserPrivate::PositionalArgumentDefinition::name

Definition at line 75 of file qcommandlineparser.cpp.

◆ syntax

QString QCommandLineParserPrivate::PositionalArgumentDefinition::syntax

Definition at line 77 of file qcommandlineparser.cpp.


The documentation for this struct was generated from the following file: