##// END OF EJS Templates
Creates DataSeriesUtils file that will contain methods for handling data holes...
Creates DataSeriesUtils file that will contain methods for handling data holes Renames DataSeriesUtils file in unit tests to avoid conflicts

File last commit:

r132:46c4ef87ae13
r1019:fce4a3cd44f3
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>