##// 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:

r723:0c84bab7fcf0
r1283:3acf26407503
Show More
VisualizationWidget.ui
40 lines | 913 B | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationWidget.ui
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VisualizationWidget</class>
<widget class="QWidget" name="VisualizationWidget">
<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>
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 <item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
Alexandre Leroux
Removes the default tab from .ui and adds it manually...
r199 <number>-1</number>
Creation of VisualizationWidget, VizualizationTabWidget, VisualizationZoneWidget, VisualizationGraphWidget
r58 </property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>