##// END OF EJS Templates
Fixes the refresh of data that was not working all the time
Fixes the refresh of data that was not working all the time

File last commit:

r1240:680c87563741
r1270:c436df4b66de
Show More
CatalogueSideBarWidget.ui
106 lines | 2.9 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueSideBarWidget.ui
<?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>
<width>330</width>
<height>523</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="btnAdd">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>+</string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnRemove">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string> - </string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</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="QTreeView" name="treeView">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
<connections/>
</ui>