nanguanuanZSS's Stars
emqx/qmqtt
MQTT client for Qt
eliauk-coding/HttpClient
QT版本Http client
qq574582775/Qml-Frameless-application-framework
Qml无边框应用窗口
FlyWM/FramelessWindow-Qt
Custom frameless window,dialog,messagebox Library / 自定义无边框窗体,对话框和提示框库
MyNftShop/FrameLessWidget
QT,FrameLessWidget Custom titlebar -软件开发工作学习交流QQ群 157978042 欢迎加入 我的QQ: 307060248
lowbees/WindowsFramelessWindowHelper
Windows版无边框窗口缩放,支持QML和Widget
BeiChenYx/FramelessWindow
Qt Frameless Widget; 基于Qt框架的自定义窗口框架;
qtdevs/FramelessHelper
Qt based frameless window class, full features.
kevinlq/QtPythonDocx
Qt calls python to implement word read and write functions。 Qt 调用 python 实现 word读写功能
gnibuoz/QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...