02 2023 档案
摘要:
阅读全文
摘要:窗口动画 编辑删除转载 2015-10-10 14:50:27 标签:qt渐变动画 一个应用程序通常包含多个动画,例如,你可能希望同时移动许多graphic items或者一个个按照串行的方式的移动他们 QAnimationGroup:动画组父类,以包含其它animations,这样这些animat
阅读全文
摘要:1. 使用QPalette // 设置背景图片 setAutoFillBackground(true); // 这句要加上, 否则可能显示不出背景图. QPalette palette = this->palette(); //palette.setColor(QPalette::Window, Q
阅读全文
摘要:设置系统时间: QString m="date -s "2007-08-03 14:15:00"" QProcess::startDetached(m); // 0312 表示3月12日,1025表示当前时分 QProcess::startDetached("hwclock -w"); // 同步系
阅读全文