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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -