Use a popup instead, so it doesn't appear in the taskbar.

svn path=/trunk/KDE/kdepim/; revision=942819
wilder-work
Thomas McGuire 17 years ago
parent 0a0f7565fe
commit 1b4a04d32d
  1. 2
      accountwizard.cpp

@ -420,7 +420,7 @@ QString AccountWizard::accountName() const
QLabel *AccountWizard::createInfoLabel( const QString &msg )
{
QLabel *label = new QLabel( msg, this, Qt::Window | Qt::FramelessWindowHint );
QLabel *label = new QLabel( msg, this, Qt::Popup );
label->setFrameStyle( QFrame::Panel | QFrame::Raised );
label->setLineWidth( 3 );
label->resize( fontMetrics().width( msg ) + 20, label->height() * 2 );

Loading…
Cancel
Save