[Panel Config View] Set Qt::WindowStaysOnTopHint

Authored by broulik on Sep 21 2016, 12:42 PM.

Description

[Panel Config View] Set Qt::WindowStaysOnTopHint

We set KeepAbove using KWindowSystem but since Qt 5.7 apparently Qt does something weird and loses the flag.
Explicitly add it to flags. Not doing any other cleanup in the code because this is critical for 5.8.0.

BUG: 368997
FIXED-IN: 5.8.0

Differential Revision: https://phabricator.kde.org/D2825

Details