qt-用label控件加载gif图
摘要:this->setFixedSize(400, 600); //设置界面的大小 QMovie* move = new QMovie("E:/LEEEvent/qtproject/1.gif"); picLabel = new QLabel(this); picLabel->setGeometry(4
阅读全文
qt-设置启动界面
摘要:#include "musicwidget.h" #include <QApplication> #include <QDateTime> int main(int argc, char *argv[]) { QApplication a(argc, argv); QPixmap pixmap(":
阅读全文