随笔分类 - 开源参考项目
开源参考项目
摘要:Widget 多线程(movetothread) 为table添加菜单 ui->setupUi(this); this->setLayout(ui->verticalLayout_main); setPaper = new SetPaper; receiver = new Receiver(); Q
阅读全文
摘要:开机界面 点击开始,颜色改变 加载界面为gif动画 游戏窗口 生成迷宫,使用图片素材, 迷宫砖块都是图片 根据每一个坐标是否有砖块设置不同的图片 按下按钮改变不同的颜色,使用样式表(设置不同的图片) 人物行走动画,改变widget的位置,同时改变人物对应的图片(根据人物的朝向) The QSeque
阅读全文
摘要:开场动画 QSplashScreen *splash = new QSplashScreen; splash->setPixmap(QPixmap(":/images/成信大冬.jpg")); splash->show(); for(int i=0;i<2000;i++) { splash->rep
阅读全文

浙公网安备 33010602011771号