KDE/kdevplatform

Andreas Pakulat apaku at gmx.de
Wed Jul 15 00:17:29 UTC 2009


On 14.07.09 21:41:04, David Nolden wrote:
> SVN commit 996780 by zwabel:
> 
> Allow showing an error message from any place, not only by inheriting IStatus.
> Since this function is a slot, it especially allows showing an error message from within a background thread, using a queued connection.
> +
> +void MainWindowPrivate::showErrorMessage(QString message, int timeout)
> +{
> +    m_statusBar->showErrorMessage(message, timeout);
>  }

How does this look with the progress widget being shown? What happens
when 2 plugins call this function? Maybe it would be better to show this
somehow as part of the progress widget (in the condensed state) and as
part of the background parser item in the expanded progress widget? 

Andreas

-- 
Your analyst has you mixed up with another patient.  Don't believe a
thing he tells you.




More information about the KDevelop-devel mailing list