##// END OF EJS Templates
Adds actions for items in the DataSourceWidget...
Adds actions for items in the DataSourceWidget For each item will be associated actions (generated from the model of the item) that will be displayed in the menu when right clicking on the item in the tree

File last commit:

r118:58d173e4af62
r142:11579fae1cc2
Show More
VisualizationZoneWidget.ui
32 lines | 804 B | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationZoneWidget.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VisualizationZoneWidget</class>
<widget class="QWidget" name="VisualizationZoneWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QFrame" name="visualizationZoneFrame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout"/>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>