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

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -