##// 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
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>