##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r724:6a98c66c04c4
r1337:3acf26407503
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>