View Single Post
Old 02-18-2026, 04:05 PM   #36
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 947
Karma: 3501880
Join Date: Jan 2017
Location: Poland
Device: Various
Today, I made over 30 Sigil builds with the About dialog test. I think this code works:

Code:
    setWindowFlags(windowFlags() | Qt::CustomizeWindowHint);
    setWindowFlag(Qt::WindowMinimizeButtonHint, false);
    setWindowFlag(Qt::WindowMaximizeButtonHint, false);
    setWindowFlag(Qt::MSWindowsFixedSizeDialogHint, true);
I would bet on Qt 6.10.x, which started inheriting more system flags in Windows, and if they are not overwritten, the system adds active Min/Max.
BeckyEbook is offline   Reply With Quote