##// END OF EJS Templates
Initializes the variable inspector and adds it to the MainWindow
Initializes the variable inspector and adds it to the MainWindow

File last commit:

r98:9678ebc27091
r105:1002063c9aa2
Show More
SqpSidePane.ui
42 lines | 920 B | text/plain | TextLexer
Add button on the SidePane widgets to open left or right inspectors
r98 <?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
r98 <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
r98 <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
r98 <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
r98 <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
r98 <resources/>
Creation and styling SidePaneWidget
r57 <connections/>
</ui>