「Qtの設定 - コマンドライン引数」の版間の差分

ナビゲーションに移動 検索に移動
113行目: 113行目:
<br>
<br>
<u>※注意</u><br>
<u>※注意</u><br>
<code>QCommandLineParser</code>クラスは、様々なケースに対応できるような構造になっている。<br>
<u><code>QCommandLineParser</code>クラスは、様々なケースに対応できるような構造になっている。</u><br>
詳細は、<code>[https://doc.qt.io/qt-5/qcommandlineparser.html QCommandLineParser]</code>と<code>[https://doc.qt.io/qt-5/qcommandlineoption.html QCommandLineOption]</code>のドキュメントを参照すること。<br>
<br>
また、他の使用方法については、[https://code.qt.io/cgit/qt/qtbase.git/tree/tests/auto/corelib/tools/qcommandlineparser/tst_qcommandlineparser.cpp qtbase/tests/auto/corelib/tools/qcommandlineparser/tst_qcommandlineparser.cpp]のテストケースを参照すること。<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>


案内メニュー