[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Tue Oct 11 04:41:12 CEST 2005


SVN commit 469402 by staikos:

use a busy cursor to make it clear that Kst is loading ... something


 M  +3 -0      kst.cpp  


--- trunk/extragear/graphics/kst/kst/kst.cpp #469401:469402
@@ -271,6 +271,8 @@
 
 
 void KstApp::loadExtensions() {
+  QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
+
   // Initialise the plugin loader and collection first.
   PluginCollection::self();
 
@@ -293,6 +295,7 @@
     }
     mgr->loadExtension(service);
   }
+  QApplication::restoreOverrideCursor();
 }
 
 


More information about the Kst mailing list