##// END OF EJS Templates
Remove the catalogue from discard or remove button have now the same gui...
Remove the catalogue from discard or remove button have now the same gui behavior

File last commit:

r883:4dce99ba7a36
r1371:232b551e25db
Show More
VariableInspectorWidget.ui
47 lines | 1.2 KiB | text/plain | TextLexer
/ gui / ui / Variable / VariableInspectorWidget.ui
<?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">
<widget class="VariableInspectorTableView" name="tableView">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>VariableInspectorTableView</class>
<extends>QTableView</extends>
<header>Variable/VariableInspectorTableView.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>