On 2015-11-11 10:15, jagernico...@legtux.org wrote:
> actually, we want to put some widgets in the window bar. For doing this,
> I`m using a borderless qtmainwindow and using the toolbar as window bar.

Do you really *need* to do that? Besides all the headaches you are going
to have reimplementing every feature of the WM on every platform, you
are going to lose or preclude some features:

- Tabbed window grouping
- Integration with tiling WM's (that don't use title bars)
- VFX on window drag
- Hidden title bar on fullscreened windows

Does your application have a menu bar? Why not add your widgets to the
menu bar area?

BTW, if your window is borderless, how does the user resize it? (Are you
duplicating all of that logic also?)

-- 
Matthew

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to