##// END OF EJS Templates
Remove unused pending request of worker since it's already in the VC....
Remove unused pending request of worker since it's already in the VC. Fix bug with progress asynchrone computation

File last commit:

r876:86e05857e5c8
r1387:3f0567bfecb5 HEAD
Show More
DataSourceWidget.ui
49 lines | 1.2 KiB | text/plain | TextLexer
/ gui / ui / DataSource / DataSourceWidget.ui
Alexandre Leroux
Creates the data source widget...
r82 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DataSourceWidget</class>
<widget class="QWidget" name="DataSourceWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Data sources</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Alexandre Leroux
Adds line edit as a search box above data source tree
r475 <widget class="QLineEdit" name="filterLineEdit"/>
</item>
<item row="1" column="0">
Drag of product
r876 <widget class="DataSourceTreeWidget" name="treeWidget">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragOnly</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Add button on the SidePane widgets to open left or right inspectors
r101 <column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
Alexandre Leroux
Creates the data source widget...
r82 </item>
</layout>
</widget>
Drag of product
r876 <customwidgets>
<customwidget>
<class>DataSourceTreeWidget</class>
<extends>QTreeWidget</extends>
<header>DataSource/DataSourceTreeWidget.h</header>
</customwidget>
</customwidgets>
Alexandre Leroux
Creates the data source widget...
r82 <resources/>
<connections/>
</ui>