##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r1098:36b99d8a1584
r1205:b0db13ba024e
Show More
CatalogueExplorer.ui
83 lines | 2.6 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueExplorer.ui
Adds the new CatalogueExplorer dialog
r1093 <?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
r1098 <width>755</width>
<height>481</height>
Adds the new CatalogueExplorer dialog
r1093 </rect>
</property>
<property name="windowTitle">
Sub widget classes
r1095 <string>Catalogue Explorer</string>
Adds the new CatalogueExplorer dialog
r1093 </property>
Sub widget classes
r1095 <layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSplitter" name="horizontalSplitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Catalog side bar
r1098 <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
r1095 <widget class="QSplitter" name="verticalSplitter">
Catalog side bar
r1098 <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Sub widget classes
r1095 <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
Catalog side bar
r1098 <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
r1095 </widget>
</widget>
</item>
</layout>
Adds the new CatalogueExplorer dialog
r1093 </widget>
Sub widget classes
r1095 <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
r1093 <resources/>
<connections/>
</ui>