Qaterial icon indicating copy to clipboard operation
Qaterial copied to clipboard

Can we use different theme same time?

Open celibol opened this issue 4 years ago • 1 comments

For example

Main window is dark theme Dialog is light theme

is it possible?

celibol avatar Aug 10 '21 15:08 celibol

I guess you could if you use different different QmlEngine for each component. But I think it will require extra work if you want that inside the same QmlEngine. The library have been designed with a singleton approach in mind.

If only a small part should be light, I would advise you to create your owned components for with your colors.

OlivierLDff avatar Aug 10 '21 15:08 OlivierLDff