mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 21:31:03 +00:00
16 lines
381 B
Text
16 lines
381 B
Text
|
<?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>
|