##// END OF EJS Templates
Creates constructor for ScalarSeries that directly takes vectors...
Creates constructor for ScalarSeries that directly takes vectors It is used in Amda result parser to avoid an extra loop

File last commit:

r132:46c4ef87ae13
r392:cae900f78dff
Show More
SqpSidePane.ui
42 lines | 920 B | text/plain | TextLexer
Add button on the SidePane widgets to open left or right inspectors
r101 <?xml version="1.0" encoding="UTF-8"?>
Creation and styling SidePaneWidget
r57 <ui version="4.0">
<class>SqpSidePane</class>
Add button on the SidePane widgets to open left or right inspectors
r101 <widget class="QWidget" name="SqpSidePane">
Creation and styling SidePaneWidget
r57 <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Add button on the SidePane widgets to open left or right inspectors
r101 <width>12</width>
<height>12</height>
Creation and styling SidePaneWidget
r57 </rect>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <property name="maximumSize">
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
Creation and styling SidePaneWidget
r57 <property name="windowTitle">
<string>Form</string>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<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>
</layout>
Creation and styling SidePaneWidget
r57 </widget>
Add button on the SidePane widgets to open left or right inspectors
r101 <resources/>
Creation and styling SidePaneWidget
r57 <connections/>
</ui>