Skip to content
Snippets Groups Projects
Commit 64c9bc06 authored by Raees Khan's avatar Raees Khan
Browse files

Adding units of GeV to cuts in Regions table

parent 7756a125
Branches
Tags
1 merge request!137Fsl user actions
......@@ -37,7 +37,7 @@
</font>
</property>
<property name="text">
<string>fRootLV Names</string>
<string>RootLV Names</string>
</property>
</widget>
</item>
......@@ -52,7 +52,7 @@
</font>
</property>
<property name="text">
<string>Electron Cut</string>
<string>Electron Cut (GeV)</string>
</property>
</widget>
</item>
......@@ -67,7 +67,7 @@
</font>
</property>
<property name="text">
<string>Proton Cut</string>
<string>Proton Cut (GeV)</string>
</property>
</widget>
</item>
......@@ -82,7 +82,7 @@
</font>
</property>
<property name="text">
<string>Positron Cut</string>
<string>Positron Cut (GeV)</string>
</property>
</widget>
</item>
......@@ -97,7 +97,7 @@
</font>
</property>
<property name="text">
<string>Gamma Cut</string>
<string>Gamma Cut (GeV)</string>
</property>
</widget>
</item>
......
......@@ -39,10 +39,10 @@ FSLMainWindow::FSLMainWindow(QWidget *parent)
region_model = new QStandardItemModel(this);
region_horizontalHeader.append("Region Name");
region_horizontalHeader.append("RootLV Names");
region_horizontalHeader.append("Electron Cut");
region_horizontalHeader.append("Proton Cut");
region_horizontalHeader.append("Positron Cut");
region_horizontalHeader.append("Gamma Cut");
region_horizontalHeader.append("Electron Cut (GeV)");
region_horizontalHeader.append("Proton Cut (GeV)");
region_horizontalHeader.append("Positron Cut (GeV)");
region_horizontalHeader.append("Gamma Cut (GeV)");
region_model->setHorizontalHeaderLabels(region_horizontalHeader);
ui->regions_table->setModel(region_model);
ui->regions_table->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment