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.
QDialogから閉じるボタンを削除することは可能ですか?
ウィンドウ フラグを使用します。例えば:
QDialog d(0, Qt::CustomizeWindowHint|Qt::WindowTitleHint); d.exec();