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

r883:4dce99ba7a36
r1387:3f0567bfecb5 HEAD
Show More
VariableInspectorWidget.ui
47 lines | 1.2 KiB | text/plain | TextLexer
/ gui / ui / Variable / VariableInspectorWidget.ui
Alexandre Leroux
Initializes the variable inspector and adds it to the MainWindow
r110 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VariableInspectorWidget</class>
<widget class="QWidget" name="VariableInspectorWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Variables</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Reset of the drag&drop operations when a drag is started from the datasource or from the variables
r883 <widget class="VariableInspectorTableView" name="tableView">
Drop of product in variables
r877 <property name="acceptDrops">
<bool>true</bool>
</property>
Fix missing property required for the drag of variable
r856 <property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
Alexandre Leroux
Initializes the variable inspector and adds it to the MainWindow
r110 <property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
Reset of the drag&drop operations when a drag is started from the datasource or from the variables
r883 <customwidgets>
<customwidget>
<class>VariableInspectorTableView</class>
<extends>QTableView</extends>
<header>Variable/VariableInspectorTableView.h</header>
</customwidget>
</customwidgets>
Alexandre Leroux
Initializes the variable inspector and adds it to the MainWindow
r110 <resources/>
<connections/>
</ui>