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.
ウィンドウを表示すると、中心から外れて表示されます。ウィンドウの位置を関連する画面座標に設定することで、これを修正する例を見てきました。しかし、UI デザイナーを使用してこれを行う方法はありますか。
を使用してこれを達成できます
setWindowFlags(Qt::FramelessWindowHint); setWindowModality(Qt::ApplicationModal);
次の例を参照してください。
http://doc.qt.io/qt-4.8/qt-widgets-windowflags-example.html