Skip to content

Commit

Permalink
fmk - changing app name and icons to quoFEM
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 10, 2019
1 parent 4960767 commit edeba9c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ MainWindow::MainWindow(QWidget *parent)
//
QString tenant("designsafe");
QString storage("agave://designsafe.storage.default/");
QString dirName("uqFEM");
QString dirName("quoFEM");

//theRemoteInterface = new AgaveCLI(tenant, storage, this);
theRemoteInterface = new AgaveCurl(tenant, storage, &dirName);
Expand Down Expand Up @@ -161,7 +161,7 @@ MainWindow::MainWindow(QWidget *parent)
//

HeaderWidget *header = new HeaderWidget();
header->setHeadingText(tr("uqFEM Application"));
header->setHeadingText(tr("quoFEM Application"));
layout->addWidget(header);

// place a location for messages;
Expand Down Expand Up @@ -1188,7 +1188,7 @@ void MainWindow::preferences()
void MainWindow::about()
{
QString textAbout = "\
This is the open-source uqFEM tool. It is an application intended to augment finite element applications with\
This is the open-source quoFEM tool. It is an application intended to augment finite element applications with\
sampling and optimization methods. These methods will allow users to provide, for example, uncertainty\
quantification in the structural responses and parameter estimation of input variables in calibration studies.\
<p>\
Expand Down
Binary file added icons/NHERI-quoFEM-Icon.icns
Binary file not shown.
Binary file added icons/NHERI-quoFEM-Icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char *argv[])
{

//Setting Core Application Name, Organization, Version and Google Analytics Tracking Id
QCoreApplication::setApplicationName("uqFEM");
QCoreApplication::setApplicationName("quoFEM");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("1.1.1");
// GoogleAnalytics::SetTrackingId("UA-121636495-1");
Expand Down
4 changes: 2 additions & 2 deletions uqFEM.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ win32:LIBS += C:/Adam/Qt/curl/lib/libcurl.lib
linux:LIBS += /usr/lib/x86_64-linux-gnu/libcurl.so

win32 {
RC_ICONS = icons/NHERI-UQFEM-Icon.ico
RC_ICONS = icons/NHERI-quoFEM-Icon.ico
} else {
mac {
ICON = icons/NHERI-UQFEM-Icon.icns
ICON = icons/NHERI-quoFEM-Icon.icns
}
}

Expand Down

0 comments on commit edeba9c

Please sign in to comment.