GstPipelineStudio/src/graphmanager/node.ui
Stéphane Cerveau 5f91fbaef7 GPS: introduce the graphmanager
Introduce the first version of a graph manager
with:
- Graphview
- Node
- Port
2022-01-11 20:48:53 +01:00

16 lines
381 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="Node">
<child>
<object class="GtkBox" id="box_">
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="label">
<property name="name">Node</property>
</object>
</child>
</object>
</child>
</template>
</interface>