▍1. 基于TCP传输的Qt代码,server和client
简单的TCP传输代码,可以作为test用server端监听端口,client端输入要通信的IP和port,与server端进行连接,socket建立成功,可以建立通信,相互传送数据
简单的TCP传输代码,可以作为test用server端监听端口,client端输入要通信的IP和port,与server端进行连接,socket建立成功,可以建立通信,相互传送数据
基于qt的视频监控器1、主界面点击指定区域打开视频显示框,输入ip地址,即可显示指定ip设备的摄像头监控图像。2、支持监控视频暂停,最大化等。3、支持同时打开多个视频显示框。
#-------------------------------------------------## Project created by QtCreator 2017-11-01T09:35:55##-------------------------------------------------QT += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsTARGET = read_dxfTEMPLATE = app# The following define makes your compiler emit warnings if you use# any feature of Qt which as been marked as deprecated (the exact warnings# depend on your compiler). Please consult the documentation of the# deprecated API in order to know how to port your code away from it.DEFINES += QT_DEPRECATED_WARNINGS# You can also make your code fail to compile if you use deprecated APIs.# In order to do so, uncomment the following line.# You can also select to disable deprecated APIs only up to a certain version of Qt.#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000&n
图书管理系统: 采用GTK+图形界面或Qt图形界面,以C++语言为基础,实现管理员对图书信息的录入、删除和更新,对读者的权限管理;实现读者对图书的借阅和归还(图书信息要相应变化)。
可以读取segy数据并绘制波形变面积图,可以用来进行学习交流。数据在放大时比较卡,有待于大家提高。
用来模拟Excel实现的一个软件,但更多的是关注菜单等基本项的设置,通过对主窗口界面的设置进行实现,初始练习的时候做的,很有借鉴意义。
qt蓝牙示例程序,适用于初学者,哈哈哈哈哈。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Qt插入数据到mysql数据库,自行建立数据库(网上有教程),数据库按照如下代码在DOS界面建立,实测有用。 1、在运行框输入cmd,以管理员身份运行,输入mysql(前提是数据库和Qt连接成功)。 2、输入mysql; 3、建议一个数据库create database name; 4、use name; 5、create table device( ID int unsigned auto_increment primary key, Present1 int not NULL, Present2 int not NULL, Devices_Type varchar(40) not NULL, X double(8,2) not NULL, Y double(8,2) not NULL, Z double(8,2) not NULL, W double(8,2) not NULL );
QTPlayer基于QT5.6编写的mp3播放器,适合新手用来学习
Read realtime monitoring process liketopin a Qt-way. This application startstopin a process, reads its output whenevertopflushes the stdout, and shows the result in a text browser.
此為使用Qt與C++和QML撰寫之掃描器 此為使用Qt與C++和QML撰寫之掃描器 此為使用Qt與C++和QML撰寫之掃描器
可以 查找、解析 JSON数据、XML数据、INI文件。 QT4.8源码编写。 可以遍历这些数据~