Releases
v1.0.4
New components: RibbonTour, RibbonTourContent, RibbonMessage, RibbonMessageListView
Updated components:
RibbonWindow:
Improve RibbonPopup 's show and close and deprecate RibbonWindow.show_popup() and RibbonWindow.close_popup() (will be removed in next version )
Add window manager to deal with multiple windows(through windowStatus , you can choose different windows open method.)
RibbonWindow.Status.Stardard: Create new window instance whether it already has one or not.
RibbonWindow.Status.SingleTask: If it already has one instance, the current instance will be closed and a new one will be created.
RibbonWindow.Status.SingleInstance: If it already has one instance, the current instance will be activated, no new instance will be created.
Use qwindowkit instead of framelesshelper .
Enable full window background blur for Windows system.
Add a blue border for window, just like Microsoft Word in Windows 11.
RibbonBlur:
Add a solid background to improve the visual effect.
RibbonView:
Add more property and delete anchor to fix bugs in some situation.
RibbonTitleBar:
Add minimumWidth
and show_pin_btn
property.
RibbonTabPage:
RibbonTabBar:
RibbonUI:
Project updates:
Simplified CMakeLists.txt .
example : Remove unused files.
Update Github workflows .
You can’t perform that action at this time.