##// END OF EJS Templates
Creates enum that represents the value types that can be read in AMDA...
Creates enum that represents the value types that can be read in AMDA This enum is passed in parameter of the reading method to parse the result file according to it

File last commit:

r199:0f1ccb97ea85
r563:a08e6992e146
Show More
VisualizationWidget.ui
28 lines | 631 B | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationWidget.ui
<?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">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>