##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r883:4dce99ba7a36
r1238:b0db13ba024e
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>