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

include zivy detection parameters

parent 155db481
No related branches found
Tags xtpcpp_0.2.31-2
No related merge requests found
......@@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>2</number>
<number>3</number>
</property>
<widget class="QWidget" name="resultTab">
<attribute name="title">
......@@ -261,6 +261,16 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="xicTab">
<attribute name="title">
<string>Peak quantification</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="ZivyWidget" name="widget_2" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
......@@ -296,6 +306,14 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ZivyWidget</class>
<extends>QWidget</extends>
<header>./gui/xic_view/xic_widgets/zivywidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
......
......@@ -27,15 +27,14 @@
*implementation
******************************************************************************/
#ifndef ZIVYWIDGET_H
#define ZIVYWIDGET_H
#pragma once
#include <QWidget>
#include <pappsomspp/xic/detection/xicdetectionzivy.h>
namespace Ui
{
class ZivyWidget;
class ZivyWidget;
}
......@@ -73,4 +72,3 @@ class ZivyWidget : public QWidget
Ui::ZivyWidget *ui;
};
#endif // ZIVYWIDGET_H
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