##// END OF EJS Templates
Adds read compatibility for local AMDA server...
Adds read compatibility for local AMDA server The local AMDA server uses another regex than the default server to read the units in x. We manage the compatibility by adding in the parser the possibility of testing several regexes to read a property

File last commit:

r1133:36b99d8a1584
r1154:98220c931c83
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>