##// END OF EJS Templates
Parser refactoring (1)...
Parser refactoring (1) Creates a helper that will be used to read the properties and values of an AMDA file, to generate the dataset. The helper is intended to replace the current implementation of the parser, to be more generic and thus manage the spectrograms more easily

File last commit:

r724:6a98c66c04c4
r985:e1494a5194f1
Show More
VisualizationGraphWidget.ui
51 lines | 1.2 KiB | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationGraphWidget.ui
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
Add the visualization gui classes
r118 <class>VisualizationGraphWidget</class>
<widget class="QWidget" name="VisualizationGraphWidget">
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Alexandre Leroux
Removes margins from visualization widgets
r723 <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Alexandre Leroux
Adds a close button to a graph widget + calls close() method when clicked...
r266 <item>
<widget class="QCustomPlot" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 </item>
</layout>
</widget>
Widget of the tab widget are now of type VisualizationTabWidget...
r88 <customwidgets>
<customwidget>
Add the visualization gui classes
r118 <class>QCustomPlot</class>
Widget of the tab widget are now of type VisualizationTabWidget...
r88 <extends>QWidget</extends>
Add the visualization gui classes
r118 <header>Visualization/qcustomplot.h</header>
Widget of the tab widget are now of type VisualizationTabWidget...
r88 <container>1</container>
</customwidget>
</customwidgets>
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 <resources/>
<connections/>
</ui>