Closed mentalfl0w closed 3 years ago
You need to download the theme support library as well.
Https://github.com/nedrysoft/themesupport
I will add instructions tomorrow, I moved themesupport out of the ribbon bar library recently to remove code duplication from pingnoo, which is why this is happening.
@Dracanrage what is folding? The ribbon is a basic implementation, I haven't got around to implementing some of the behaviours yet.
You need to download the theme support library as well.
Https://github.com/nedrysoft/themesupport
I will add instructions tomorrow, I moved themesupport out of the ribbon bar library recently to remove code duplication from pingnoo, which is why this is happening.
OK! Now it builds no errors after I add it, thanks.
@Dracanrage what is folding? The ribbon is a basic implementation, I haven't got around to implementing some of the behaviours yet.
Like Microsoft Word:
@Dracanrage what is folding? The ribbon is a basic implementation, I haven't got around to implementing some of the behaviours yet.
By the way, could this line's color be changed by custom?🤔
Yes, although not dynamically currently, you'd need to edit the appropriate colour in RibbonWidget.h
There are 2 colours per item, one for light mode and another for dark.
Yes, although not dynamically currently, you'd need to edit the appropriate colour in RibbonWidget.h
There are 2 colours per item, one for light mode and another for dark.
OK~😊
While building it shows errors like below: **
** By the way, is it possible to add a fold function for tabbar?😁