Qt5类继承关系图,彩色的,并且带有目录,方便分类查找
2023-04-13 20:48:24 1.02MB Qt
1
labview TCP通讯包括服务器和客户端 简单点对点通讯 交互式点对点通讯举例 一点对多点通讯举例等
2023-04-12 21:57:39 176KB labview TCP通讯
1
基于QT 的UDP通信例子,里面包括两个例子程序,可以实现简单的UDP通信,便于初学者快速学习,里面一个是server,一个client,其实UDP不分服务器和客户端,只是名字叫这个便于理解调用。
2023-04-12 17:09:53 17KB QT UDP C++
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
QWT全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。 【QWT基类】[2]QwtAbstractScale: 包含刻度尺的所有类的抽象基类; QwtAbstractScaleDraw:绘制刻度尺的抽象基类; QwtAbstractSlider:滑块部件的抽象基类; QwtAlphaColorMap:可以改变颜色的alpha值; QwtAnalogClock:时钟的模拟类; QwtArrayData:包含2个QwtArray<double>实例的数据类; QwtArrowButton:箭头按钮; QwtClipper:剪贴板类; QwtColorMap:提供数值到颜色的映射功能; QwtCompass:指南针部件; QwtCompassMagnetNeedle:指南针部件的磁针; QwtCompassRose:罗盘部件的抽象基类; QwtCompassWindArrow:风向标的指示器;
基于Qt做的一个虚拟仪表盘的实例,可以作为参考
采用STM32F429IGT6单片机,KeilMDK5.32版本 使用SysTick系统滴答定时器进行延时 LED_R、LED_G、LED_B分别为PH10,PH11,PH12 Key1为PA0,Key2为PC13 以太网通信实验:无操作系统 LwIP 移植 LPHY芯片为LAN8720A 开发板IP为192.168.1.122 PC的IP设置为192.168.1.100 服务器IP192.168.1.10端口为6000
2023-04-12 09:01:04 7.91MB stm32 c语言
1
内容概要: Qt的安装及配置、Hello Qt、认识Qt Creator、常用控件使用方法、Qt事件系统、Qt坐标系统、Qt资源及样式表、自定义控件 共八章。 能学到什么:从零基础开始介绍环境搭建、Qt各主要系统的基本原理,并配有配套的示例代码。
2023-04-12 06:39:38 14.82MB qt
1
Python作为server,Matlab作为client,使用TCP通信,Python传入数据,Matlab计算数据之和后再传回Python。都是直接运行即可。
2023-04-12 01:21:57 2KB Python Matlab tcpip
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