mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-19 06:26:31 +00:00
5f91fbaef7
Introduce the first version of a graph manager with: - Graphview - Node - Port
15 lines
375 B
XML
15 lines
375 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="Port">
|
|
<child>
|
|
<object class="GtkBox" id="box_">
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="name">Some Text</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|