##// END OF EJS Templates
Promotes hedley dep...
Promotes hedley dep Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1499:1c0fd6e997a0
r1506:ef7b62ddc473
Show More
MainWindow.ui
113 lines | 3.0 KiB | text/plain | TextLexer
Initialisation de l'application multithread avec le spimpl....
r21 <?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">
Set SciQLop Version to 1.0.0 🍾...
r1458 <string>SciQlop</string>
Initialisation de l'application multithread avec le spimpl....
r21 </property>
<property name="dockNestingEnabled">
<bool>true</bool>
</property>
PySide2 bindings + some GUI clean...
r1478 <widget class="VisualizationWidget" name="view">
Initialisation de l'application multithread avec le spimpl....
r21 <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>
Can hide all dock widgets and gave main tool bar a name...
r1499 <height>29</height>
Initialisation de l'application multithread avec le spimpl....
r21 </rect>
</property>
Refactored main toolbar to make it suck less :)...
r1462 <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>
Can hide all dock widgets and gave main tool bar a name...
r1499 <property name="accessibleName">
<string/>
</property>
Refactored main toolbar to make it suck less :)...
r1462 <property name="nativeMenuBar">
<bool>true</bool>
</property>
Initialisation de l'application multithread avec le spimpl....
r21 </widget>
<widget class="QStatusBar" name="statusBar"/>
PySide2 bindings + some GUI clean...
r1478 <widget class="QDockWidget" name="dockWidget">
<property name="features">
Can hide all dock widgets and gave main tool bar a name...
r1499 <set>QDockWidget::AllDockWidgetFeatures</set>
PySide2 bindings + some GUI clean...
r1478 </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">
Can hide all dock widgets and gave main tool bar a name...
r1499 <set>QDockWidget::AllDockWidgetFeatures</set>
PySide2 bindings + some GUI clean...
r1478 </property>
<property name="windowTitle">
<string>Variables</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="VariableInspectorWidget" name="variableInspectorWidget"/>
</widget>
Initialisation de l'application multithread avec le spimpl....
r21 </widget>
<layoutdefault spacing="6" margin="11"/>
Creation and styling SidePaneWidget
r57 <customwidgets>
<customwidget>
<class>VisualizationWidget</class>
<extends>QWidget</extends>
mv visualization -> Visualization...
r95 <header location="global">Visualization/VisualizationWidget.h</header>
Creation and styling SidePaneWidget
r57 <container>1</container>
</customwidget>
Alexandre Leroux
Creates the data source widget...
r82 <customwidget>
<class>DataSourceWidget</class>
<extends>QWidget</extends>
<header location="global">DataSource/DataSourceWidget.h</header>
<container>1</container>
</customwidget>
Alexandre Leroux
Initializes the variable inspector and adds it to the MainWindow
r110 <customwidget>
<class>VariableInspectorWidget</class>
<extends>QWidget</extends>
<header location="global">Variable/VariableInspectorWidget.h</header>
<container>1</container>
</customwidget>
Creation and styling SidePaneWidget
r57 </customwidgets>
Initialisation de l'application multithread avec le spimpl....
r21 <resources/>
<connections/>
</ui>