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

r1132:13f4a3063503
r1205:b0db13ba024e
Show More
CatalogueSideBarWidget.ui
96 lines | 2.6 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueSideBarWidget.ui
Sub widget classes
r1095 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CatalogueSideBarWidget</class>
<widget class="QWidget" name="CatalogueSideBarWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Basic ui
r1096 <width>330</width>
<height>523</height>
Sub widget classes
r1095 </rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Basic ui
r1096 <layout class="QVBoxLayout" name="verticalLayout">
Catalog side bar
r1098 <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Basic ui
r1096 <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnAdd">
Basic ui
r1096 <property name="text">
<string>+</string>
</property>
Toolbar icons
r1097 <property name="icon">
Multi selection of catalogues
r1132 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnRemove">
Basic ui
r1096 <property name="text">
<string> - </string>
</property>
Toolbar icons
r1097 <property name="icon">
Multi selection of catalogues
r1132 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
Multi selection of catalogues
r1132 <property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Basic ui
r1096 <attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
Sub widget classes
r1095 </widget>
Multi selection of catalogues
r1132 <resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
Sub widget classes
r1095 <connections/>
</ui>