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.
我目前正在开发一个带有 QML 文件的 C++ 应用程序。我想在我的应用程序上显示几秒钟的开始屏幕,然后进入我的主页。但是我找不到任何关于在 QML 中使用特定事件等正确方法的信息:(
我的问题是:在 QML 中这样做的正确方法是什么?如果没有,我怎么能很好地让它在 C++ 中工作。
任何帮助将不胜感激
您可以在 QML 中使用Timer并在触发时加载主屏幕。