nedrysoft / qt-ribbon

A ribbon bar implementation for Qt widgets applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThemeSupport.h file not find error

mentalfl0w opened this issue Β· comments

While building it shows errors like below:
**
image
**
By the way, is it possible to add a fold function for tabbar?😁

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:
image

@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?πŸ€”
image

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~😊