##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r1133:36b99d8a1584
r1337:3acf26407503
Show More
CatalogueExplorer.ui
83 lines | 2.6 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueExplorer.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CatalogueExplorer</class>
<widget class="QDialog" name="CatalogueExplorer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>755</width>
<height>481</height>
</rect>
</property>
<property name="windowTitle">
<string>Catalogue Explorer</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSplitter" name="horizontalSplitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="CatalogueSideBarWidget" name="catalogues" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QSplitter" name="verticalSplitter">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="CatalogueEventsWidget" name="events" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>5</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="CatalogueInspectorWidget" name="inspector" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>CatalogueSideBarWidget</class>
<extends>QWidget</extends>
<header>Catalogue/CatalogueSideBarWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>CatalogueEventsWidget</class>
<extends>QWidget</extends>
<header>Catalogue/CatalogueEventsWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>CatalogueInspectorWidget</class>
<extends>QWidget</extends>
<header>Catalogue/CatalogueInspectorWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>