##// END OF EJS Templates
Fix the problem of calling the zoom at wheel event on the color scale
Fix the problem of calling the zoom at wheel event on the color scale

File last commit:

r1356:3771be3f513d
r1390:ed0f1486704f
Show More
CatalogueSideBarWidget.ui
105 lines | 2.9 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueSideBarWidget.ui
Sub widget classes
r1130 <?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
r1131 <width>330</width>
<height>523</height>
Sub widget classes
r1130 </rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Basic ui
r1131 <layout class="QVBoxLayout" name="verticalLayout">
Catalog side bar
r1133 <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
r1131 <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnAdd">
Disable not implemented buttons
r1295 <property name="enabled">
Add catalogue handling
r1356 <bool>true</bool>
Disable not implemented buttons
r1295 </property>
Basic ui
r1131 <property name="text">
<string>+</string>
</property>
Toolbar icons
r1132 <property name="icon">
Multi selection of catalogues
r1165 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1131 </widget>
</item>
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnRemove">
Disable not implemented buttons
r1295 <property name="enabled">
Add catalogue handling
r1356 <bool>true</bool>
Disable not implemented buttons
r1295 </property>
Basic ui
r1131 <property name="text">
<string> - </string>
</property>
Toolbar icons
r1132 <property name="icon">
Multi selection of catalogues
r1165 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1131 </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>
Refactoring of catalogue display using a QTreeView and a custom model based on QTreeWidgetItem
r1283 <widget class="QTreeView" name="treeView">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="dragDropMode">
Refactoring of catalogue: use a custom item class
r1284 <enum>QAbstractItemView::DragDrop</enum>
Refactoring of catalogue display using a QTreeView and a custom model based on QTreeWidgetItem
r1283 </property>
Drop of events on a catalogue
r1285 <property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Refactoring of catalogue: use a custom item class
r1284 <attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>false</bool>
Basic ui
r1131 </attribute>
</widget>
</item>
</layout>
Sub widget classes
r1130 </widget>
Multi selection of catalogues
r1165 <resources>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
Sub widget classes
r1130 <connections/>
</ui>