[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Tue Feb 18 12:02:25 UTC 2003


CVS commit by jriddell: 

show statusbar on first ever run of programme


  M +1 -4      uml.cpp   1.16


--- kdesdk/umbrello/umbrello/uml.cpp  #1.15:1.16
@@ -315,7 +315,4 @@ void UMLApp::slotZoomOut()
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 void UMLApp::initStatusBar() {
-        ///////////////////////////////////////////////////////////////////
-        // STATUSBAR
-        // TODO: add your own items you need for displaying current application status.
         statProg = new QProgressBar(statusBar(),"Progressbar");
         statProg->setFixedWidth( 100 );             // arbitrary width
@@ -349,4 +346,5 @@ void UMLApp::initStatusBar() {
 
         connect(doc, SIGNAL( sigWriteToStatusBar(const QString &) ), this, SLOT( slotStatusMsg(const QString &) ));
+        statusBar()->show(); //needs to be forced to show when on first ever startup for some reason
 }
 ////////////////////////////////////////////////////////////////////////////////////////////////////






More information about the umbrello-devel mailing list