Pinned Repositories
cpp_to_rust
Generator of rust_qt crate.
FilterTable
Qt large table example of filtering per column via QSortFilterProxyModel
flatbuffers
Memory Efficient Serialization Library
GammaRay
GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
gqrx
Software defined radio receiver powered by GNU Radio and Qt.
HarmonyOS
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
iMap
🌏 Travel map generation tool based on Electron and Vue.js
JAViewer
更优雅的驾车体验
JQTools
基于Qt开发的小工具包
liteide
LiteIDE is a simple, open source, cross-platform Go IDE.
xu-zhiyong's Repositories
xu-zhiyong/cpp_to_rust
Generator of rust_qt crate.
xu-zhiyong/FilterTable
Qt large table example of filtering per column via QSortFilterProxyModel
xu-zhiyong/flatbuffers
Memory Efficient Serialization Library
xu-zhiyong/GammaRay
GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
xu-zhiyong/gqrx
Software defined radio receiver powered by GNU Radio and Qt.
xu-zhiyong/HarmonyOS
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
xu-zhiyong/iMap
🌏 Travel map generation tool based on Electron and Vue.js
xu-zhiyong/JAViewer
更优雅的驾车体验
xu-zhiyong/JQTools
基于Qt开发的小工具包
xu-zhiyong/liteide
LiteIDE is a simple, open source, cross-platform Go IDE.
xu-zhiyong/log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
xu-zhiyong/modin
Modin: Speed up your Pandas workflows by changing a single line of code
xu-zhiyong/NBaseUiKit
个人平时使用的一些Qt编写的组件(有部分是整合的开源作品,部分是自己原创);
xu-zhiyong/pulse
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
xu-zhiyong/qlcplus
Q Light Controller Plus
xu-zhiyong/QQrobot
QQrobot是用C++语言开发设计,程序界面、网络通迅等模块使用了Qt,Qt是开源的,跨平台C++程序图形界面框架库,QQrobot具备跨平台特性,可在linux、MAC OS以及Windows等操作系统中运行,集成开发编译环境请到 http://qt-project.org/ 下载。 QQrobot基于腾讯公司WebQQ协议实现,可以向QQ群或者是个人自动发送信息。分为两个部分,QQ主体和robot插件。QQ主体解析WebQQ协议,负责QQ号码登录,信息接收和发送功能。robot分析聊天内容,跟据聊天内容智能做出回应。 QQ主体窗口内,可监控显示聊天信息、好友列表、群列表和机器人列表。为QQ群或者个人指定随意多个机器人为之提供服务。也提供了信息发送功能,可随时向QQ群或者个人发送信息。 robot插件,使用Qt5的plugin技术,可单独开发,编译后拷贝到plugins目录中,QQ主体自动识别安装运行。robot插件只要完成接口RobotInterface内的name和listenandsay方法就ok,name返回robot的名子,listenandsay的参数是收到的聊天内容和发送者信息,返回值是robot回应信息。
xu-zhiyong/QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...
xu-zhiyong/qt-solutions
xu-zhiyong/QtMapKit
Google Map API for Qt (C++).
xu-zhiyong/v-charts
基于 Vue2.0 和 ECharts 封装的图表组件📈📊
xu-zhiyong/vscode-electron-debug
A guide to Debugging Electron App in VSCode