From: Brandon King Date: Tue, 21 Mar 2006 21:05:00 +0000 (+0000) Subject: Added two load icons to file menu. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=86b8504e18933c07f11a28e18d33c4a6d44d7f5d Added two load icons to file menu. --- diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 444ecce..57cfdfe 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -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()),