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.
フォームの上にあるデフォルトのボタンと、フォームの境界線を取り除きたいと思っていました。だから私は以下を使用しました
w.setWindowFlags(Qt::CustomizeWindowHint);
これは私の基準を満たしていますが、問題は画面上でフォームを移動できないことです。この問題を解決する方法について何か提案はありますか?