Skip to content
View xiaoheshao's full-sized avatar

Block or report xiaoheshao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.

Python 1,350 260 Updated Sep 10, 2023

一个用Qt开发的用来生成QSS文件的小程序,附简单Demo,主程序本身也可以看作一个很好的Demo。

CSS 510 383 Updated May 20, 2017

Advanced Docking System for Qt

C++ 1,941 575 Updated Jan 15, 2025

Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindo…

C++ 611 127 Updated May 7, 2024