Stars
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
2025年 qt 开发最新总结,提供全面的 qt 开发学习资源,涵盖从基础知识到实战项目的资料、文献、书籍、项目和示例,帮助你快速入门并逐步进阶,持续更新维护中!
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
KindDragon / vld
Forked from dmoulding/vldVisual Leak Detector for Visual C++ 2008-2015
Qt控件美化:无边框窗口模板,zookeeper可视化操作工具,thrift接口调用工具(支持数据预制,压测,解析pacp文件),ssh终端工具(基本命令可用),数据库工具(查询表数据),qss工具,其他工具集合等)
Example programs for Talking Async videos
modern C++ ORM, C++17, support mysql, postgresql,sqlite
Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
configurable custom Qt widget for showing waiting spinner icon
Template-based tree and table model creation for Qt MVC in a modern c++11 functional style (More easy than direct using QAbstractItemModel, QAbstractTableModel and QAbstractTreeModel)
🎨 Qt widgets-based implementation of the Material Design specification.
C++11/14/17 std::expected with functional-style extensions
std::tuple like methods for user defined types without any macro or boilerplate code
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindo…