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.
QtクリエーターでMDI親としてメインウィンドウを作成する方法
QMdiAreaウィジェットを親ウィンドウの中央ウィジェットとして使用することを検討してください。このようなSmth:
QMainWindow *mainWindow = new QMainWindow; mainWindow->setCentralWidget(mdiArea);
より良い例はここにあります:MDIの例
これがお役に立てば幸いです