Skip to content
Snippets Groups Projects
Commit b28f60a7 authored by Langella Olivier's avatar Langella Olivier
Browse files

set xtpcpp icon manually

parent f2a2b3eb
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ MainWindow::MainWindow(QWidget *parent):
_p_app = QCoreApplication::instance();
ui->setupUi(this);
setWindowTitle(QString("%1 %2").arg(SOFTWARE_NAME).arg(XTPCPP_VERSION));
setWindowIcon(QIcon(":/xtpcpp_icon/resources/xtandempipeline_icon.svg"));
WorkerThread *worker = new WorkerThread(this);
worker->moveToThread(&_worker_thread);
......
......@@ -69,6 +69,7 @@ ProteinListWindow::ProteinListWindow(ProjectWindow *parent):
{
_project_window = parent;
ui->setupUi(this);
setWindowIcon(QIcon(":/xtpcpp_icon/resources/xtandempipeline_icon.svg"));
/*
*/
_protein_table_model_p = new ProteinTableModel(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment