[Bug 301661] using the account assistent the last dialog overlaps all other modal windows

Laurent Montel montel at kde.org
Tue Jun 12 07:43:18 BST 2012


https://bugs.kde.org/show_bug.cgi?id=301661

Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |montel at kde.org

--- Comment #3 from Laurent Montel <montel at kde.org> ---
I retested here. And it works fine.

We use:
void SetupManager::openWallet()
{
  using namespace KWallet;
  if ( Wallet::isOpen( Wallet::NetworkWallet() ) )
    return;

  Q_ASSERT( parent()->isWidgetType() );
  Wallet *w = Wallet::openWallet( Wallet::NetworkWallet(),
qobject_cast<QWidget*>( parent() )->effectiveWinId(), Wallet::Asynchronous );
  QEventLoop loop;
  connect( w, SIGNAL(walletOpened(bool)), &loop, SLOT(quit()) );
  loop.exec();
}

so parent is accountwizard and it can be on top of this.
I can't reproduce it.
But ok for other dialogbox I can reproduce some bugs about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list