随书光盘PPT,还有一个源码的,也上传了
2023-05-16 13:32:12 38.7MB Qt5 开发及实例 PPT
1
Qt5.14,OpenCv4.5.5,OCR库编写的图片中汉字识别小例程,简单测试功能,代码及库均在其中,供学习和交流使用。 正在做基于Paddle的文字识别,目前存在环境问题,如通过将提供分享交流
2023-05-10 20:06:23 115.53MB qt5 c++
1
解决Qt5在麒麟Linux下不能输入中文的问题,需要了解fcitx并安装fcitx的插件库到应用程序中并启动fcitx。Fcitx是 (Free Chinese Input Toy for X) 的英文缩写,中文名为小企鹅输入法,是一个以 GPL 方式发布的输入法框架, 编写它的目是为桌面环境提供一个灵活的输入方案,彻底解决在GNU/Linux下没有一个好的中文输入法的问题。
2023-04-27 10:07:01 201KB fcitx linux输入法 linux中文 Qt5中文输入
1
qt 实现炫酷计时器,可以自由缩放大小,支持4K显示,正计时和倒计时,还有圆环进度条。
2023-04-25 22:17:56 40KB qt 不计时器 时钟
1
QT自绘滑条控件Slider,可设置横向和纵向,单滑块或者双滑块 ,重写Slider中的样式,仅供参考
2023-04-23 19:41:34 5KB QT5 双向Slider Slider重写
1
采用Qt5进行开发的局域网通信客户端+Server,界面模仿QQ的界面,聊天界面采用QWidget绘制的气泡!亲测好用,挺不错的资源,大家快来下载吧!挺有用的!需要的话可以来下载哦!
2023-04-22 11:19:25 3.61MB c++
1
Qt5类继承关系图,彩色的,并且带有目录,方便分类查找
2023-04-13 20:48:24 1.02MB Qt
1
Create visually appealing and feature-rich applications by using Qt 5 and the C++ language Qt 5, the latest version of Qt, enables you to develop applications with complex user interfaces for multiple targets. It provides you with faster and smarter ways to create modern UIs and applications for multiple platforms. This book will teach you to design and build graphical user interfaces that are functional, appealing, and user-friendly. In the initial part of the book, you will learn what Qt 5 is and what you can do with it. You will explore the Qt Designer, discover the different types of widgets generally used in Qt 5, and then connect your application to the database to perform dynamic operations. Next, you will be introduced to Qt 5 chart which allows you to easily render different types of graphs and charts and incorporate List View Widgets in your application. You will also work with various Qt modules, like QtLocation, QtWebEngine, and the networking module through the course of the book. Finally, we will focus on cross-platform development with QT 5 that enables you to code once and run it everywhere, including mobile platforms. By the end of this book, you will have successfully learned about high-end GUI applications and will be capable of building many more powerful, cross-platform applications. What You Will Learn Implement tools provided by Qt 5 to design a beautiful GUI Understand different types of graphs and charts supported by Qt 5 Create a web browser using the Qt 5 WebEngine module and web view widget Connect to the MySQL database and display data obtained from it onto the Qt 5 GUI Incorporate the Qt 5 multimedia and networking module in your application Develop Google Map-like applications using Qt 5’s location module Discover cross-platform development by exporting the Qt 5 application to different platforms Uncover the secrets behind debugging Qt 5 and C++ applications
2023-04-12 15:06:35 12.64MB QT C++ GUI QT5
1
前言 本科期间学习过C语言,拿到了计算机二级证书,此外主要自学MATLAB和Python进行深度学习相关的编程。一直以为C++和C#与C语言大同小异,没有重视,在学校的项目需要用C++进行编程,并且甲方点名界面要用Qt做,觉得MFC太难看。也罢,近乎于从0开始,趁着新肺,在家自学C++与Qt,借此记录,欢迎大家交流。 一、开发环境 1、Windows 10 64位; 2、Qt 5.8.0(MINGW编译器,利用Qt Creator而不是宇宙最强IDE——vs); 3、OpenCV 3.2.0 二、环境配置 参考的是:拜小白教你Qt5.8.0+OpenCV3.2.0配置教程(详细版) 虽然作者讲
2023-04-11 20:15:09 512KB ann canny算法 const
1
QArchive QArchive是使libarchive现代化的跨平台C ++库,该库可帮助您提取和压缩libarchive支持的档案。 整个库本身经过精心设计,可与Qt事件循环完美配合,因此非常适合您的Qt项目。 我亲自创建了这个项目以提取.7z归档文件,以创建一个库,该库可以更新通过Qt Installer框架安装的Qt Apps,而无需使用Qt提供的更新程序工具,因为我讨厌使用子流程,而且我还想要内置的我的应用程序的更新程序,而Qt Installer Framework已提供的更新程序则无法实现。 特征 单线程和非阻塞API-使用Qt的事件循环。 (您可以选择在其他线程中运行) 易于使用的API-努力匹配Qt的样式。 循环API,不使用互斥锁-整个库是完全循环的,因此不使用互斥锁。(仅信号和插槽。) 喝Qt酷乐-以积极的方式。 用自己的眼睛见证它 #include <
2023-04-10 22:52:29 880KB library cplusplus cross-platform simple
1