基本信息
源码名称:《Qt Creator快速入门》第3版实验讲义书籍和源码
源码大小:3.11M
文件格式:.rar
开发语言:C/C++
更新时间:2022-06-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 4 元 
   源码介绍

《Qt Creator快速入门》第3版实验讲义书籍和源码

《Qt Creator快速入门》第3版实验讲义

目 录
实验 1 Qt 开发环境的搭建..........................................................- 2 -
目的与要求....................................................................................................................- 2 -
实验准备........................................................................................................................- 2 -
实验内容........................................................................................................................- 2 -
实验 2 编译和发布 Qt 程序.......................................................- 12 -
目的与要求..................................................................................................................- 12 -
实验准备......................................................................................................................- 12 -
实验内容......................................................................................................................- 12 -
实验 3 使用 Qt 资源文件...........................................................- 20 -
目的与要求..................................................................................................................- 20 -
实验准备......................................................................................................................- 20 -
实验内容......................................................................................................................- 20 -
实验 4 创建登陆对话框.............................................................- 26 -
目的与要求..................................................................................................................- 26 -
实验准备......................................................................................................................- 26 -
实验内容......................................................................................................................- 26 -
实验 5 定时器和随机数.............................................................- 32 -
目的与要求..................................................................................................................- 32 -
实验准备......................................................................................................................- 32 -
实验内容......................................................................................................................- 32 -
实验 6 编译 MySQL 数据库驱动...............................................- 35 -
目的与要求..................................................................................................................- 35 -
实验准备......................................................................................................................- 35 -
实验内容......................................................................................................................- 35 -
实验 7 数据库基本操作...............................................................- 44 -
目的与要求..................................................................................................................- 44 -
实验准备......................................................................................................................- 44 -
实验内容......................................................................................................................- 44 -
实验 8 Qt 数据库应用编程(综合设计)..................................- 50 -
目的与要求..................................................................................................................- 50 -
实验准备......................................................................................................................- 50 -
实验内容......................................................................................................................- 50 -

.
├── 《Qt Creator快速入门》第3版实验讲义
│   ├── src
│   │   ├── 02
│   │   │   └── helloworld
│   │   │       ├── hellodialog.cpp
│   │   │       ├── hellodialog.h
│   │   │       ├── hellodialog.ui
│   │   │       ├── helloworld.pro
│   │   │       ├── main.cpp
│   │   │       ├── myico.ico
│   │   │       └── myico.rc
│   │   ├── 03
│   │   │   └── myMainWindow
│   │   │       ├── images
│   │   │       │   ├── filenew.png
│   │   │       │   ├── fileopen.png
│   │   │       │   ├── filesave.png
│   │   │       │   ├── filesaveas.png
│   │   │       │   └── find.png
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       ├── mainwindow.ui
│   │   │       ├── myMainWindow.pro
│   │   │       └── myResources.qrc
│   │   ├── 04
│   │   │   └── login
│   │   │       ├── login.pro
│   │   │       ├── logindialog.cpp
│   │   │       ├── logindialog.h
│   │   │       ├── logindialog.ui
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       └── mainwindow.ui
│   │   ├── 05
│   │   │   └── myTimer
│   │   │       ├── images
│   │   │       │   ├── 0.png
│   │   │       │   ├── 1.png
│   │   │       │   ├── 2.png
│   │   │       │   ├── 3.png
│   │   │       │   └── 4.png
│   │   │       ├── main.cpp
│   │   │       ├── myTimer.pro
│   │   │       ├── widget.cpp
│   │   │       ├── widget.h
│   │   │       └── widget.ui
│   │   ├── 06
│   │   │   └── sqldrivers
│   │   │       ├── main.cpp
│   │   │       └── sqldrivers.pro
│   │   ├── 07
│   │   │   └── sqlModel
│   │   │       ├── connection.h
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       ├── mainwindow.ui
│   │   │       └── sqlModel.pro
│   │   └── 08
│   │       └── manager
│   │           ├── connection.h
│   │           ├── logindialog.cpp
│   │           ├── logindialog.h
│   │           ├── logindialog.ui
│   │           ├── main.cpp
│   │           ├── manager.pro
│   │           ├── my.rc
│   │           ├── myico.ico
│   │           ├── widget.cpp
│   │           ├── widget.h
│   │           └── widget.ui
│   └── 《Qt Creator快速入门》第3版实验讲义.pdf
└── 好例子网_《Qt Creator快速入门》第3版实验讲义.rar

18 directories, 57 files