KWindowSystem and NET::Override
- Date: Fri, 9 May 2008 00:38:32 +0200
- From: Michael Leupold <lemma@xxxxxxxxxxxx>
- Subject: 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 <<