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.
在 SDL、SFML 中,您需要实现自己的主循环。但是在 Qt 中,它被预定义为QApplication::exec(). 但我想在 Qt 中声明我自己的主循环,以供其他一些 API 工作。我试过QTimer哪个效果很好,但出于某种原因我不想要它。我需要覆盖的最少代码是什么QApplication::exec()。
QApplication::exec()
QTimer