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.
私はこれを持っています:
status=new QStatusBar(statusBar()); status->resize(MainWindow::size().width(), 10); status->showMessage("Welcome!", 10); status->show();
メッセージは表示されません。ただし、小さなグリップ リサイズが表示されます。メッセージが表示されないのはなぜですか?