My app looks so:
I want it to look so:
I.e. same background color, no border line between title bar and toolbar.
Yes, It seems I know how to do this using native toolbar (according to this). But I would prefer to avoid using native toolbars if it's possible. This toolbar is created by Qt
QML
code. It's cross-platform and is used on Windows/Mac/Linux.
Is it possible?
P.S. I'm not very much familiar with native macOS programming, so some code examples in C++
or Objective-C
are highly appreciated.