Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はここで頭がおかしくなり、ドキュメントを確認したことを約束します。
ヘッダー ファイルで QTextStream をメンバー変数として宣言していますが、コンストラクターで、コンストラクターの stdout に移動するように設定したいのですが、それを行うための正しい構文を取得できません!
私がやりたいのはこれだけです:
QTextStream m_text_out;
m_text_out = QTextStream(stdout)........
どんな助けでも素晴らしいでしょう!