##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r883:4dce99ba7a36
r1337:3acf26407503
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>