亲测可用!! QT数据库驱动插件必须放在特殊的子目录下(如plugins/xxx) QSqlDatabase db = QSqlDatabase::addDatabase("QPSQL"); db.setHostName("acidalia"); db.setDatabaseName("customdb"); db.setUserName("mojito"); db.setPassword("J0a1m8"); db.open();
2022-05-16 17:45:35 104KB Qt 5.6.1 kingbaseES
1
分别将文件夹中的bin文件夹中的dll,和lib文件夹中的文件 对应复制覆盖到:Qt安装目录下(以默认路径为例),解决Qt5.13.1中QSerialPort 模块中 ReadyRead信号不触发的问题。 C:\Qt\Qt5.13.1\5.13.1\mingw73_64 --->bin \ lib 中 C:\Qt\Qt5.13.1\5.13.1\msvc2017_64 --->bin \lib 中
2022-05-16 00:10:20 600KB qt QSerialport
1
64bit win10下Qt5.13.2用MingGW7.3.0 64-bit与mysql-connector-c++-8.0.20-winx64编译mysql动态链接库qsqlmysql.dll、qsqlmysqld.dll、libqsqlmysql.a、libqsqlmysqld.a
2022-05-15 14:25:19 477KB win10 Qt5.13.2 mysql8.0.20 MinGW7.3.0
1
用qt5写的视频播放器
2022-05-15 14:06:38 165KB 音视频 qt 综合资源 开发语言
用qt5写的视频播放器
2022-05-15 14:06:38 12.09MB 音视频 qt 综合资源 开发语言
QT5.0.0+MinGW环境搭建之解压即用版
2022-05-13 21:19:58 616KB QT5. 环境 搭建
1
BO4.1_with_contrib_mingw730_32.zip opencv4.1+contrib Qt5.12 mingw730_32编译 32位版
2022-05-13 17:33:58 32.08MB opencv contrib qt 32
1
本文档是基于windows7的 QT编写的小游戏。。通过这个小游戏的实现,可以帮助大家更好的入门QT,快速掌握QT中关于设置背景、音效、动画等技术。
2022-05-11 22:48:22 23.38MB QT 小游戏 c++ 界面编程
1
Qt5 C ++ GUI编程手册-第二版 这是Packt发布的的代码存储库。 使用Qt 5构建跨平台GUI应用程序,小部件和动画的实用食谱 这本书是关于什么的? 随着针对多个目标和多个屏幕开发GUI的需求不断增长,提高应用程序的视觉质量对于在其他竞争对手中脱颖而出至关重要。 凭借其跨平台功能和最新的UI范例,QT使得可以为您的应用程序构建直观,交互式且用户友好的用户界面。 本书涵盖以下激动人心的功能:使用窗口小部件编辑器自定义应用程序的外观和感觉使用QT5的内置动画系统对GUI元素进行动画处理使用Qt5的强大渲染系统绘制形状和2D图像在项目中实现行业标准的OpenGL库构建一个支持触摸事件的移动应用程序并将其导出到设备上解析并从XML文件提取数据并将其呈现在GUI上,通过从C ++访问MySQL,SQLite数据库调用JavaScript函数以检索数据并将其显示在GUI上与Web内
2022-05-11 11:38:31 3.2MB JavaScript
1
With the advancement of computer technology, the software market is exploding with tons of software choices for the user, making their expectations higher in terms of functionality and the look and feel of the application. Therefore, improving the visual quality of your application is vital in order to overcome the market competition and stand out from the crowd. This book will teach you how to develop functional and appealing software using Qt5 through multiple projects that are interesting and fun. This book covers a variety of topics such as look-and-feel customization, GUI animation, graphics rendering, implementing Google Maps, and more. You will learn tons of useful information, and enjoy the process of working on the creative projects provided in this book. What you will learn Customize the look and feel of your application using the widget editor provided by Qt5 Change the states of the GUI elements to make them appear in a different form Animating the GUI elements using the built-in animation system provided by Qt5 Draw shapes and 2D images in your application using Qt5’s powerful rendering system Draw 3D graphics in your application by implementing OpenGL, an industry-standard graphical library to your project Build a mobile app that supports touch events and export it to your device Parse and extract data from an XML file, then present it on your software’s GUI Display web content on your program and interact with it by calling JavaScript functions from C++, or calling C++ functions from the web content Access to MySQL and SQLite databases to retrieve data and display it on your software’s GUI
2022-05-11 11:38:00 4.21MB Qt5 C++ GUI Programming
1