##// END OF EJS Templates
Sets the name of the plugin for products and components...
Sets the name of the plugin for products and components Since there is only one common root in the data source widget, it is no longer possible to retrieve on the fly the name of the plugin in which a component or product is located. This name is therefore attached to their creation.

File last commit:

r724:6a98c66c04c4
r1036:9c3bb5e93c54
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>