##// END OF EJS Templates
Drag of product
Drag of product

File last commit:

r854:ed174e24d277
r868:86e05857e5c8
Show More
VariableInspectorWidget.ui
37 lines | 936 B | 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="QTableView" name="tableView">
<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>
<resources/>
<connections/>
</ui>