[Interest] emulate windows 10 behaviour on a QT window
Matthew Woehlke
mwoehlke.floss at gmail.com
Wed Nov 11 17:14:40 CET 2015
On 2015-11-11 10:15, jagernicolas at 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
More information about the Interest
mailing list