Can't hide (minimize) window after setWindowFlags(Qt::FramelessWindowHint); -
operation system windows 7. use method window produce borderless window:
setwindowflags(qt::framelesswindowhint);
without flags may click on application icon on windows control panel , window appears, hides (minimizes) , etc.
but after usage flag can't hide window clicking on application icon on control panel. how may combine flags window hides again?
Comments
Post a Comment