Web lists-archives.org

KWindowSystem and NET::Override




Hi,

working through the kwalletmanager code a little I stumbled upon:
KWindowSystem::setType(id, NET::Override)

This is set on a multiline KTextEdit that pops up when clicking on a 
table-cell in the kwallet map editor.

As NET::Override is deprecated and the whole line is also guarded by an 
#ifndef Q_OS_WIN I was thinking about replacing it with:
setWindowFlags(Qt::Widget | Qt::FramelessWindowHint)

Does that do the same in a platform-independant manner?

Thanks,
Michael
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<