##// END OF EJS Templates
Updates sqp color scale thresholds (1)...
Updates sqp color scale thresholds (1) Creates method to update range each time data of its colormap change

File last commit:

r883:4dce99ba7a36
r1060:1474b0522998
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>