运行环境: vista + qt4.7.2 + vs2008
效果图:

实现代码:
testMoving.zip (51 K) 下载次数:383 实现接口:
- void init(const QString& imagePath = "Resources/yanmei.jpg", int movingDirection = 1, int movingSpeed = 10,
- const QString& displayText = "love you for ever!");
- // 初始化图片
- void initializeImage(const QString& imagePath);
- // 设置运动方向
- void setMovingDirection(int idx = 0);
- // 设置运动速度
- void setMovingSpeed(int speed = 10);
- // 设置显示文本
- void setDisplayText(const QString& text);