##// END OF EJS Templates
Fix the cosinus bug....
Fix the cosinus bug. The provider now works on the variable controller thread instead of the main thread. That means the visu is still usable during zoom operation

File last commit:

r132:46c4ef87ae13
r298:3a08c66e4df2
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>