##// 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
Adds the new CatalogueExplorer dialog
r1128 <?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>
Catalog side bar
r1133 <width>755</width>
<height>481</height>
Adds the new CatalogueExplorer dialog
r1128 </rect>
</property>
<property name="windowTitle">
Sub widget classes
r1130 <string>Catalogue Explorer</string>
Adds the new CatalogueExplorer dialog
r1128 </property>
Sub widget classes
r1130 <layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSplitter" name="horizontalSplitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Catalog side bar
r1133 <widget class="CatalogueSideBarWidget" name="catalogues" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
Sub widget classes
r1130 <widget class="QSplitter" name="verticalSplitter">
Catalog side bar
r1133 <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Sub widget classes
r1130 <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
Catalog side bar
r1133 <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>
Sub widget classes
r1130 </widget>
</widget>
</item>
</layout>
Adds the new CatalogueExplorer dialog
r1128 </widget>
Sub widget classes
r1130 <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>
Adds the new CatalogueExplorer dialog
r1128 <resources/>
<connections/>
</ui>