##// END OF EJS Templates
Changes structure of data hold by the item...
Changes structure of data hold by the item - The data are now set as a QHash instead of a QVector. Each data has a QVariant value and is associated to a key - Changes the constructor and adds a constructor that takes only a name

File last commit:

r324:b652477c7551
r342:2fbf66a7ca8a
Show More
sqpguiresources.qrc
10 lines | 290 B | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>icones/delete.png</file>
<file>icones/openInspector.png</file>
<file>icones/next.png</file>
<file>icones/plot.png</file>
<file>icones/previous.png</file>
<file>icones/unplot.png</file>
</qresource>
</RCC>