Added two load icons to file menu.
authorBrandon King <kingb@caltech.edu>
Tue, 21 Mar 2006 21:05:00 +0000 (21:05 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 21 Mar 2006 21:05:00 +0000 (21:05 +0000)
qui/MussaWindow.cpp

index 444eccef6b302987e2c6a8d801690c3e8a9fc8b8..57cfdfed0a40be844ddda0de2707cd389b4860b3 100644 (file)
@@ -102,10 +102,12 @@ void MussaWindow::setupActions()
   loadMotifListAction = new QAction(tr("Load Motif List"), this);
   connect(loadMotifListAction, SIGNAL(triggered()), 
           this, SLOT(loadMotifList()));
+  loadMotifListAction->setIcon(QIcon("icons/fileopen.png"));
   
   loadMupaAction = new QAction(tr("Load Mussa Parameters"), this);
   connect(loadMupaAction, SIGNAL(triggered()), 
           this, SLOT(loadMupa()));
+  loadMupaAction->setIcon(QIcon("icons/fileopen.png"));
 
   loadSavedAnalysisAction = new QAction(tr("Load &Analysis"), this);
   connect(loadSavedAnalysisAction, SIGNAL(triggered()),