• 大小: 350KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-12
  • 语言: 数据库
  • 标签: qt  图片  数据库  

资源简介

用qt 实现 图片的 mysql 数据库的上传 下载 并显示图片的功能

资源截图

代码片段和文件信息

#include 
#include “mainwindow.h“

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();
    
    return a.exec();
}

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

     文件        692  2013-03-12 12:25  SQLPicTest\connection.h

     文件     115063  2013-03-12 12:22  SQLPicTest\debug\main.o

     文件     271307  2013-03-12 13:41  SQLPicTest\debug\mainwindow.o

     文件       2502  2013-03-12 12:23  SQLPicTest\debug\moc_mainwindow.cpp

     文件     126498  2013-03-12 12:23  SQLPicTest\debug\moc_mainwindow.o

     文件     846022  2013-03-12 13:41  SQLPicTest\debug\SQLPicTest.exe

     文件        193  2013-03-12 09:43  SQLPicTest\main.cpp

     文件       2320  2013-03-12 13:41  SQLPicTest\mainwindow.cpp

     文件        388  2013-03-12 12:22  SQLPicTest\mainwindow.h

     文件       2491  2013-03-12 13:41  SQLPicTest\mainwindow.ui

     文件       7013  2013-03-12 10:45  SQLPicTest\Makefile

     文件       6514  2013-03-12 10:45  SQLPicTest\Makefile.Debug

     文件       6586  2013-03-12 10:45  SQLPicTest\Makefile.Release

     文件        389  2013-03-12 10:45  SQLPicTest\SQLPicTest.pro

     文件      18920  2013-03-12 14:03  SQLPicTest\SQLPicTest.pro.user

     文件       3866  2013-03-12 13:41  SQLPicTest\ui_mainwindow.h

     目录          0  2013-03-12 13:41  SQLPicTest\debug

     目录          0  2013-03-12 10:03  SQLPicTest\release

     目录          0  2013-03-12 14:03  SQLPicTest

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

              1410764                    19


评论

共有 条评论