nedrysoft / qt-ribbon

A ribbon bar implementation for Qt widgets applications
GNU General Public License v3.0
111 stars 19 forks source link

ThemeSupport.h file not find error #4

Closed mentalfl0w closed 3 years ago

mentalfl0w commented 3 years ago

While building it shows errors like below: **

image

** By the way, is it possible to add a fold function for tabbar?😁

fizzyade commented 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.

fizzyade commented 3 years ago

@Dracanrage what is folding? The ribbon is a basic implementation, I haven't got around to implementing some of the behaviours yet.

mentalfl0w commented 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.

OK! Now it builds no errors after I add it, thanks.

mentalfl0w commented 3 years ago

@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
mentalfl0w commented 3 years ago

@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
fizzyade commented 3 years ago

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.

mentalfl0w commented 3 years ago

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