12,925
回編集
113行目: | 113行目: | ||
<br> | <br> | ||
<u>※注意</u><br> | <u>※注意</u><br> | ||
<code>QCommandLineParser</code>クラスは、様々なケースに対応できるような構造になっている。<br> | <u><code>QCommandLineParser</code>クラスは、様々なケースに対応できるような構造になっている。</u><br> | ||
<br> | |||
<u><code>QCommandLineParser</code>クラスの詳細は、Qt公式ドキュメントを参照すること。</u><br> | |||
* QCommandLineParserクラス | |||
*: Qt 6 : https://doc.qt.io/qt-6/qcommandlineparser.html | |||
*: Qt 5 : https://doc.qt.io/qt-5/qcommandlineparser.html | |||
* QCommandLineOptionクラス | |||
*: https://doc.qt.io/qt-6/qcommandlineoption.html | |||
*: https://doc.qt.io/qt-5/qcommandlineoption.html | |||
<br> | |||
また、他の使用方法については、<code>QCommandLineParser</code>クラスのテストケースを参照すること。<br> | |||
* https://code.qt.io/cgit/qt/qtbase.git/tree/tests/auto/corelib/tools/qcommandlineparser/tst_qcommandlineparser.cpp | |||
<br><br> | <br><br> | ||