• 大小: 93KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-04
  • 语言: 其他
  • 标签: Qt  电子相册  

资源简介

采用Qt写的一个电子相册,放大、缩小、打开、自动播放,暂停等等都已实现,另外注释比较详细哦

资源截图

代码片段和文件信息

#include 
#include “widget.h“
#include 
int main(int argc char *argv[])
{
    QApplication a(argc argv);
    QTextCodec::setCodecForTr(QTextCodec::codecForName(“GBK“));
    QTextCodec::setCodecForLocale(QTextCodec::codecForName(“GBK“));
    QTextCodec::setCodecForCStrings(QTextCodec::codecForName(“GBK“));
    Widget w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      64867  2012-04-21 16:02  Photo\image\back.png

     文件       1833  2012-04-21 16:54  Photo\image\big.png

     文件       1921  2012-04-21 16:55  Photo\image\litte.png

     文件       1621  2012-04-21 16:44  Photo\image\next.png

     文件       1752  2012-04-21 18:13  Photo\image\next1.png

     文件       1936  2012-04-21 16:57  Photo\image\normal.png

     文件       1678  2012-04-21 17:14  Photo\image\open.png

     文件       1582  2012-04-21 16:52  Photo\image\previous.png

     文件       1678  2012-04-21 18:17  Photo\image\previous1.png

     文件       1780  2012-04-21 16:57  Photo\image\quit.png

     文件       2007  2012-04-21 16:54  Photo\image\recover.png

     文件       2112  2012-04-21 16:51  Photo\image\start.png

     文件       1931  2012-04-21 17:00  Photo\image\stop.png

     文件       2100  2012-04-21 18:37  Photo\image\zhuan.png

     文件        502  2012-04-21 18:38  Photo\image.qrc

     文件        407  2012-04-21 17:21  Photo\main.cpp

     文件        350  2012-04-21 15:54  Photo\Photo.pro

     文件      21304  2012-04-21 19:41  Photo\Photo.pro.user

     文件       5456  2012-04-21 19:41  Photo\widget.cpp

     文件        960  2012-04-21 19:09  Photo\widget.h

     文件       4071  2012-04-21 18:38  Photo\widget.ui

     目录          0  2012-04-21 19:43  Photo\image

     目录          0  2012-04-21 19:41  Photo

----------- ---------  ---------- -----  ----

               121848                    23


评论

共有 条评论