##// END OF EJS Templates
Defines actions for a data source items...
Defines actions for a data source items DataSourceItemAction is an object that will be connected to a QAction. When the QAction will be triggered, the DataSourceItemAction will be executed

File last commit:

r118:58d173e4af62
r144:7a9a79ed3b02
Show More
VisualizationTabWidget.ui
20 lines | 463 B | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationTabWidget.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VisualizationTabWidget</class>
<widget class="QWidget" name="VisualizationTabWidget">
<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"/>
</widget>
<resources/>
<connections/>
</ui>