/QtRibbon

The Ribbon style menu bar implemented by Qt, the basic idea is to customize QTabWidget and adjust the display style through QSS (style sheet). The principle of QRibbon is to try not to invade the development of normal business logic, so when developing programs based on QMainWindow, you can follow The normal development process creates an interface, creates a common menu bar and the association of menu items and their signal slots, and finally calls the QRibbon::install(&mainWindow) function to automatically create the Ribbon corresponding to the original QMenuBar of QMainWindow...

Primary LanguageC++GNU General Public License v3.0GPL-3.0

No issues in this repository yet.