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

r475:72f279351624
r563:a08e6992e146
Show More
DataSourceWidget.ui
33 lines | 779 B | text/plain | TextLexer
/ gui / ui / DataSource / DataSourceWidget.ui
Alexandre Leroux
Creates the data source widget...
r82 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DataSourceWidget</class>
<widget class="QWidget" name="DataSourceWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Data sources</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Alexandre Leroux
Adds line edit as a search box above data source tree
r475 <widget class="QLineEdit" name="filterLineEdit"/>
</item>
<item row="1" column="0">
Add button on the SidePane widgets to open left or right inspectors
r101 <widget class="QTreeWidget" name="treeWidget">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
Alexandre Leroux
Creates the data source widget...
r82 </item>
</layout>
</widget>
<resources/>
<connections/>
</ui>