Splash.qml
import Qt 4.7 Item { width: parent.width height: parent.height Image { id: splash width: parent.width;
height: parent.height source: "splash.png" clip: true // only makes a difference if mode is PreserveAspectCrop smooth: true opacity: 0.2 //running默认是false;这里PropertyAnimation显示过程中并不会阻塞parent组件中代码的执行 PropertyAnimation {id: splashAnimation;
running: true;
target: splash;
property: "opacity";
to: 1.0;
duration: 1000 } } }
【Qml 实现一个简单的SplashScreen】
main.qml
import Qt 4.7 Rectangle { id: rect width: 100;
height: 100 Splash {} }
推荐阅读
- Qt|Qt官方示例-QML Axes
- QML类型——Text
- QML|如何在QML应用中实现一个Splash画面
- QML|如何在QML应用中启动Scope
- arduino|【arduino】DIY音乐播放器,arduino播放wav音乐,TRMpcm库测试及使用
- python|DIY制作炫彩灯球
- html|2020年这个副业,能让你彻底告别死工资,你敢试吗()
- QML程序打包、发布(windeployqt)
- qml|走访近20家代工厂后(近千块的大牌T恤,成本只要几十块)