搜索资源列表
qt_MySQl
- 编译开发平台: qt5.2.1 功能: 1、登陆到MySQL,在界面中可以浏览在mysql某个表存储的图片, 2、向表中存入图片 3、对表中的图片进行排序, 4、删除图片, 5、截取屏幕的功能 6、从MySQL中下载图片 7、还可以截取实时屏幕并将图像灰度化(黑白),降低像素(降低网络传输的数据量)并在网络中传输到服务 器端(即client_pic端), 操作:附加功能->隐藏(此处设定有网络传输功能,如果不选取只有截取一张图 片的功能)->设
cuohe
- 股票交易系统的撮合算法,使用qt5.6编写。按照上海和深圳交易所的规则,价格优先时间优先的-Stock trading system matching algorithm, using qt5.6 writing. According to the rules of the Shanghai and shenzhen exchange, price time preference
baopan
- qt5.6编写的股票交易系统报盘机,和我的另外两个搭配使用-Qt5.6 written in stock trading systems offer machine, and my two other collocation is used
svgembedded
- 修改Qt svg图片显示例程,在label控件中显示,(重写事件过滤器方法实现),环境为ubuntu16.04+Qt5.6.1,例程可以win7+Qt环境下打开编译。-Modify the SVG Qt image display routines, in the label control display, (rewrite the event filter method to achieve), the environment is ubuntu16.04+Qt5.6.1, the rout
picture_rotate
- Qt实现显示svg图片,并可拖动鼠标旋转,新人做的效果不是很好。环境ubuntu16.04+Qt5.6.1,本人新测代码在WIN7+Qt环境下可用。-Qt display SVG pictures, and drag the mouse rotation, the new effect is not very good. Environment ubuntu16.04+Qt5.6.1, my new test code is available in the WIN7+Qt environmen
SerialPort
- Qt串口调试肋手软件,应用Qt5自带的串口类实现,开发环境为ubuntu16.04+Qt5.6.1,只在ubuntu下用虚拟串口的形式测试过。-Qt serial debugging rib software, the application of Qt5 comes with the serial port class implementation, the development environment for the ubuntu16.04+Qt5.6.1, only in the for
QtmodbusTCP
- Qt5自带的modbusTCP类实现的TCP modbus通信,程序包含客户端和服务器,开发环境为ubuntu16.04+Qt5.6.1,如打不开服务器,请将编译出的程序用sudo运行。-Qt5 comes with the modbusTCP class to achieve the Modbus TCP communication, the program contains the client and server, the development environment for ubun
untitled
- Qt5.6实现的串口程序 可配置 可收发-Qt5.6 realization of the serial port program can be configured to send and receive
qtGraphicsTetris
- 工程环境为vs2013+qt5.6.2 qt开发的俄罗斯方块小游戏,罗辑与UI分离,不含 AI-Engineering development environment for vs2013+qt5.6.2 qt Tetris game, Luo Ji and UI separate, non-AI
pushbox
- Qt版本推箱子游戏代码阅读说明 1、Qt版本请采用Qt5的mingw版本,建议版本Qt5.8.0(作者开发版本,其他版本未测试,不能保证都能编译) 2、Qt开发工具下载路径:http://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-mingw530-5.8.0.exe 3、解压QtPushBox(推箱子源码).zip文件。 4、打开QtCreator软件,现在打开工程,进入QtPushBox目录,选择Qt
canvas3d
- 一个用QT的3D画板编写的太阳系地图,才有QML,描述了太阳系里所有星球的自转和公转情况。(A map of the solar system written in QT's 3D Sketchpad, with the QML, describes the rotation and rotation of all planets in the solar system.)
testQT
- VS 2015 QT5.6 QT C++ 进行图片的切割(VS 2015 QT5.6 QT C++ Picture cut)
qtmultimedia-opensource-src-5.6.1
- qt5的多媒体库源代码,研究qt多媒体的,懒得去官网找源码的可以看看这个(Qt5 multimedia library source code)
4.6.0
- qt5的一些实例,供大家学习和借鉴,大家一起进步!(study some source of qt!)
qt_uinit_test
- qt单元测试用法,qt测试例子,qt单元测试demo,qt单元测试简单例子,qt单元测试例程,qt单元测试简单例子, qt5单元测试例子,qt5单元测试代码,qt5单元测试工程例子,测试运行ok //首先,用标准的qt测试单元导向,建立一个变准的qt单元测试程序框架,建立话好,能编译通过并且执行的。 测试: ——————————— | inputR | resultArea| __________________________ | a | 1.0f | 5.0f
我的按键精灵
- Qt5.6.1环境下,基于WindowsAPI制作的小程序,功能类似按键精灵(In the Qt5.6.1 environment, small programs based on WindowsAPI are similar to key elves)
frminput
- QT5.6下实现虚拟键盘输入,只实现了简单的功能,可以参考(Realizing virtual keyboard input under QT5.6 only realizes simple functions, which can be referred to)
x64dbg源码(可编译)
- x64dbg是一款开源调试器,支持32位和64位Windows程序的调试,也是一款跨平台的调试工具。 x64dbg源码是从x64dbg官网下载,并顺利编译无误(使用vs2013+Qt5.6.3编译)。 vs2013可以对源码的VC和MFC部分进行编译,生成启动器和部分核心逻辑模块。 Qt5.6.3可以对源码的UI界面部分进行编译。