##// END OF EJS Templates
Force PySide2 usage for QtConsole...
Force PySide2 usage for QtConsole Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1499:1c0fd6e997a0
r1503:3d021c06fb3c
Show More
MainWindow.ui
113 lines | 3.0 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>SciQlop</string>
</property>
<property name="dockNestingEnabled">
<bool>true</bool>
</property>
<widget class="VisualizationWidget" name="view">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>29</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="accessibleName">
<string/>
</property>
<property name="nativeMenuBar">
<bool>true</bool>
</property>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="dockWidget">
<property name="features">
<set>QDockWidget::AllDockWidgetFeatures</set>
</property>
<property name="windowTitle">
<string>Products</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="DataSourceWidget" name="dataSourceWidget"/>
</widget>
<widget class="QDockWidget" name="dockWidget_2">
<property name="features">
<set>QDockWidget::AllDockWidgetFeatures</set>
</property>
<property name="windowTitle">
<string>Variables</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="VariableInspectorWidget" name="variableInspectorWidget"/>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>VisualizationWidget</class>
<extends>QWidget</extends>
<header location="global">Visualization/VisualizationWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DataSourceWidget</class>
<extends>QWidget</extends>
<header location="global">DataSource/DataSourceWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>VariableInspectorWidget</class>
<extends>QWidget</extends>
<header location="global">Variable/VariableInspectorWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>